CVE-2026-64306
Received Received - Intake

Linux Kernel DRBG CTR Mode Output Buffer Corruption

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

Publication date: 2026-07-25

Last updated on: 2026-07-25

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: drbg - Fix returning success on failure in CTR_DRBG drbg_ctr_generate() sometimes returns success when it fails, leaving the output buffer uninitialized. Fix it.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-25
Last Modified
2026-07-25
Generated
2026-07-25
AI Q&A
2026-07-25
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 is in the Linux kernel's cryptographic module, specifically in the CTR_DRBG (Counter mode Deterministic Random Bit Generator) function. The issue is that drbg_ctr_generate() sometimes incorrectly returns a success status even when it fails, which leaves the output buffer uninitialized. This means random data that should have been generated is not properly set.

Detection Guidance

This vulnerability is specific to the Linux kernel's CTR_DRBG cryptographic function. Detection requires checking kernel logs for errors related to drbg_ctr_generate() or inspecting kernel source code for the affected function. No direct network detection commands are applicable.

Impact Analysis

If exploited, this flaw could lead to weak or predictable cryptographic outputs, potentially compromising encryption used by applications relying on the Linux kernel's DRBG. This might expose sensitive data or allow attackers to bypass security controls that depend on strong randomness.

Mitigation Strategies

Apply the latest Linux kernel security patches to fix the drbg_ctr_generate() function. Reboot the system after patching to ensure the updated kernel is active. Monitor kernel logs for any related errors post-update.

Chat Assistant

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

EPSS Chart