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-40292

8.4 · HIGH
Published Dec 8, 2025 EPSS 0.17% (7th pctl)

Overview

CVE-2025-40292 is a high-severity vulnerability. It was published on December 8, 2025 and has a CVSS 3.1 base score of 8.4 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

virtio-net: fix received length check in big packets

Since commit 4959aebba8c0 ("virtio-net: use mtu size as buffer length

for big packets"), when guest gso is off, the allocated size for big

packets is not MAX_SKB_FRAGS * PAGE_SIZE anymore but depends on

negotiated MTU. The number of allocated frags for big packets is stored

in vi->big_packets_num_skbfrags.

Because the host announced buffer length can be malicious (e.g. the host

vhost_net driver's get_rx_bufs is modified to announce incorrect

length), we need a check in virtio_net receive path. Currently, the

check is not adapted to the new change which can lead to NULL page

pointer dereference in the below while loop when receiving length that

is larger than the allocated one.

This commit fixes the received length check corresponding to the new

change.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2025-40292?

CVE-2025-40292 is a high-severity vulnerability. It was published on December 8, 2025 and has a CVSS 3.1 base score of 8.4 (HIGH).

How severe is CVE-2025-40292?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-40292?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-40292 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.