CVE-VINEXT-CIVETWEB-PUT-SSI-RCE: CivetWeb PUT + SSI #exec RCE
CVE-VINEXT-CIVETWEB-PUT-SSI-RCE is verified against civetweb/civetweb · github vulnerability class: RCE This high reproduction includes runnable sandbox proof, artifacts, and a plain-text agent view under REPRO-2026-00229.
pruva-verify REPRO-2026-00229 curl -O https://pruva.dev/api/v1/reproductions/REPRO-2026-00229/artifacts/bundle/repro/reproduction_steps.sh && chmod +x reproduction_steps.sh && ./reproduction_steps.sh CivetWeb combines an authenticated HTTP PUT upload feature with Server-Side Include (SSI) #exec processing. When an administrator enables put_delete_auth_file (Digest authentication for PUT/DELETE), any authenticated user can upload a file ending in .shtml via PUT. Because the default ssi_pattern includes **.shtml$ and **.shtm$, a subsequent GET request causes do_ssi_exec() to pass the command to popen(). The result is authenticated remote code execution. Reproduction: build CivetWeb from https://github.com/civetweb/civetweb at commit 588860e3, start with listening_ports, document_root, and put_delete_auth_file, create a digest password file, then PUT a file such as /pwn.shtml containing , and GET /pwn.shtml to see the command output. The issue is enabled by the interaction of two default/documented features; no out-of-band interaction is required.
Variant analysis
The agent's step-by-step process — every tool call, every handoff, the moment the exploit fired. Phases: support triages the advisory · repro reproduces it · vuln_variant confirms the fix blocks it · judge verifies.
Loading session...
Scripts, logs, diffs, and output captured during the reproduction.