CVE-2026-80835

Source
https://cve.org/CVERecord?id=CVE-2026-80835
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80835.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80835
Downstream
Published
2026-09-04T15:54:44.116Z
Modified
2026-09-06T03:46:53.260008988Z
Summary
crypto: qcom-rng - Remove crypto_rng interface
Details

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

crypto: qcom-rng - Remove crypto_rng interface

qcom-rng.c exposes the same hardware through two completely separate interfaces, cryptorng and hwrng. However, the implementation of this is buggy because it permits generation operations from these interfaces to run concurrently with each other, accessing the same registers. That is, qcomrnggenerate() synchronizes with itself but not with qcomhwrng_read(). This results in potential repetition of output from the RNG, output of non-random values, etc.

Fortunately, there's actually no point in hardware RNG drivers implementing the cryptorng interface. It's not actually used by anything besides the "rng" algorithm type of AFALG, which in turn is not actually used in practice. Other crypto_rng hardware drivers are likewise being phased out, leaving just the hwrng support.

Thus, remove it to simplify the code and avoid conflict (and confusion) with the hwrng interface which is the one that actually matters.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80835.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
f29cd5bb64c258f29b4c49452532481f50eb43ca
Fixed
bb474dcd9d0224264a27a60891f00872b879835f
Fixed
14d9ee8286460a7b82f3b8610b5c7ebf4550b06b
Fixed
843e2bdaf8deb8bc341203094dfe582e38ea4af2
Fixed
669d940351eda316b82e24986e2e0e057653ce7d
Fixed
2ecdf5c9910e20f73639bc322f0518a3439d17c0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.49
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.13
Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.2.3

Database specific

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