GHSA-4MJX-2PG4-X29V
Vulnerability from github – Published: 2026-09-04 18:31 – Updated: 2026-09-07 18:31In the Linux kernel, the following vulnerability has been resolved:
crypto: sun8i-ce - Remove crypto_rng interface
Since the crypto_rng interface for hardware PRNGs is unused and is redundant with hwrng and the actual Linux RNG, it's being phased out. Most drivers for it were already removed. Go ahead and remove the sun8i-ce support which is one of the only remaining ones.
Note that the sun8i-ce support for hwrng remains in place. That is the interface that actually matters.
As usual for crypto_rng, this driver was also buggy: its ->generate() function had a use-after-free vulnerability due to using wait_for_completion_interruptible_timeout() without handling shutting down the DMA operation if a signal is sent. There's no point in fixing this separately only to remove the code anyway, so this commit is marked with Fixes and Cc stable.
{
"affected": [],
"aliases": [
"CVE-2026-80834"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-09-04T16:18:11Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: sun8i-ce - Remove crypto_rng interface\n\nSince the crypto_rng interface for hardware PRNGs is unused and is\nredundant with hwrng and the actual Linux RNG, it\u0027s being phased out.\nMost drivers for it were already removed. Go ahead and remove the\nsun8i-ce support which is one of the only remaining ones.\n\nNote that the sun8i-ce support for hwrng remains in place. That is the\ninterface that actually matters.\n\nAs usual for crypto_rng, this driver was also buggy: its -\u003egenerate()\nfunction had a use-after-free vulnerability due to using\nwait_for_completion_interruptible_timeout() without handling shutting\ndown the DMA operation if a signal is sent. There\u0027s no point in fixing\nthis separately only to remove the code anyway, so this commit is marked\nwith Fixes and Cc stable.",
"id": "GHSA-4mjx-2pg4-x29v",
"modified": "2026-09-07T18:31:31Z",
"published": "2026-09-04T18:31:28Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-80834"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/011556f71d094da61379ae3672692cae2795304e"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/1017f987c5f0841f00408a78f947990c9d84b346"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/7bb9e6060710eb7b59491d9826169190297adace"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/8e4f9110aba3127024646ef7a8999dcfcc03f516"
}
],
"schema_version": "1.4.0",
"severity": []
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.