Description
OSCAL-GUI contains a reflected cross-site scripting vulnerability that allows unauthenticated attackers to execute arbitrary JavaScript in a victim's browser by injecting malicious input through the project request parameter. Attackers can craft a malicious URL containing unsanitized input that breaks out of the JavaScript string and HTML attribute context in the body onload event handler to execute arbitrary scripts when the link is visited by a victim.
Published: 2026-06-09
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a reflected cross‑site scripting flaw in OSCAL‑GUI that is triggered by an attacker’s injection through the unsanitized "project" request parameter in oscal.php. By embedding malicious input in a URL, an attacker can break out of the JavaScript string and the body onload event handler, causing arbitrary scripts to run when a victim follows the link.

Affected Systems

The flaw affects OSCAL‑GUI, distributed by Brian Ruf. No explicit version information is supplied in the advisory, so any installation of OSCAL‑GUI may be vulnerable until a patched release is applied.

Risk and Exploitability

The CVSS score of 5.1 indicates moderate severity, and the vulnerability is exploitable without authentication via a crafted link. The EPSS score is not available, and the issue is not in CISA’s KEV catalog. If an infected user clicks the malicious URL, the attacker can execute arbitrary JavaScript in their browser, potentially leading to session hijacking, defacement, or delivery of additional payloads.

Generated by OpenCVE AI on June 9, 2026 at 22:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OSCAL‑GUI to the latest patched release once it becomes available.
  • Validate and sanitize the "project" request parameter server‑side to prevent injection of JavaScript code.
  • Deploy a Content Security Policy that restricts inline script execution and limits trusted domains.

Generated by OpenCVE AI on June 9, 2026 at 22:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 10 Jun 2026 11:30:00 +0000

Type Values Removed Values Added
First Time appeared Brian-ruf
Brian-ruf oscal-gui
Vendors & Products Brian-ruf
Brian-ruf oscal-gui

Tue, 09 Jun 2026 21:15:00 +0000

Type Values Removed Values Added
Description OSCAL-GUI contains a reflected cross-site scripting vulnerability that allows unauthenticated attackers to execute arbitrary JavaScript in a victim's browser by injecting malicious input through the project request parameter. Attackers can craft a malicious URL containing unsanitized input that breaks out of the JavaScript string and HTML attribute context in the body onload event handler to execute arbitrary scripts when the link is visited by a victim.
Title OSCAL-GUI Reflected XSS via project parameter in oscal.php
Weaknesses CWE-79
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'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Brian-ruf Oscal-gui
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-10T12:55:26.296Z

Reserved: 2026-03-27T15:24:06.752Z

Link: CVE-2026-34416

cve-icon Vulnrichment

Updated: 2026-06-10T12:55:19.204Z

cve-icon NVD

Status : Deferred

Published: 2026-06-09T21:17:08.740

Modified: 2026-06-10T19:41:25.327

Link: CVE-2026-34416

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T11:22:01Z

Weaknesses
  • CWE-79

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