Install

To start a new Drupal project with version 11.3.12:

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 19.99 MB
MD5: 2a0e88455cb1f46aaa6b10e027a390c1
SHA-1: e28a803f54c8e484691380371431a760caefc6a3
SHA-256: 2d9653818d096be3c829fd70e986b9e65a61c67642a9a05e15f4f1affba5ac97
Download zip 34.33 MB
MD5: dffeed542206130e9cc24f589ddc591b
SHA-1: fb062c5d46255ad425532e6244c867d799bbfd00
SHA-256: ff604983ff1b35bd55bb4b64b54d16ee7d0893fc0b4da26ba8291fb9d56bd8e7

Security issues fixed

Release notes

This is a security release of the Drupal 11 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 11.3.x should update immediately to Drupal 11.3.12. Drupal 11.3.x will receive security coverage until December 2026 when Drupal 11.5.0 is released.
  • Sites on Drupal 11.2.x should update immediately to Drupal 11.2.14.
  • Sites on Drupal 10.6.x should update immediately to Drupal 10.6.11.
  • 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:39 UTC
Last updated: 17 Jun 2026 at 18:29 UTC
Security update
Insecure

Other releases