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.
Published: 2026-07-25
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s deterministic random bit generator, in CTR mode, contains a flaw in drbg_ctr_generate(). When the operation fails, the function incorrectly returns a success status, leaving the output buffer uninitialized. Callers that interpret the result as successful may use the uninitialized data, exposing ordinary kernel memory contents to the application layer. This leads to accidental information disclosure, but does not provide a path for arbitrary code execution or denial of service.

Affected Systems

All Linux kernel releases that include the CTR_DRBG implementation in the crypto subsystem and have not yet integrated the fixed commit. The exact affected versions are not listed in the CVE data; any kernel build that contains the vulnerable code path is at risk. Updating to a kernel release containing the patch references eliminates the problem.

Risk and Exploitability

The EPSS score is less than 1% and the vulnerability is not listed in CISA’s KEV catalog, indicating a low probability of exploitation and no known active exploits. The CVSS score of 7.0 indicates a high severity rating. Based on the description, the likely attack vector is an attacker invoking the kernel’s crypto interface from user space, such as through the cryptographic API exposed by the kernel. Successful exploitation would allow reading of unintended memory, yielding moderate confidentiality risk while the likelihood remains low under current public knowledge.

Generated by OpenCVE AI on August 3, 2026 at 19:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the drbg CTR uninitialized‑buffer fix.
  • If an immediate kernel update is not feasible, ensure that any code that calls the DRBG routine explicitly zeroes or otherwise validates the output buffer before use to prevent leakage of garbage data.
  • Limit the exposure of the kernel crypto API to trusted users or processes, for example by employing SELinux or AppArmor profiles to restrict access points that could invoke the vulnerable interface.

Generated by OpenCVE AI on August 3, 2026 at 19:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4717-1 linux security update
Debian DLA Debian DLA DLA-4720-1 linux security update
Debian DLA Debian DLA DLA-4723-1 linux-6.1 security update
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

Sat, 01 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-758

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Moderate


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-758

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title crypto: drbg - Fix returning success on failure in CTR_DRBG
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:49:40.153Z

Reserved: 2026-07-19T15:36:31.779Z

Link: CVE-2026-64306

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:11.653

Modified: 2026-08-11T15:00:57.447

Link: CVE-2026-64306

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64306 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T19:30:04Z

Weaknesses

No weakness.