ghsa-vhjq-552g-m4h6
Vulnerability from github
Published
2025-07-25 21:33
Modified
2025-07-25 21:33
Severity ?
Details
A global buffer overflow vulnerability was found in the soup_header_name_to_string function in Libsoup. The soup_header_name_to_string
function does not validate the name
parameter passed in, and directly accesses soup_header_name_strings[name]
. The value of name
is controllable, when name
exceeds the index range of soup_headr_name_string
, it will cause an out-of-bounds access.
{ "affected": [], "aliases": [ "CVE-2025-8197" ], "database_specific": { "cwe_ids": [ "CWE-787" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-07-25T20:15:25Z", "severity": "MODERATE" }, "details": "A global buffer overflow vulnerability was found in the soup_header_name_to_string function in Libsoup. The `soup_header_name_to_string` function does not validate the `name` parameter passed in, and directly accesses `soup_header_name_strings[name]`. The value of `name` is controllable, when `name` exceeds the index range of `soup_headr_name_string`, it will cause an out-of-bounds access.", "id": "GHSA-vhjq-552g-m4h6", "modified": "2025-07-25T21:33:51Z", "published": "2025-07-25T21:33:51Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8197" }, { "type": "WEB", "url": "https://access.redhat.com/security/cve/CVE-2025-8197" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383525" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
Loading...
Loading...
- 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.