CVE-2025-40292
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's virtio-net component. It involves an incorrect length check for received big packets when guest GSO (Generic Segmentation Offload) is off. Due to a change in how buffer sizes are allocated based on negotiated MTU instead of a fixed size, the existing length check was not updated accordingly. This can lead to a NULL page pointer dereference when the received packet length is larger than the allocated buffer, potentially causing a crash or denial of service.
How can this vulnerability impact me? :
The vulnerability can cause a NULL page pointer dereference in the Linux kernel's virtio-net receive path, which may lead to a system crash or denial of service. This can disrupt network functionality on affected systems using virtio-net, impacting availability.