Description
XSS vulnerability in Markdown handling in Apache Allura.

This issue affects Apache Allura: from 1.10.0 before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.
Published: 2026-08-12
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An XSS vulnerability exists in the markdown processing of Apache Allura. User‑supplied markdown is not properly neutralized before rendering, allowing an attacker to inject malicious script code that will execute in the victim’s browser.

Affected Systems

All installations of Apache Allura between versions 1.10.0 and 1.19.0 are affected. Applications using any of those releases and allowing users to submit markdown content (e.g., blogs, comments, wikis) are at risk.

Risk and Exploitability

The CVSS score of 6.1 indicates moderate severity. EPSS data is not available. Attackers can exploit the flaw by submitting markdown content that contains malicious scripts, causing the script to execute in the victim’s browser. The vulnerability is not currently listed in the CISA KEV catalog. The primary attack vector is inferred to be malicious markdown input as described by the vendor advisory.

Generated by OpenCVE AI on August 12, 2026 at 23:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Apache Allura to version 1.19.1 or later.
  • If an immediate upgrade is not possible, configure the application to disable markdown rendering for untrusted users or sanitize markdown by stripping disallowed tags and attributes before rendering.
  • Deploy a strict Content Security Policy that blocks inline scripts and limits script sources to trusted domains.

Generated by OpenCVE AI on August 12, 2026 at 23:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:apache:allura:*:*:*:*:*:*:*:*

Wed, 12 Aug 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache allura
Vendors & Products Apache
Apache allura

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

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


Wed, 12 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description XSS vulnerability in Markdown handling in Apache Allura. This issue affects Apache Allura: from 1.10.0 before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue.
Title Apache Allura: XSS in markdown pipeline
Weaknesses CWE-80
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-12T18:56:52.515Z

Reserved: 2026-08-11T16:06:07.115Z

Link: CVE-2026-73237

cve-icon Vulnrichment

Updated: 2026-08-12T18:18:25.927Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-12T17:17:31.960

Modified: 2026-08-17T19:10:03.460

Link: CVE-2026-73237

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T23:45:03Z

Weaknesses
  • CWE-80

    Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)