Skip to content

Drupal core arbitrary PHP code execution

High severity GitHub Reviewed Published Aug 6, 2022 to the GitHub Advisory Database • Updated Nov 7, 2023

Package

composer drupal/core (Composer)

Affected versions

>= 8.0.0, < 9.3.19
>= 9.4.0, < 9.4.3

Patched versions

9.3.19
9.4.3

Description

Drupal core sanitizes filenames with dangerous extensions upon upload and strips leading and trailing dots from filenames to prevent uploading server configuration files.

However, the protections for these two vulnerabilities previously did not work correctly together. As a result, if the site were configured to allow the upload of files with an htaccess extension, these files' filenames would not be properly sanitized. This could allow bypassing the protections provided by Drupal core's default .htaccess files and possible remote code execution on Apache web servers.

This issue is mitigated by the fact that it requires a field administrator to explicitly configure a file field to allow htaccess as an extension (a restricted permission), or a contributed module or custom code that overrides allowed file uploads.

References

Published to the GitHub Advisory Database Aug 6, 2022
Reviewed Aug 6, 2022
Published by the National Vulnerability Database Apr 26, 2023
Last updated Nov 7, 2023

Severity

High
7.2
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
High
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

EPSS score

0.188%
(57th percentile)

Weaknesses

CVE ID

CVE-2022-25277

GHSA ID

GHSA-6955-67hm-vjjq

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.