CVE-2026-98117
Last modified
CVE-2026-98117 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix potential UAF/KASAN warning Currently, trace_cachefiles_coherency() is being passed a pointer to a __be64 lain over the coherency data in struct cachefiles_xattr so that it can display the first 8 bytes. However, the data is of variable length and could even be 0 bytes.
Description
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix potential UAF/KASAN warning Currently, trace_cachefiles_coherency() is being passed a pointer to a __be64 lain over the coherency data in struct cachefiles_xattr so that it can display the first 8 bytes. However, the data is of variable length and could even be 0 bytes. This could lead to a UAF or KASAN warning. Fix this by making sure the buffer has room for at least 8 bytes and that those 8 bytes are pre-cleared. Further, those bytes are not 8-byte aligned, so fix the tracepoint to extract the data as four 2-byte words (they are 2-byte aligned) and reassemble the __be64. The compiler will convert this into a single 8-byte load where the CPU supports it.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 229105e5cfd9832a9ef1368c96e0098ec3a5fbf0, < 68d459e6e609c31f96a203dd6eec60c634f155e1; >= 229105e5cfd9832a9ef1368c96e0098ec3a5fbf0, < 93488ea378b4427598cace558236c110515d743b; >= 229105e5cfd9832a9ef1368c96e0098ec3a5fbf0, < a67632c8c2688d6e0091529bcefe54bc5ee80e9b |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98117?
How severe is CVE-2026-98117?
How do I fix CVE-2026-98117?
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-98111In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98112In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98114In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98115In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-98116In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-98118In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98119In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9812Mattermost versions 11.9.x <= 11.9.0, 11.8.x <= 11.8.4, 11.7…6.5
- CVE-2026-98120In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98121In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98122In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-98117?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
