CVE-2026-98117

Source
https://cve.org/CVERecord?id=CVE-2026-98117
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98117.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98117
Downstream
Published
2026-09-25T10:36:02Z
Modified
2026-09-26T03:48:32Z
Summary
cachefiles: Fix potential UAF/KASAN warning
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98117.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
229105e5cfd9832a9ef1368c96e0098ec3a5fbf0
Fixed
68d459e6e609c31f96a203dd6eec60c634f155e1
Fixed
93488ea378b4427598cace558236c110515d743b
Fixed
a67632c8c2688d6e0091529bcefe54bc5ee80e9b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98117.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98117.json"