Description
vulnerability in Drupal Composer allows . This issue affects Composer versions: *.*.
Published: 2026-07-10
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The advisory reports an input‑validation weakness (CWE‑20) in Composer as used within Drupal projects, but the specific malicious action is not disclosed beyond the phrase "allows .". The limited description indicates that untrusted input could be interpreted by Composer in a way that alters its handling of configuration or dependency data. Because the flaw targets Composer’s parser rather than a direct execution path, the primary consequence is a potential compromise of the integrity of Composer input and the configuration it produces, rather than immediate remote code execution or denial of service.

Affected Systems

All Drupal Composer instances appear to be vulnerable, as the affected‑version field lists the wildcard *.*. This includes any Drupal site or project that uses Composer to install or update modules, themes, or libraries – from local development machines and CI pipelines to production deployment servers.

Risk and Exploitability

The EPSS score is < 1 % and the vulnerability is not listed in CISA’s KEV catalog, implying no publicly documented exploits. The CVSS base score of 5.9 places it in the medium severity range. Based on the inherent nature of an input‑validation flaw and the lack of a stated remote trigger, the likely attack vector requires local or deployment‑time access to run Composer commands – for example, an attacker who can execute Composer in the project environment or supply a crafted composer.json file. Given these conditions, overall risk is moderate, but the potential impact on configuration integrity warrants attention.

Generated by OpenCVE AI on August 1, 2026 at 11:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the Drupal security bulletin SA-CONTRIB-2026-046 for guidance on supported Composer releases that incorporate any fixes; if a supported version exists, upgrade Composer accordingly.
  • Run `composer validate --strict` on all composer.json and composer.lock files to detect and correct malformed or malicious input before it is processed by Composer.
  • Restrict the execution of Composer to trusted users only, enforce least‑privilege permissions on build and deployment environments, and monitor logs for unexpected Composer runs that could indicate an attempt to inject tainted input.

Generated by OpenCVE AI on August 1, 2026 at 11:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 14 Jul 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-94

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Drupal
Drupal composer
Vendors & Products Drupal
Drupal composer

Sun, 12 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-94

Sun, 12 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-94

Sat, 11 Jul 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-94

Fri, 10 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description vulnerability in Drupal Composer allows . This issue affects Composer versions: *.*.
Title Composer - Critical - Unsupported - SA-CONTRIB-2026-046
References

cve-icon MITRE

Status: PUBLISHED

Assigner: drupal

Published:

Updated: 2026-07-13T19:05:09.292Z

Reserved: 2026-06-10T16:43:05.303Z

Link: CVE-2026-11914

cve-icon Vulnrichment

Updated: 2026-07-13T19:05:05.049Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-10T23:16:46.843

Modified: 2026-07-13T20:16:41.033

Link: CVE-2026-11914

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T12:00:05Z

Weaknesses
  • CWE-20

    Improper Input Validation