Description
Vulnerability in Drupal Link content parser. This issue affects Link content parser versions: *.*.
Published: 2026-09-02
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Drupal’s Link content parser is vulnerable to input that contains malicious link syntax. The flaw allows an attacker to insert arbitrary payloads into the parser’s output, which can then be delivered to a browser as part of rendered content. This may result in client-side attacks such as cross-site scripting, defacement, or information disclosure. The weakness is a classic injection flaw that directly reflects attacker-supplied data into rendered output.

Affected Systems

All Drupal sites that include the Link content parser component are potentially impacted. The product is the Drupal Link content parser, and the affected version designation is *.*, meaning any current installation of the parser without an update is at risk. Administrators should verify whether their site’s parser version is the default one shipped with Drupal or a custom package and determine if it has been patched by a newer release.

Risk and Exploitability

The CVSS score is 5.9, and the EPSS score is unavailable, so the precise exploitation likelihood cannot be quantified. The issue is not in the CISA KEV catalog, but its critical rating and unsupported status convey high urgency. The most likely attack vector is a remote user submitting or uploading content that includes malformed link syntax; if the parser processes that content, a malicious payload can be rendered client-side. Because the parser operates on user-supplied data, the vulnerability is exploitable by anyone who can supply content to the affected site.

Generated by OpenCVE AI on September 3, 2026 at 10:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Drupal security release that contains the patch for the Link content parser, or upgrade to a newer Drupal release that eliminates the vulnerable component.
  • If immediate upgrading is not practical, configure the site to sanitize or strip link content before rendering, or block content that includes link syntax that could be parsed by the vulnerable module.
  • As a last resort, disable or remove the Link content parser module entirely from the site, ensuring the parser does not run on user content.

Generated by OpenCVE AI on September 3, 2026 at 10:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 02 Sep 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'}


Wed, 02 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
First Time appeared Drupal
Drupal link Content Parser
Vendors & Products Drupal
Drupal link Content Parser

Wed, 02 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Wed, 02 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Description Vulnerability in Drupal Link content parser. This issue affects Link content parser versions: *.*.
Title Link content parser - Critical - Unsupported - SA-CONTRIB-2026-101
References

Subscriptions

Drupal Link Content Parser
cve-icon MITRE

Status: PUBLISHED

Assigner: drupal

Published:

Updated: 2026-09-02T18:46:53.325Z

Reserved: 2026-08-19T16:36:05.908Z

Link: CVE-2026-76758

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-02T13:18:11.080

Modified: 2026-09-02T19:18:04.223

Link: CVE-2026-76758

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T10:45:05Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')