A global buffer overflow vulnerability was found in the...
Moderate severity
Unreviewed
Published
Jul 25, 2025
to the GitHub Advisory Database
•
Updated Jul 25, 2025
Description
Published by the National Vulnerability Database
Jul 25, 2025
Published to the GitHub Advisory Database
Jul 25, 2025
Last updated
Jul 25, 2025
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 thename
parameter passed in, and directly accessessoup_header_name_strings[name]
. The value ofname
is controllable, whenname
exceeds the index range ofsoup_headr_name_string
, it will cause an out-of-bounds access.References