PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-29035 civetweb CVE debrief

CVE-2026-29035 is a high-severity heap and stack buffer overflow vulnerability in the read_websocket() function of CivetWeb. This vulnerability allows unauthenticated remote attackers to corrupt memory by sending compressed WebSocket frames when both USE_ZLIB and MG_EXPERIMENTAL_INTERFACES are defined. Attackers can exploit this by negotiating permessage-deflate during the WebSocket handshake and sending a crafted frame with the RSV1 bit set. This causes the server to write a 4-byte zlib sync trailer out-of-bounds past the allocated buffer, leading to heap metadata corruption, denial of service, or potential code execution. Defenders should prioritize verifying exposure and assess

Vendor
civetweb
Product
Unknown
CVSS
HIGH 8.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-11
Original CVE updated
2026-09-24
Advisory published
2026-08-11
Advisory updated
2026-09-24

Who should care

Defenders responsible for systems using CivetWeb, particularly those with configurations that include USE_ZLIB and MG_EXPERIMENTAL_INTERFACES, should assess exposure and potential impact.

Why it matters

CVE-2026-29035 is a high-severity vulnerability in CivetWeb that allows unauthenticated remote attackers to corrupt memory, potentially leading to denial of service or code execution. Defenders should prioritize verifying exposure and assessing potential impact, focusing on systems using CivetWeb with specific configurations.

  • Denial of service due to heap metadata corruption
  • Potential code execution through exploitation of buffer overflow
  • Verification of CivetWeb configurations and versions is necessary
  • Assessment of exposure and potential impact is required

Technical summary

The vulnerability exists in the read_websocket() function of CivetWeb, allowing unauthenticated remote attackers to corrupt memory by sending compressed WebSocket frames when both USE_ZLIB and MG_EXPERIMENTAL_INTERFACES are defined. Attackers can negotiate permessage-deflate during the WebSocket handshake and send a crafted frame with the RSV1 bit set, causing the server to write a 4-byte zlib sync trailer out-of-bounds past the allocated buffer, leading to heap metadata corruption, denial of service, or potential code execution.

Defensive priority

Defenders should prioritize verifying exposure and assessing potential impact, focusing on systems using CivetWeb with specific configurations.

Recommended defensive actions

  • Verify CivetWeb configurations and versions used in the environment.
  • Assess exposure to vulnerable read_websocket() function.
  • Implement compensating controls to detect and prevent exploitation.
  • Review relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. Additional information on affected versions and remediation is needed. The vulnerability exists in the read_websocket() function of CivetWeb, allowing unauthenticated remote attackers to corrupt memory. Attackers can negotiate permessage-deflate during the WebSocket handshake and send a crafted frame with the RSV1 bit set. The server writes a 4-byte zlib sync trailer out-of-bounds past the allocated buffer, leading to heap metadata corruption, denial of service, or

Sources and references

Verified primary and authoritative sources

  • CVE-2026-29035 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-29035

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-29035 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-29035

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.