CVE-2025-38432
BaseFortify
Publication date: 2025-07-25
Last updated on: 2025-11-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the netpoll component where the UDP checksum field was not properly initialized before performing checksum calculations. Specifically, the initialization of the UDP checksum was removed incorrectly, causing bad checksumming in netpoll IPv6 transmissions. The UDP checksum field (udph->check) needs to be set before calling the checksum function csum_ipv6_magic().
How can this vulnerability impact me? :
This vulnerability can cause incorrect UDP checksum calculations in netpoll IPv6 transmissions, potentially leading to network communication failures or data corruption during these transmissions.