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: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Immediate Patch
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

EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in CISA KEV catalog; however 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. With a CVSS score of 6.1, the underlying weakness is considered medium‑to‑high severity, highlighting the importance of promptly applying the vendor‑provided fix.

Generated by OpenCVE AI on September 4, 2026 at 21:43 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 21:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
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'}


Fri, 04 Sep 2026 10:15:00 +0000

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

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

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-09-04T19:42:07.044Z

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

Link: CVE-2026-80190

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-08T14:00:01.800

Link: CVE-2026-80190

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T21:45:17Z

Weaknesses
  • CWE-79

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