CVE-2026-80922
Received Received - Intake

Random Number Generator Zero Value Handling in Linux Kernel

Vulnerability report for CVE-2026-80922, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-09

Last updated on: 2026-09-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - Allow zero as a random number Zero is a valid random number and needs to be allowed. Otherwise the output is distinguishable from random.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-09
Last Modified
2026-09-09
Generated
2026-09-11
AI Q&A
2026-09-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the Linux kernel's cryptographic random number generator (qcom-rng). The issue is that the generator was not allowing zero as a valid random number output. Since zero is a valid random number, excluding it makes the output distinguishable from true randomness, weakening cryptographic operations.

Detection Guidance

This vulnerability is specific to the Linux kernel's crypto subsystem (qcom-rng). Detection requires checking kernel version and configuration. Use 'uname -r' to check kernel version and 'modinfo qcom-rng' to verify if the affected module is loaded. If the module is present and kernel version matches affected releases, the system is potentially vulnerable.

Impact Analysis

This vulnerability could impact cryptographic operations that rely on the Linux kernel's random number generator. If an attacker can distinguish the output from random, it may weaken encryption, authentication, or other security mechanisms using this generator.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it relates to the Linux kernel's random number generation functionality. The issue is about ensuring zero is allowed as a valid random number output, which does not introduce a security or privacy risk that would impact regulatory compliance.

Mitigation Strategies

Update the Linux kernel to the latest patched version. If using a distribution kernel, apply vendor security updates immediately. For custom kernels, recompile with the fix for the qcom-rng module. Disable the qcom-rng module if not required using 'rmmod qcom-rng' or blacklisting it.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80922. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart