CVE-2025-40109
BaseFortify
Publication date: 2025-11-09
Last updated on: 2025-11-12
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's crypto random number generator (rng) involves ensuring that the set_ent function is always present. The issue arises because only the deterministic random bit generator (drbg) provides set_ent, and the fix ensures that set_ent is always set to maintain proper functionality.
How can this vulnerability impact me? :
If set_ent is not always present in the rng implementation, it could lead to improper random number generation, potentially weakening cryptographic operations that rely on strong randomness. This could impact system security by making cryptographic keys or operations less secure.