CVE-2025-39804
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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's arm64 Poly1305 cryptographic implementation involves register corruption in no-SIMD (Single Instruction, Multiple Data) contexts. A safety check that ensures SIMD registers are usable was removed, which could lead to Poly1305 functions corrupting random tasks' registers or computing incorrect Message Authentication Codes (MACs) when SIMD registers are not usable. The fix restores this safety check to prevent such corruption and incorrect computations.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause corruption of registers belonging to random tasks, potentially leading to system instability or incorrect cryptographic computations (incorrect MACs). This could undermine the integrity of cryptographic operations relying on Poly1305, possibly affecting data security and system reliability.