ghsa-r5c3-3mf2-x8c7
Vulnerability from github
Published
2022-06-03 00:01
Modified
2024-03-27 15:30
Severity ?
Details
libcurl wrongly allows cookies to be set for Top Level Domains (TLDs) if thehost name is provided with a trailing dot.curl can be told to receive and send cookies. curl's "cookie engine" can bebuilt with or without Public Suffix Listawareness. If PSL support not provided, a more rudimentary check exists to atleast prevent cookies from being set on TLDs. This check was broken if thehost name in the URL uses a trailing dot.This can allow arbitrary sites to set cookies that then would get sent to adifferent and unrelated site or domain.
{ "affected": [], "aliases": [ "CVE-2022-27779" ], "database_specific": { "cwe_ids": [ "CWE-201", "CWE-668" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2022-06-02T14:15:00Z", "severity": "MODERATE" }, "details": "libcurl wrongly allows cookies to be set for Top Level Domains (TLDs) if thehost name is provided with a trailing dot.curl can be told to receive and send cookies. curl\u0027s \"cookie engine\" can bebuilt with or without [Public Suffix List](https://publicsuffix.org/)awareness. If PSL support not provided, a more rudimentary check exists to atleast prevent cookies from being set on TLDs. This check was broken if thehost name in the URL uses a trailing dot.This can allow arbitrary sites to set cookies that then would get sent to adifferent and unrelated site or domain.", "id": "GHSA-r5c3-3mf2-x8c7", "modified": "2024-03-27T15:30:35Z", "published": "2022-06-03T00:01:03Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27779" }, { "type": "WEB", "url": "https://hackerone.com/reports/1553301" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202212-01" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220609-0009" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.