CVE-2026-43033
Analyzed Analyzed - Analysis Complete

Linux Kernel Out-of-Place Decryption Crypto Vulnerability

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

Publication date: 2026-05-01

Last updated on: 2026-05-08

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - Do not place hiseq at end of dst for out-of-place decryption When decrypting data that is not in-place (src != dst), there is no need to save the high-order sequence bits in dst as it could simply be re-copied from the source. However, the data to be hashed need to be rearranged accordingly. Thanks,

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-05-01
Last Modified
2026-05-08
Generated
2026-07-07
AI Q&A
2026-05-01
EPSS Evaluated
2026-07-06
NVD
EUVD

Affected Vendors & Products

Showing 13 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel From 6.13 (inc) to 6.18.22 (exc)
linux linux_kernel From 5.11 (inc) to 5.15.204 (exc)
linux linux_kernel From 5.16 (inc) to 6.1.170 (exc)
linux linux_kernel From 6.2 (inc) to 6.6.137 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.85 (exc)
linux linux_kernel From 6.19 (inc) to 6.19.12 (exc)
linux linux_kernel From 4.3 (inc) to 5.10.254 (exc)

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 exists in the Linux kernel's crypto module, specifically in the authencesn component. It relates to the handling of out-of-place decryption, where the source and destination buffers are different (src != dst). The issue is that the high-order sequence bits (hiseq) were being placed at the end of the destination buffer unnecessarily. Since these bits can be re-copied from the source, saving them in the destination is not needed. However, the data that is hashed needs to be rearranged properly to avoid issues.

Impact Analysis

This vulnerability relates to the Linux kernel's crypto subsystem, specifically the authencesn module. It involves incorrect handling of high-order sequence bits during out-of-place decryption, which could potentially lead to incorrect cryptographic operations or data integrity issues when decrypting data.

If exploited or left unpatched, this could impact systems relying on the Linux kernel's cryptographic functions for secure data processing, potentially leading to data corruption or weakening of cryptographic assurances.

Chat Assistant

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

EPSS Chart