Security Advisory

CVE-2026-34417

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-09 21:02:40
Last updated 2026-07-14 18:40:31
Assigner VulnCheck
CVSS score 5.1
State PUBLISHED

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.