Logo
componentlibsoup3
Name
libsoup3
Version
3.6.5-r1
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:gnome:libsoup:3.6.5:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
3.7.1-r2

Vulnerabilities#


Name
Analysis
Description
Exploitable
A flaw was found in the cookie parsing logic of the libsoup HTTP library, used in GNOME applications and other software. The vulnerability arises when processing the expiration date of cookies, where a specially crafted value can trigger an integer overflow. This may result in undefined behavior, allowing an attacker to bypass cookie expiration logic, causing persistent or unintended cookie behavior. The issue stems from improper validation of large integer inputs during date arithmetic operations within the cookie parsing routines.
Exploitable
A flaw was found in the asynchronous message queue handling of the libsoup library, widely used by GNOME and WebKit-based applications to manage HTTP/2 communications. When network operations are aborted at specific timing intervals, an internal message queue item may be freed twice due to missing state synchronization. This leads to a use-after-free memory access, potentially crashing the affected application. Attackers could exploit this behavior remotely by triggering specific HTTP/2 read and cancel sequences, resulting in a denial-of-service condition.