CVE-2026-74438
Last modified
CVE-2026-74438 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: crypto: sun4i-ss - Remove insecure and unused rng_alg Remove sun4i_ss_rng, as it is insecure and unused: - It has multiple vulnerabilities. sun4i_ss_prng_seed() is missing locking and has a buffer overflow. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: sun4i-ss - Remove insecure and unused rng_alg Remove sun4i_ss_rng, as it is insecure and unused: - It has multiple vulnerabilities. sun4i_ss_prng_seed() is missing locking and has a buffer overflow. sun4i_ss_prng_generate() fails to fill the entire buffer with cryptographic random bytes, because it rounds the destination length down and also doesn't actually wait for the hardware to be ready before pulling bytes from it. - No user of this code is known. It's usable only theoretically via the "rng" algorithm type of AF_ALG. But userspace actually just uses the actual Linux RNG (/dev/random etc) instead. And rng_algs don't contribute entropy to the actual Linux RNG either. (This may have been confused with hwrng, which does contribute entropy.) The sun4i_ss_prng_seed() buffer overflow was reported by Tianchu Chen and discovered by Atuin - Automated Vulnerability Discovery Engine There's no point in fixing all these vulnerabilities individually when this is unused code, so let's just remove it.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < 2eafecaba1b46bb9774eaf3556619fd5b6a17c1c; >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < ee2458f8188732aa53a5d42f56e87bfad288b44e; >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < 306ded31bfa00a69d25823a60d7c797170bfb4f8; >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < e4b7b9819811c4c51064c3d3d3c02f0be7491707; >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < c401492e01c7bfd38cf14c94d85c7efafe7d1a25; >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < 9c8086d9511189c34dfa3f9e3a03f2bee12f56a5; >= b8ae5c7387ad075ee61e8c8774ce2bca46bc9236, < b2c41fa9dd8fc740c489e060b199165771f268d1 |
| Linux | Linux | 4.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74438?
How severe is CVE-2026-74438?
How do I fix CVE-2026-74438?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74433In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74434In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74435In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74436In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74437In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74439In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-7444The Search Analytics for WP plugin for WordPress is vulnerab…8.1
- CVE-2026-74440In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74441In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74442In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74443In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-74438?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
