Description
Apache Allura: stored XSS via SVN code repositories.  Git repositories are not known to be affected.  The vulnerability is likely mitigated via default CSP headers.



This issue affects Apache Allura: through 1.20.0.



Users are recommended to upgrade to version 1.21.0, which fixes the issue.
Published: 2026-09-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a stored XSS affecting Apache Allura releases up to version 1.20.0 that is triggered by injected script code into SVN repository pages. The injected script is saved in the repository and executed whenever a user views the vulnerable page, allowing an attacker to run arbitrary JavaScript in the victim’s browser. Such client‑side code can read or tamper with page data, hijack user sessions or perform other malicious actions. The weakness is a classic input validation flaw that permits malicious data to be stored and rendered unchecked, described by CWE‑79.

Affected Systems

The affected product is Apache Allura, all releases through 1.20.0, delivered by the Apache Software Foundation. Git repositories are not known to be vulnerable. The flaw disappears in 1.21.0, which contains a fix that blocks the injection vector.

Risk and Exploitability

No EPSS score is available and the flaw is not listed in the CISA KEV catalog, yet stored XSS generally carries a high exploitation risk if an attacker can insert code. The default Content‑Security‑Policy headers provide mitigation by limiting inline script execution, but incorrect or missing CSP configuration could still allow exploitation. Although a CVSS score is not provided, the nature of the flaw indicates a significant threat if an attacker gains write access to the repository.

Generated by OpenCVE AI on September 4, 2026 at 08:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Allura to version 1.21.0 or later to apply the vendor‑provided fix that removes the XSS vector.
  • Confirm that Content‑Security‑Policy headers are enabled and configured to disallow inline scripts and unsafe evaluations, ensuring the default CSP mitigation is active.
  • Audit existing SVN repositories for malicious code that may have been injected prior to upgrading and remove any such content.
  • Limit write permissions on repository metadata and code history to trusted users and monitor for anomalous changes.

Generated by OpenCVE AI on September 4, 2026 at 08:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
References

Fri, 04 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Description Apache Allura: stored XSS via SVN code repositories.  Git repositories are not known to be affected.  The vulnerability is likely mitigated via default CSP headers. This issue affects Apache Allura: through 1.20.0. Users are recommended to upgrade to version 1.21.0, which fixes the issue.
Title Apache Allura: Stored XSS via code repositories
Weaknesses CWE-79
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-04T07:11:22.290Z

Reserved: 2026-08-25T22:37:58.367Z

Link: CVE-2026-80190

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T08:17:16.473

Modified: 2026-09-04T08:17:16.473

Link: CVE-2026-80190

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T08:30:16Z

Weaknesses
  • CWE-79

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