CVE-2026-34417 MEDIUM

CVE-2026-34417: OSCAL-GUI Reflected XSS via project parameter in oscal-forms.php

Vendor Brian-Ruf
Product OSCAL-GUI
Weakness CWE-79 · XSS
Published June 9, 2026
Last update June 10, 2026

CVSS base score

5.1/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

CVSS 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

What the vulnerability does

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 content through the project request parameter in oscal-forms.php. The parameter value is URL-decoded and assigned to the project_id variable without sanitization in oscal-functions.php, and when the supplied project ID is not found, the unsanitized value is concatenated into an error message via the Messages() function and reflected into the HTML response body without encoding.

Key dates

Disclosure timeline

June 9, 2026 CVE published
June 10, 2026 Record updated