Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-64265
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Jul, 2026 | 08:49
Updated At-27 Jul, 2026 | 04:59
Rejected At-
▼CVE Numbering Authority (CNA)
fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req

In the Linux kernel, the following vulnerability has been resolved: fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req When fuse_resend() moves a request from fpq->processing back to fiq->pending, it sets FR_PENDING and clears FR_SENT but does not remove the requests intr_entry from fiq->interrupts. If the request had FR_INTERRUPTED set from a prior signal, intr_entry remains dangling on fiq->interrupts. When the requesting task then receives a fatal signal, fuse_remove_pending_req() sees FR_PENDING=1, removes the request from fiq->pending and frees it via the refcount path, also without cleaning intr_entry. The stale intr_entry causes use-after-free when fuse_read_interrupt() iterates fiq->interrupts: - list_del_init(&req->intr_entry) -> UAF write on freed slab - req->in.h.unique -> UAF read, data leaked to userspace Remove intr_entry from fiq->interrupts in fuse_resend() for interrupted requests before they are placed back on fiq->pending. Add a WARN_ON if the intr_entry is not empty on request destruction.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/fuse/dev.c
Default Status
unaffected
Versions
Affected
  • From 760eac73f9f69aa28fcb3050b4946c2dcc656d12 before 1d8ecd0cd696a5df0b2f72046a4ccee5d2a8ec2c (git)
  • From 760eac73f9f69aa28fcb3050b4946c2dcc656d12 before 7366e6f4d2b4c7002b13fb01219e83679dad4127 (git)
  • From 760eac73f9f69aa28fcb3050b4946c2dcc656d12 before 893479015cb6442fd389d3b553ab3036c9541715 (git)
  • From 760eac73f9f69aa28fcb3050b4946c2dcc656d12 before f8fce75fedf73ac72aa09163deb8f4291fdcaad2 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/fuse/dev.c
Default Status
affected
Versions
Affected
  • 6.9
Unaffected
  • From 0 before 6.9 (semver)
  • From 6.12.96 through 6.12.* (semver)
  • From 6.18.39 through 6.18.* (semver)
  • From 7.1.4 through 7.1.* (semver)
  • From 7.2-rc1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/1d8ecd0cd696a5df0b2f72046a4ccee5d2a8ec2c
N/A
https://git.kernel.org/stable/c/7366e6f4d2b4c7002b13fb01219e83679dad4127
N/A
https://git.kernel.org/stable/c/893479015cb6442fd389d3b553ab3036c9541715
N/A
https://git.kernel.org/stable/c/f8fce75fedf73ac72aa09163deb8f4291fdcaad2
N/A
Hyperlink: https://git.kernel.org/stable/c/1d8ecd0cd696a5df0b2f72046a4ccee5d2a8ec2c
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7366e6f4d2b4c7002b13fb01219e83679dad4127
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/893479015cb6442fd389d3b553ab3036c9541715
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/f8fce75fedf73ac72aa09163deb8f4291fdcaad2
Resource: N/A
Details not found