Bug 2529207 (CVE-2026-82209) - CVE-2026-82209 curl: libcurl: Information disclosure via improper Public Suffix List boundary check
Summary: CVE-2026-82209 curl: libcurl: Information disclosure via improper Public Suff...
Keywords:
Status: NEW
Alias: CVE-2026-82209
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-06 18:01 UTC by OSIDB Bzimport
Modified: 2026-09-17 14:54 UTC (History)
41 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-06 18:01:47 UTC
When libpsl support is enabled, libcurl fails to enforce the Public Suffix
List boundary check when processing a `Set-Cookie` header where the `Domain`
attribute explicitly matches an origin host that is itself a public suffix
(e.g., `Domain=co.uk` set by `co.uk`).

Instead of coercing it into a strict host-only cookie, libcurl saves the
cookie with wildcard domain scope (`.co.uk`). Consequently, the cookie is
inappropriately included in subsequent outbound requests or HTTP redirects to
arbitrary sibling subdomains under the same public suffix (e.g.,
`attacker.co.uk`).


Note You need to log in before you can comment on or make changes to this bug.