CVE-2025-40204
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 comparison of Message Authentication Codes (MACs) in a way that is not constant-time, which can allow timing attacks. The fix ensures that MAC comparisons are done using a constant-time helper function to prevent attackers from gaining information through timing differences.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow an attacker to perform timing attacks to potentially reveal sensitive information from MAC comparisons, which could compromise the integrity and security of communications or data protected by these MACs.