Install

To start a new Drupal project with version 10.5.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 20.36 MB
MD5: 9a05679a476d0b33bcf9568d6d1141cb
SHA-1: 9663a32eda1a6a72ce26e4d829367ebd3f3d0d2a
SHA-256: 59d473e569b74b82a03abadb54b9b2c76842039615e9a9d31f64e2e1534db4f4
Download zip 33.71 MB
MD5: f605c2aa1a3bddb8bf94b071c9bff81d
SHA-1: 2d5cc668b717ecdfac0517a9ae63b7bae0d270d4
SHA-256: ad70d52b82ecb69ae3cb95c421c5f6a3d7c209d631ae33eb088412e62561546d

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

  • This is likely the final release for 10.5.x. 11.5.x is expected to be end-of-life next week. Sites on Drupal 10.5.x should update immediately to Drupal 10.5.12, and then update to Drupal 10.6 or higher as soon as possible.
  • 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.6.x should update immediately to Drupal 10.6.11.
  • 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 17:37 UTC
Last updated: 17 Jun 2026 at 18:29 UTC
Security update

Other releases