Install

To start a new Drupal project with version 10.6.11:

To update your site and all dependencies to the latest version of Drupal:

To update your site to this specific release:
Pinning to a specific release may make it more challenging to update your site in future, see composer documentation for managing pinned versions

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 20.47 MB
MD5: 990b8fca74b4b1657587d13499e5dc7b
SHA-1: 01082b2e0b3eafdd7a2c4b0973b10338d70b9472
SHA-256: 80fbd69e1de1eb8ff8fb1fdf2132ce1abf10f263deeb0dfded6ddc67dc15abb0
Download zip 33.82 MB
MD5: 1e808d0e446f7c65e0d64c14233d8d06
SHA-1: 9d7312c2748512900b98db4203af73c3dd343884
SHA-256: 6d614881839c3c5b6a823c0ca527d146415eb50f2eaa54d6681952148bd92ef2

Security issues fixed

Release notes

This is a security release of the Drupal 10 series.

This release fixes security vulnerabilities. Sites are urged to update immediately after reading the notes below and the security announcements:

Important update information

  • This release also updates dependencies for upstream security releases:

  • Sites using URL discovery for Media oEmbed providers must add an additional media_oembed_discovery_trusted_host_patterns entry to settings.php for their list of known oEmbed providers (like YouTube and Vimeo). It is an array containing a series of regular expressions for matching host names for discovery. It follows the same pattern as the existing trusted hosts settings.

    Example:

    // Only allow URL discovery from example.com.
    $settings['media_oembed_discovery_trusted_host_patterns'] = [
      '^example\.com$',
    ];
    

    Most sites likely use providers.json to define their known oEmbed providers instead, and do not require this change.

Which release do I choose? Security coverage information

  • Sites on Drupal 10.6.x should update immediately to Drupal 10.6.11. Drupal 10.6.x will receive security coverage until December 2026.
  • Sites on Drupal 11.3.x should update immediately to Drupal 11.3.12.
  • Sites on Drupal 11.2.x should update immediately to Drupal 11.2.14.
  • Sites on Drupal 10.5.x should update immediately to Drupal 10.5.12.
  • Drupal 11.1.x, Drupal 11.0.x, Drupal 10.4.x, and below are end-of-life and do not receive security coverage.

What’s next?

  1. Learn how to install Drupal
  2. Learn how to update Drupal
  3. Extend Drupal to do more
  4. Get training
  5. Check out what others built
Created by: xjm
Created on: 17 Jun 2026 at 16:50 UTC
Last updated: 17 Jun 2026 at 18:30 UTC
Security update
Insecure

Other releases