一、 漏洞 CVE-2025-4476 基础信息
漏洞信息
                                        # libsoup:libsoup中的空指针解引用可能导致服务拒绝

## 漏洞概述
在libsoup HTTP客户端库中发现了一个拒绝服务(DoS)漏洞。当libsoup客户端接收到一个包含特定格式的域参数的401(未授权)HTTP响应时,会导致客户端应用崩溃。

## 影响版本
未提供具体版本信息。

## 漏洞细节
此漏洞由处理畸形的WWW-Authenticate头部触发。攻击者可以通过设置恶意HTTP服务器来利用此漏洞。如果用户的客户端应用使用了存在漏洞的libsoup库并连接到了恶意服务器,会导致客户端崩溃。

## 影响
成功利用该漏洞需要诱使用户的客户端应用连接到攻击者的恶意服务器。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Libsoup: null pointer dereference in libsoup may lead to denial of service
来源:美国国家漏洞数据库 NVD
漏洞描述信息
A denial-of-service vulnerability has been identified in the libsoup HTTP client library. This flaw can be triggered when a libsoup client receives a 401 (Unauthorized) HTTP response containing a specifically crafted domain parameter within the WWW-Authenticate header. Processing this malformed header can lead to a crash of the client application using libsoup. An attacker could exploit this by setting up a malicious HTTP server. If a user's application using the vulnerable libsoup library connects to this malicious server, it could result in a denial-of-service. Successful exploitation requires tricking a user's client application into connecting to the attacker's malicious server.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
来源:美国国家漏洞数据库 NVD
漏洞类别
空指针解引用
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2025-4476 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-4476 的情报信息