CVE-2026-80835 PUBLISHED

crypto: qcom-rng - Remove crypto_rng interface

Assigner: Linux
Reserved: 26.08.2026 Published: 04.09.2026 Updated: 04.09.2026

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, crypto_rng 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, qcom_rng_generate() synchronizes with itself but not with qcom_hwrng_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 crypto_rng interface. It's not actually used by anything besides the "rng" algorithm type of AF_ALG, 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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from f29cd5bb64c258f29b4c49452532481f50eb43ca to bb474dcd9d0224264a27a60891f00872b879835f (excl.)
  • affected from f29cd5bb64c258f29b4c49452532481f50eb43ca to 14d9ee8286460a7b82f3b8610b5c7ebf4550b06b (excl.)
  • affected from f29cd5bb64c258f29b4c49452532481f50eb43ca to 843e2bdaf8deb8bc341203094dfe582e38ea4af2 (excl.)
  • affected from f29cd5bb64c258f29b4c49452532481f50eb43ca to 669d940351eda316b82e24986e2e0e057653ce7d (excl.)
  • affected from f29cd5bb64c258f29b4c49452532481f50eb43ca to 2ecdf5c9910e20f73639bc322f0518a3439d17c0 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.7 is affected
  • unaffected from 0 to 6.7 (excl.)
  • unaffected from 6.12.108 to 6.12.* (incl.)
  • unaffected from 6.18.49 to 6.18.* (incl.)
  • unaffected from 7.1.13 to 7.1.* (incl.)
  • unaffected from 7.2.3 to 7.2.* (incl.)
  • unaffected from 7.3-rc1 to * (incl.)

References