Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3445 articles · 168099 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-43966
ninenines · cowlib

HTTP Response Splitting via Non-VCHAR Bytes in cow_http_struct_hd:escape_string/2

Description

Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Request/Response Splitting') vulnerability in ninenines cowlib allows HTTP response splitting via non-VCHAR bytes in structured-fields string values. cow_http_struct_hd:escape_string/2 in cowlib only escapes \ and ", passing all other bytes through verbatim. This creates an encoder/decoder asymmetry: the matching parser accepts only printable ASCII (0x20–0x7E, excluding " and \), but the encoder emits any byte including CR and LF. An application that builds a structured HTTP header via cow_http_struct_hd:item/1 (or a higher-level wrapper such as cow_http_hd:wt_protocol/1) from attacker-controlled input can have \r\n injected into the serialized header value. Once on the wire, the injected CRLF terminates the current header and any following bytes are interpreted as a new header, enabling HTTP response splitting. This issue affects cowlib from 2.9.0.

Affected Products

VendorProductVersions
nineninescowlib2.9.0, a8b793db3d6ffe91d62f81baf41b1dab4cd78fb6

References

  • https://cna.erlef.org/cves/CVE-2026-43966.html(related, third-party-advisory)
  • https://osv.dev/vulnerability/EEF-CVE-2026-43966(related)
  • https://github.com/ninenines/cowboy/commit/f77cb9b5e730e300fffb551db1ba5d1c4ed878ef(mitigation)
  • https://github.com/ninenines/gun/commit/4f35609eb37109b106a863fc9ba83d7ee64e3e42(mitigation)

Related News (2 articles)

Tier A
Microsoft MSRC9d ago
CVE-2026-43966 HTTP Response Splitting via Non-VCHAR Bytes in cow_http_struct_hd:escape_string/2
→ No new info (linked only)
Tier C
VulDB19d ago
CVE-2026-43966 | ninenines cowlib 2.9.0 Matching Parser response splitting (EUVD-2026-35131)
→ No new info (linked only)
CISA KEV❌ No
Actively exploited❌ No
CWECWE-113
PublishedJun 8, 2026
Last enriched19d agov2
Trending Score10
Source articles2
Independent2
Info Completeness7/14
Missing: cvss, epss, kev, exploit, patch, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

NONECVE-2026-43973EXP
gun HTTP/1.1 response buffer has no size limit allowing server-controlled memory exhaustion
Trending: 64
NONECVE-2026-43974EXP
gun HTTP/1.1 client accepts unsolicited 101 Switching Protocols response allowing server-driven protocol hijack and OOM
Trending: 3
NONECVE-2026-43972EXP
gun HTTP/2 PUSH_PROMISE authority not validated against connection origin allows cross-origin cookie injection
Trending: 2
HIGHCVE-2026-8466
Unbounded buffer accumulation in multipart header parsing causes denial of service in cowboy
Trending: 1
HIGHCVE-2026-43970
Decompression Bomb in cow_spdy:inflate/2 Allows Memory Exhaustion via Crafted SPDY Frame
Trending: 1

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 8, 2026
Discovered by ZDM
Jun 8, 2026
Updated: description, severity
Jun 8, 2026

Version History

v2
Last enriched 19d ago
v2Tier C19d ago

Updated description with new details about the vulnerability and changed severity to HIGH.

descriptionseverity
via VulDB
v119d ago

Initial creation