CVE-2025-38441
BaseFortify
Publication date: 2025-07-25
Last updated on: 2025-11-03
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 in the Linux kernel's netfilter flowtable code involves an uninitialized value being accessed in the function nf_flow_pppoe_proto(). The issue arose because the Ethernet header was not properly accounted for in the code, leading to potential use of uninitialized memory during packet processing.
How can this vulnerability impact me? :
The impact of this vulnerability could include instability or crashes in the Linux kernel's networking stack due to the use of uninitialized values. This may affect network packet processing and could potentially be exploited to cause denial of service or other unpredictable behavior.