Description
In the Linux kernel, the following vulnerability has been resolved:

crypto: af_alg - Cap AEAD AD length to 0x80000000

In order to prevent arithmetic overflows when checking the TX
buffer size, cap the associated data length to 0x80000000.
Published: 2026-06-24
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel the af_alg cryptographic interface allowed an associated data (AD) length in authenticated encryption operations to exceed the value that the kernel correctly handled for transmit buffer size calculation. The lack of a maximum value caused an unsigned integer overflow, which could corrupt kernel memory or crash the system. The commit that resolved the issue caps the AD length to 0x80000000, preventing the wrap‑around and the associated corruption. This flaw is related to CWE‑190: Integer Overflow or Wraparound.

Affected Systems

Linux kernel builds that do not include the commit adding the 0x80000000 cap on AEAD AD lengths are vulnerable. Any unpatched or custom kernel version compiled without this change remains at risk. The affected vendor is Linux, with the product being the kernel itself; affected versions are all that precede the introduction of the fix, as no specific release list is supplied.

Risk and Exploitability

The CVSS score of 5.5 indicates a medium severity vulnerability. The EPSS score of < 1% indicates a very low likelihood of exploitation, and the vulnerability is not listed in CISA KEV. The description indicates that an unsigned integer overflow may occur when evaluating the TX buffer size for a particular cryptographic operation, but no explicit attack vector or exploitation scenario is documented in the public data. Therefore, precise exploitation conditions remain unspecified.

Generated by OpenCVE AI on August 13, 2026 at 19:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit that caps AEAD associated data lengths to 0x80000000
  • If the af_alg interface is unnecessary, disable it or restrict socket creation so that only trusted processes can open it
  • Monitor system logs for kernel panics or abnormal cryptographic activity that might indicate an exploitation attempt

Generated by OpenCVE AI on August 13, 2026 at 19:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4664-1 linux security update
Debian DLA Debian DLA DLA-4665-1 linux security update
Debian DLA Debian DLA DLA-4671-1 linux-6.1 security update
History

Fri, 24 Jul 2026 18:30:00 +0000


Mon, 29 Jun 2026 05:30:00 +0000


Sat, 27 Jun 2026 02:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Sat, 27 Jun 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

Important


Wed, 24 Jun 2026 21:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
CWE-682

Wed, 24 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Cap AEAD AD length to 0x80000000 In order to prevent arithmetic overflows when checking the TX buffer size, cap the associated data length to 0x80000000.
Title crypto: af_alg - Cap AEAD AD length to 0x80000000
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-08-17T04:50:24.931Z

Reserved: 2026-06-09T07:44:35.375Z

Link: CVE-2026-52972

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Modified

Published: 2026-06-24T17:17:07.727

Modified: 2026-08-17T05:17:10.777

Link: CVE-2026-52972

cve-icon Redhat

Severity : Important

Publid Date: 2026-06-24T00:00:00Z

Links: CVE-2026-52972 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses