CVE-2026-80835: crypto: qcom-rng - Remove crypto_rng interface

Published Sep 4, 2026
·
Updated

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

crypto: qcom-rng - Remove cryptorng 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 qcomhwrngread(). 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 cryptorng 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.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Remove

    Remove crypto: qcom-rng - Remove crypto_rng interface from your environment.

    Remove the crypto_rng interface from qcom-rng (crypto: qcom-rng - Remove crypto_rng interface) to simplify the code and avoid conflicts between the crypto_rng and hwrng access paths.

Event History

Sep 4, 2026
CVE Published
via MITRE·03:54 PM
Data Sourced
via MITRE·03:54 PM
Description

Frequently Asked Questions

1

What condition is required for the RNG output issue to occur?

Generation operations through both the qcom-rng crypto_rng interface and the hwrng interface must run concurrently. The two paths access the same hardware registers but do not synchronize with each other.

2

Who is realistically exposed to this issue?

Systems using the Qualcomm qcom-rng driver are relevant, particularly if both exposed interfaces can be used concurrently. The crypto_rng interface is described as having no practical users beyond the AF_ALG "rng" algorithm type, which itself is not used in practice.

3

What is the potential impact of successful triggering?

Concurrent access can cause repeated RNG output or output that is not random. This can undermine the reliability of values produced by the affected hardware RNG.

4

What change resolves the issue?

The resolution removes the qcom-rng crypto_rng interface and retains hwrng support. This eliminates the conflicting second interface to the same hardware registers.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203