CVE-2026-41200

HIGH

STIG Manager OIDC Error Handling - Reflected Cross-Site Scripting

Title source: manual
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-41200. PoCs published by Hunt-Benito.

AI-analyzed exploit summary This repository contains a functional proof-of-concept exploit for CVE-2026-41200, a reflected XSS vulnerability in STIG Manager's OIDC authentication error handling. The exploit constructs malicious URLs with crafted error_description parameters to execute arbitrary JavaScript in the application context.

Description

STIG Manager is an API and web client for managing Security Technical Implementation Guides (STIG) assessments of Information Systems. Versions 1.5.10 through 1.6.7 have a reflected Cross-Site Scripting (XSS) vulnerability in the OIDC authentication error handling code in `src/init.js` and `public/reauth.html`. During the OIDC redirect flow, the `error` and `error_description` query parameters returned by the OIDC provider are written directly to the DOM via `innerHTML` without HTML escaping. An attacker who can craft a malicious redirect URL and convince a user to follow it can execute arbitrary JavaScript in the application's origin context. The vulnerability is most severe when the targeted user has an active STIG Manager session running in another browser tab — injected code executes in the same origin and can communicate with the SharedWorker managing the active access token, enabling authenticated API requests on behalf of the victim including reading and modifying collection data. The vulnerability is patched in version 1.6.8. There is no workaround short of upgrading. Deployments behind a web application firewall that filters reflected XSS payloads in query parameters may have partial mitigation, but this is not a substitute for patching.

Exploits (1)

github WORKING POC
by Hunt-Benito · pythonpoc
https://github.com/Hunt-Benito/cve-2026-41200-stig-manager-oidc-reflected-xss

This repository contains a functional proof-of-concept exploit for CVE-2026-41200, a reflected XSS vulnerability in STIG Manager's OIDC authentication error handling. The exploit constructs malicious URLs with crafted error_description parameters to execute arbitrary JavaScript in the application context.

Classification
Working Poc 95%
Attack Type
Xss
Complexity
Moderate
Reliability
Reliable
Target: NUWCDIVNPT/stig-manager >= 1.5.10, < 1.6.8
No auth needed
Prerequisites: Victim must follow a crafted URL · STIG Manager instance with vulnerable version
devstral-2 · analyzed May 02, 2026 Full analysis →

References (1)

Core 1
Core References

Scores

CVSS v4 8.5
EPSS 0.0033
EPSS Percentile 24.7%
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact total

Details

CWE
CWE-79
Status published
Products (1)
NUWCDIVNPT/stig-manager >= 1.5.10, < 1.6.8
Published Apr 23, 2026
Tracked Since Apr 23, 2026