CVE-2025-40057
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
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 relates to the ptp (Precision Time Protocol) subsystem where there was no upper bound on the max_vclocks parameter. When a very large value is passed to max_vclocks, it causes an issue with kcalloc, a kernel memory allocation function, which cannot handle such large allocations properly. The fix adds an upper bound to prevent values that are too large for kcalloc, avoiding potential problems.
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability could cause the kernel to attempt to allocate an excessively large amount of memory, potentially leading to system instability, crashes, or denial of service conditions.