Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-21670

5.5 · MEDIUM
Published Jan 31, 2025 linux CWE-476 EPSS 0.22% (13th pctl)

Overview

CVE-2025-21670 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 31, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

vsock/bpf: return early if transport is not assigned

Some of the core functions can only be called if the transport

has been assigned.

As Michal reported, a socket might have the transport at NULL,

for example after a failed connect(), causing the following trace:

BUG: kernel NULL pointer dereference, address: 00000000000000a0

#PF: supervisor read access in kernel mode

#PF: error_code(0x0000) - not-present page

PGD 12faf8067 P4D 12faf8067 PUD 113670067 PMD 0

Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI

CPU: 15 UID: 0 PID: 1198 Comm: a.out Not tainted 6.13.0-rc2+

RIP: 0010:vsock_connectible_has_data+0x1f/0x40

Call Trace:

vsock_bpf_recvmsg+0xca/0x5e0

sock_recvmsg+0xb9/0xc0

__sys_recvfrom+0xb3/0x130

__x64_sys_recvfrom+0x20/0x30

do_syscall_64+0x93/0x180

entry_SYSCALL_64_after_hwframe+0x76/0x7e

So we need to check the `vsk->transport` in vsock_bpf_recvmsg(),

espe

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.4, < 6.6.74 Affected

Frequently Asked Questions

What is CVE-2025-21670?

CVE-2025-21670 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 31, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-21670?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-21670?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-21670?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-21670 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.