CVE-2025-40236
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-04
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 occurs in the Linux kernel's virtio-net component. When Generic Segmentation Offload (GSO) tunnel is negotiated, the function virtio_net_hdr_tnl_from_skb() attempts to initialize tunnel metadata but fails to zero out unused receive hash (rxhash) fields. As a result, these uninitialized fields may leak information from one side to another.
How can this vulnerability impact me? :
The vulnerability can lead to information leakage through uninitialized hash fields in the network tunnel metadata. This could potentially expose sensitive data to unauthorized parties communicating over the network.