๐Ÿ” CVE Alert

CVE-2026-43971

UNKNOWN 0.0

Link Header Directive Smuggling via Unescaped target/rel/Attribute Keys in cow_link:link/1

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Encoding or Escaping of Output vulnerability in ninenines cowlib allows Link header directive smuggling via unescaped special characters in cow_link:link/1. cow_link:do_link/1 in cowlib interpolates the target URI, rel value, and attribute keys directly into the serialized Link: header value without escaping or token-grammar validation. A > byte in target prematurely closes the URI slot, allowing an attacker to append additional link entries with attacker-chosen rel directives. A " or \ in rel escapes the quoted string and opens new parameters. Any byte โ€” including whitespace, =, and " โ€” in an attribute key is emitted verbatim. Because browsers act on Link: directives such as rel="preconnect", rel="preload", and rel="prerender", an attacker who can influence these fields in an application that round-trips parsed Link headers through cow_link:link/1 can force victim browsers to make out-of-band connections to attacker-controlled origins. This issue affects cowlib: from 2.9.0 onward.

CWE CWE-116
Vendor ninenines
Product cowlib
Published Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for ninenines cowlib

Be the first to know when new unknown vulnerabilities affecting ninenines cowlib are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

ninenines / cowlib
2.9.0 < *
ninenines / cowlib
485d58dfa91b91d98135dc95e5615f421715dae5 < *

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-43971.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-43971

Credits

Peter Ullrich