CVE-2025-38574
BaseFortify
Publication date: 2025-08-19
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 | 6.1.153-1 |
| linux | linux_kernel | 5.10.244-1 |
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 pptp_xmit() function involves reading uninitialized data due to insufficient length checks on socket buffers (skb). A fix was applied to ensure minimal skb length to prevent reading uninitialized memory, which could lead to undefined behavior or potential security issues.
How can this vulnerability impact me? :
The impact of this vulnerability could include potential exposure of uninitialized memory contents, which might lead to information leakage or instability in the kernel networking stack. This could affect system reliability and security when using the PPTP protocol.