CVE-2026-34417

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.
Configurations

No configuration.

History

23 Jul 2026, 09:10

Type Values Removed Values Added
Summary
  • (es) OSCAL-GUI contiene una vulnerabilidad de cross-site scripting reflejado que permite a atacantes no autenticados ejecutar JavaScript arbitrario en el navegador de una víctima inyectando contenido malicioso a través del parámetro de solicitud project en oscal-forms.php. El valor del parámetro se decodifica por URL y se asigna a la variable project_id sin sanitización en oscal-functions.php, y cuando no se encuentra el ID de proyecto proporcionado, el valor no sanitizado se concatena en un mensaje de error a través de la función Messages() y se refleja en el cuerpo de la respuesta HTML sin codificación.

09 Jun 2026, 22:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-09 22:16

Updated : 2026-07-23 09:10


NVD link : CVE-2026-34417

Mitre link : CVE-2026-34417

CVE.ORG link : CVE-2026-34417


JSON object : View

Products Affected

No product.

CWE
CWE-79

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