Install

To start a new Drupal project with version 9.4.14:

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.63 MB
MD5: f03d8a7a4715107270e8bdfbc1f9eae3
SHA-1: 70cf017ee8a1cbe9ee7e0b68a21390af0e7a93e7
SHA-256: 833800179960aeaea29c33ad94ea005d88c5108fb6748cd83a27ff4453cd8308
Download zip 33.22 MB
MD5: 0f3e1dc1090232b4004d0f013da1288c
SHA-1: cf251dd467c591c02f074724eddcbb1301ad5c51
SHA-256: 4399cc898487684f7e9b2710ae402493869c7b671b8bf37f80717a8371e91fb5

Security issues fixed

Release notes

This is a security release of the Drupal 9 series.

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

No other fixes are included.

Which release do I choose? Security coverage information

  • Drupal 9.4.x will receive security coverage until June 2023 when Drupal 10.1.0 is released. Update to Drupal 9.5 soon, and plan to update to Drupal 10 by November 2023, to continue receiving security coverage.
  • Versions of Drupal 9 prior to 9.4.x are end-of-life and do not receive security coverage.
  • Drupal 8 is end-of-life and does not receive security coverage.

Important update information

Changes to site-owner-managed files

  • Following this release, Drupal will block access to private files at certain specially crafted paths. Previous versions of Drupal allowed access to these paths, and in most cases blocking access is the correct behavior.

    There may be some sites that rely on allowing access to these paths, or the changes in this release may cause other problems with file access. These sites can add the following line to settings.php:

    $settings['file_sa_core_2023_005_schemes'] = ['private'];
    

    This will preserve the old behavior for files saved in the private files directory, using the private stream wrapper from Drupal core. Sites that need to preserve the old behavior for files using other stream wrappers, from contributed or custom modules, should list those stream wrappers instead of 'private'.

    The comments in default.settings.php have additional information.

    Using this setting will bypass the access checks added in this release, which may allow public access to files that are meant to be private. This setting is a temporary backward-compatibility layer for misconfigured sites. It will be removed in a future release since it is insecure.

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: 19 Apr 2023 at 16:21 UTC
Last updated: 19 Apr 2023 at 17:42 UTC
Security update
Insecure
Unsupported

Other releases