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

crypto: ccp - copy IV using skcipher ivsize

AF_ALG rfc3686-ctr-aes-ccp requests pass an 8-byte IV to the driver.

ccp_aes_complete() restores AES_BLOCK_SIZE bytes into the caller's IV
buffer while RFC3686 skciphers expose an 8-byte IV, so the restore
overruns the provided buffer.

Use crypto_skcipher_ivsize() to copy only the algorithm's IV length.
Published: 2026-06-24
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Buffer Overrun in Kernel Crypto
Action: Apply Patch
AI Analysis

Impact

Based on the description, it is inferred that the flaw arises when the AF_ALG "rfc3686-ctr-aes-ccp" path copies an 8‑byte IV into a caller buffer and then restores AES_BLOCK_SIZE (16) bytes during completion, overwriting memory beyond the intended region. This kernel‑space buffer overrun could corrupt data integrity or cause a system crash, representing a classic unchecked copy operation (CWE‑787).

Affected Systems

All Linux kernel versions that include the vulnerable ccp AES implementation, with no specific version mitigated yet. The affected product is the Linux kernel cryptographic core, as indicated by the generic Linux CPE.

Risk and Exploitability

Based on the description, it is inferred that the vulnerability can be triggered by any code that submits AF_ALG requests utilizing the RFC3686 cipher, potentially allowing an attacker to cause memory corruption. A CVSS score of 7.8 is provided, and EPSS is < 1%, so the quantitative risk cannot be measured. However, the flaw is a kernel‑space buffer overrun that could be exploited if an attacker can influence the IV buffer; currently, no exploits are publicly known, and the vulnerability is not listed in the CISA KEV catalog, indicating no confirmed widespread exploitation at this time (CWE‑787).

Generated by OpenCVE AI on August 12, 2026 at 06:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the patch referenced in the provided commit logs.
  • Verify that any custom or third‑party kernel modules use crypto_skcipher_ivsize() to copy IVs rather than hard‑coded sizes, and replace any that do not.
  • If the affected cipher is unnecessary in your environment, disable AF_ALG "rfc3686-ctr-aes-ccp" or remove the corresponding crypto module until a patch is applied.

Generated by OpenCVE AI on August 12, 2026 at 06: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
Ubuntu USN Ubuntu USN USN-8566-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8567-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8568-1 Linux kernel (OEM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8569-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8574-1 Linux kernel (GCP FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8575-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8576-1 Linux kernel (NVIDIA Tegra) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8574-2 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8595-1 Linux kernel (Oracle) vulnerabilities
Ubuntu USN Ubuntu USN USN-8596-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8575-2 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8576-2 Linux kernel (NVIDIA Tegra) vulnerabilities
Ubuntu USN Ubuntu USN USN-8575-3 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8595-2 Linux kernel (AWS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8606-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8607-1 Linux kernel (Azure CVM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8608-1 Linux kernel (Azure FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8609-1 Linux kernel (Azure CVM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8610-1 Linux kernel (Azure CVM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8574-3 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8595-3 Linux kernel (AWS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8619-1 Linux kernel (HWE) vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-2 Linux kernel (Azure FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-3 Linux kernel (Intel IoTG) vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-4 Linux kernel (Intel IoTG) vulnerabilities
Ubuntu USN Ubuntu USN USN-8663-1 Linux kernel (NVIDIA) vulnerabilities
Ubuntu USN Ubuntu USN USN-8664-1 Linux kernel (NVIDIA BaseOS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8665-1 Linux kernel (Raspberry Pi) vulnerabilities
Ubuntu USN Ubuntu USN USN-8668-1 Linux kernel (GCP) vulnerabilities
Ubuntu USN Ubuntu USN USN-8728-1 Linux kernel (GCP) vulnerabilities
References
Link Providers
https://access.redhat.com/errata/RHSA-2026:38491 cve-icon
https://access.redhat.com/errata/RHSA-2026:39494 cve-icon
https://access.redhat.com/errata/RHSA-2026:55764 cve-icon
https://access.redhat.com/errata/RHSA-2026:55765 cve-icon
https://access.redhat.com/errata/RHSA-2026:56574 cve-icon
https://access.redhat.com/errata/RHSA-2026:59473 cve-icon
https://access.redhat.com/errata/RHSA-2026:59544 cve-icon
https://access.redhat.com/errata/RHSA-2026:61256 cve-icon
https://access.redhat.com/errata/RHSA-2026:64767 cve-icon
https://access.redhat.com/errata/RHSA-2026:65710 cve-icon
https://access.redhat.com/errata/RHSA-2026:67721 cve-icon
https://access.redhat.com/errata/RHSA-2026:67723 cve-icon
https://access.redhat.com/security/cve/CVE-2026-53016 cve-icon
https://bugzilla.redhat.com/show_bug.cgi?id=2492269 cve-icon
https://git.kernel.org/stable/c/227c1e1d9e2aa4cfc65ba446d5690da1f546cda4 cve-icon cve-icon
https://git.kernel.org/stable/c/798d409a8949f3f495f238549b86de2886b129bd cve-icon cve-icon
https://git.kernel.org/stable/c/939061b2d0f7f15114e34b4ce878ef50ff4089c3 cve-icon cve-icon
https://git.kernel.org/stable/c/a7a1f3cdd64d8a165d9b8c9e9ad7fb46ac19dfc4 cve-icon cve-icon
https://git.kernel.org/stable/c/bb01d8f1f385bc9034ca114d3508c7fdea24fc9a cve-icon cve-icon
https://git.kernel.org/stable/c/df9784bb5b637ac80f4a2768a58ca9a50bef28a9 cve-icon cve-icon
https://git.kernel.org/stable/c/dfb2cf434829819268fe50f41542aad318ad62b2 cve-icon cve-icon
https://git.kernel.org/stable/c/eecee15e263ccb8cd77170a56ab6c969cb54dd6a cve-icon cve-icon
https://lore.kernel.org/linux-cve-announce/2026062451-CVE-2026-53016-90ac@gregkh/T cve-icon
https://nvd.nist.gov/vuln/detail/CVE-2026-53016 cve-icon
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53016.json cve-icon
https://www.cve.org/CVERecord?id=CVE-2026-53016 cve-icon
History

Wed, 16 Sep 2026 13:30:00 +0000


Wed, 09 Sep 2026 13:30:00 +0000


Mon, 31 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
References

Wed, 26 Aug 2026 15:45:00 +0000


Wed, 19 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
References

Tue, 18 Aug 2026 12:30:00 +0000


Sun, 28 Jun 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120

Sun, 28 Jun 2026 08:00:00 +0000

Type Values Removed Values Added
Metrics 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'}

cvssV3_1

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


Fri, 26 Jun 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
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 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120

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: ccp - copy IV using skcipher ivsize AF_ALG rfc3686-ctr-aes-ccp requests pass an 8-byte IV to the driver. ccp_aes_complete() restores AES_BLOCK_SIZE bytes into the caller's IV buffer while RFC3686 skciphers expose an 8-byte IV, so the restore overruns the provided buffer. Use crypto_skcipher_ivsize() to copy only the algorithm's IV length.
Title crypto: ccp - copy IV using skcipher ivsize
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-09-16T12:04:14.313Z

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

Link: CVE-2026-53016

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Modified

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

Modified: 2026-09-16T13:18:01.940

Link: CVE-2026-53016

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-53016 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T06:30:17Z

Weaknesses
  • CWE-787

    Out-of-bounds Write

  • CWE-805

    Buffer Access with Incorrect Length Value