CVE-2026-74399
Last modified
CVE-2026-74399 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evm_xattrs read buffer evm_read_xattrs() allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlen(temp) to simple_read_from_buffer(). When no configured xattrs are enabled, the fill loop stores nothing and temp[0] remains uninitialized, so strlen() reads beyond initialized memory. Explicitly terminate the buffer after allocation, use snprintf() for each formatted line, and pass the accumulated length, without risk of truncation, to simple_read_from_buffer().. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evm_xattrs read buffer evm_read_xattrs() allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlen(temp) to simple_read_from_buffer(). When no configured xattrs are enabled, the fill loop stores nothing and temp[0] remains uninitialized, so strlen() reads beyond initialized memory. Explicitly terminate the buffer after allocation, use snprintf() for each formatted line, and pass the accumulated length, without risk of truncation, to simple_read_from_buffer().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < 8df81954d22a653a8b01d46692cd56f71137269b; >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < 0b9f8282b40af4a99d6243d2cb939d14ff36b049; >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < a36cbfb85f26e6c6fb6529b1a364331b94dc88f3; >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < 12ad52dc45a0c8c9d25e85b4a84201de4c5420ed; >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < a0f64cf8bfcb39e533d9e27aeb763a8d81b7f39d; >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < 38b7d63b23aa9d2ddde7688040e9426d32be4065; >= fa516b66a1bfce1d72f1620c54bdfebc493000d1, < 11143a19f5b8dc8f414deab87571134f9f447313 |
| Linux | Linux | 4.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74399?
How severe is CVE-2026-74399?
How do I fix CVE-2026-74399?
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-74393In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74394In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74395In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74396In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74397In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74398In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74400In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74401In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74402In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74403In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74404In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74405In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74399?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
