This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: libsoup (GNOME HTTP lib) has a **Double Free** bug in `soup_message_headers_get_content_disposition`. π₯ **Consequences**: High severity (CVSS 9.8).β¦
π‘οΈ **Root Cause**: **CWE-590** (Free of Memory not on Heap). The flaw lies in improper memory management during header processing, leading to a double free vulnerability.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: **libsoup** library used in GNOME projects. Specific versions not listed in data, but Red Hat advisories (RHSA-2025:4609, 4538, 4440, 4624) indicate enterprise Linux distributions are impacted.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: **Full Control**. CVSS shows High Confidentiality, Integrity, and Availability impact. Hackers can likely execute arbitrary code, steal sensitive data, or deny service.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Exploitation Threshold**: **Low**. CVSS: `AV:N` (Network), `AC:H` (High Complexity), `PR:N` (No Privs), `UI:N` (No User Interaction). No auth needed, but requires complex exploitation logic.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **None Available**. The `pocs` array is empty. No public PoC or wild exploitation code is currently known or shared.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for **libsoup** usage in your stack. Check if your GNOME-based apps or HTTP clients rely on vulnerable versions. Look for network traffic involving `Content-Disposition` headers.
Q8Is it fixed officially? (Patch/Mitigation)
β **Official Fix**: **Yes**. Red Hat has issued multiple advisories (RHSA-2025:4609, 4538, 4440, 4624). Update your system packages immediately via official repos.
Q9What if no patch? (Workaround)
π§ **No Patch?**: Isolate the service. If possible, **disable** the specific HTTP client functionality using libsoup. Monitor logs for anomalous HTTP header parsing errors.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **CRITICAL**. CVSS 9.8 is nearly max score. Even with high AC, the lack of auth and network accessibility makes this a top-priority patching task. ππ¨