CVE-2025-40050
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 involves the BPF (Berkeley Packet Filter) verifier incorrectly applying scalar adjustments during BPF_NEG operations when the destination register is a pointer. The verifier was calling functions to adjust scalar values even when the destination was a pointer, which is unnecessary and could lead to incorrect behavior. The fix involves adding a check to skip these scalar adjustments if the destination register holds a pointer.
How can this vulnerability impact me? :
The vulnerability could cause incorrect behavior in the BPF verifier when handling pointer registers during BPF_NEG operations. This might lead to unexpected or incorrect kernel behavior, potentially affecting system stability or security, depending on how BPF programs are used on the system.