一、 漏洞 CVE-2025-21669 基础信息
漏洞标题
vsock/virtio: 如果传输方式改变则丢弃数据包
来源:AIGC 神龙大模型
漏洞描述信息
在Linux内核中,已修复以下漏洞: vsock/virtio: 如果传输方式改变,则丢弃数据包 如果套接字已被重新分配或分配给另一种传输方式,我们必须丢弃接收到的任何数据包,因为这些数据包是未预期的,并且在访问vsk->transport时会导致问题。 Hyunwoo Kim在附带链接中描述了一种可能的情景:在第一次connect()被信号中断,第二次connect()失败后,我们可以发现`vsk->transport`为NULL,从而导致空指针解引用。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
空指针解引用
来源:AIGC 神龙大模型
漏洞标题
vsock/virtio: discard packets if the transport changes
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access vsk->transport. A possible scenario is described by Hyunwoo Kim in the attached link, where after a first connect() interrupted by a signal, and a second connect() failed, we can find `vsk->transport` at NULL, leading to a NULL pointer dereference.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2025-21669 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-21669 的情报信息
  • 标题: vsock/virtio: discard packets if the transport changes - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: vsock/virtio: discard packets if the transport changes - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: vsock/virtio: discard packets if the transport changes - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: vsock/virtio: discard packets if the transport changes - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: vsock/virtio: discard packets if the transport changes - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • 标题: vsock/virtio: discard packets if the transport changes - kernel/git/stable/linux.git - Linux kernel stable tree -- 🔗来源链接

    标签:

  • https://nvd.nist.gov/vuln/detail/CVE-2025-21669