CVE-2026-93159

Source
https://cve.org/CVERecord?id=CVE-2026-93159
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93159.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93159
Downstream
Published
2026-09-17T16:11:53Z
Modified
2026-09-19T03:47:22Z
Summary
crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
Details

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

crypto: atmel-sha204a - fix heap info leak on I2C transfer failure

The nonblocking RNG path allocates a work_data structure to track the state of an in-flight asynchronous I2C request. This pointer is stored in rng->priv and later consumed by the read path once the transaction completes.

If the underlying I2C transfer fails, the completion callback is invoked with a non-zero status. In this case, the allocated work_data is not usable for producing RNG output and must not remain associated with the hwrng state.

Previously, the failure path only logged a warning but left the pointer state uncleared, which can result in subsequent read attempts observing stale state and interpreting it as valid completion data.

Fix this by freeing the pending work_data. The I2C transaction reports an error. This ensures that failed requests do not leave residual state behind that could be interpreted as valid RNG data on later reads. Clearing rng->priv is done at the subsequent call to nonblocking read.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93159.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
da001fb651b00e1deeaf24767dd691ae8152a4f5
Fixed
a430b5b6d2ddd2b266330f8507a655be1148347d
Fixed
4e76d85e505b7451925efbcd67c015e8c2440c68
Fixed
bcac9052e19490231ff6e0678a06bd2fcf8db3af
Fixed
28cc179252347718f97045dd5ea74165609dbd7d
Fixed
0d6db386133d9230befb77967bbf130443964860
Fixed
f4d347fb1309b69ea6f817a17e6b2893c8d754b7
Fixed
94abda77b57a35b82bba0365bad072d94d67ffe9
Fixed
72bbf11ba14bd7d5fbf31a1ec42fff608b657f74

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93159.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.3.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93159.json"