The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for Debian:unstable
libsoup3
.
Note: Versions mentioned in the description apply only to the upstream libsoup3
package and not the libsoup3
package as distributed by Debian
.
See How to fix?
for Debian:unstable
relevant fixed versions and status.
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.