PatchSiren cyber security CVE debrief
CVE-2026-89600 Linux CVE debrief
A use-after-free vulnerability in the Linux kernel's fanotify feature has been addressed. The vulnerability occurs when the event reader sets the event state to FAN_EVENT_REPORTED and then sleeps while preparing the file descriptor. If a signal interrupts the triggering task at that point, fanotify_get_response() changes the state to FAN_EVENT_CANCELED and returns, unwinding the file_range stack frame while the reader still owns the event. The reader then dereferences pevent->ppos and copies the stale stack value to userspace.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems who use fanotify. These stakeholders should assess exposure and apply the kernel patch to fix the vulnerability. Additionally, security teams and vulnerability management teams may need to review and implement compensating controls for exposed systems.
Why it matters
The Linux kernel's fanotify feature has a use-after-free vulnerability that could lead to data corruption, unauthorized access, or system instability. Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems who use fanotify should assess exposure and apply the kernel patch to fix the vulnerability.
- Potential data corruption or unauthorized access due to use-after-free vulnerability.
- Possible system crashes or instability due to exploitation.
- Need for kernel patch application and system monitoring.
Technical summary
The Linux kernel's fanotify feature has a use-after-free vulnerability. When the event reader sets the event state to FAN_EVENT_REPORTED and then sleeps while preparing the file descriptor, a signal interrupt can cause fanotify_get_response() to change the state to FAN_EVENT_CANCELED and return, unwinding the file_range stack frame. The reader then dereferences pevent->ppos and copies the stale stack value to userspace.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the kernel patch to fix the use-after-free vulnerability in fanotify.
- Monitor system logs for potential exploitation attempts.
- Consider implementing additional security measures to protect against similar vulnerabilities.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability was reported by KASAN, which detected a use-after-free read of size 8 at addr ffff88811434fc50. The call trace shows the sequence of functions leading to the vulnerability. This information is based on the available source corpus and may not be exhaustive. Linux kernel developers should verify the fix and assess exposure in their specific environments.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89600 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89600
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89600 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89600
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/66aa9a9e6481bfa512ee5b6380eaaec455a954d2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b8f73b163b646bc56d4dce9c697a578e333f4894
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d7f1cf5be33ef0175a4e8ed8687aeb98fb00a851
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.