Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64596— libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()

AI Predicted 3.1 Difficulty: Trivial EPSS 0.15% · P5

Affected Version Matrix 10

VendorProductVersion RangeStatus
LinuxLinux1e7ab6f67824343ee3e96f100f0937c393749a8a< b9d45d328fcda4f0d3d281b7d6f12d3f181d9381affected
1e7ab6f67824343ee3e96f100f0937c393749a8a< 8e931557b317f0fb414839fa51fae1d5feb0ad97affected
1e7ab6f67824343ee3e96f100f0937c393749a8a< 6de2aeffabaafaeda819e60ec8d04f199711e11aaffected
9b8076a9404568d6cb6673b9a079558b15051966affected
6.15.6< 6.16affected
6.16affected
< 6.16unaffected
6.18.39≤ 6.18.*unaffected
… +2 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-64596

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo() Since commit 1e7ab6f67824 ("anon_inode: rework assertions"), path_noexec() warns when an anonymous-inode file is mmap'd from a superblock that has not set SB_I_NOEXEC. dma-buf backs its files this way and never set the flag, so mmap of any exported buffer trips the warning on a CONFIG_DEBUG_VFS=y kernel: WARNING: CPU: 11 PID: 121813 at fs/exec.c:118 path_noexec+0x47/0x50 do_mmap+0x2b5/0x680 vm_mmap_pgoff+0x129/0x210 ksys_mmap_pgoff+0x177/0x240 __x64_sys_mmap+0x33/0x70 init_pseudo() sets up internal SB_NOUSER mounts that are never path-reachable. Set both flags here so every pseudo filesystem gets them by default instead of each caller setting them. SB_I_NODEV is inert for unreachable mounts. SB_I_NOEXEC has one visible effect: an executable mapping of a pseudo-fs fd, such as a dma-buf, now fails with -EPERM, which is the invariant the assertion enforces. No in-tree caller maps these executable. Reproduce on CONFIG_DEBUG_VFS=y: make -C tools/testing/selftests/dmabuf-heaps sudo ./tools/testing/selftests/dmabuf-heaps/dmabuf-heap -t system
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 6.16版本存在安全漏洞,该漏洞源于init_pseudo()函数未默认设置SB_I_NOEXEC和SB_I_NODEV标志,可能导致dma-buf等伪文件系统文件被可执行映射并触发path_noexec()警告。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 1e7ab6f67824343ee3e96f100f0937c393749a8a ~ b9d45d328fcda4f0d3d281b7d6f12d3f181d9381 -
LinuxLinux 6.16 -

II. Public POCs for CVE-2026-64596

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64596

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64596 (3)

Same Patch Batch · Linux · 2026-08-06 · 22 CVEs total

CVE-2026-645979.8 CRITICALsmb: client: fix double-free in SMB2_close() replay
CVE-2026-645868.8 HIGHwifi: brcmfmac: drain bus_reset work on device removal
CVE-2026-645988.8 HIGHsmb/client: Fix error code in smb2_aead_req_alloc()
CVE-2026-645847.8 HIGHusb: gadget: f_midi: cancel pending IN work before freeing the midi object
CVE-2026-645857.8 HIGHcan: esd_usb: kill anchored URBs before freeing netdevs
CVE-2026-645887.8 HIGHfuse-uring: fix data races on ring->ready
CVE-2026-645837.8 HIGHusb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown
CVE-2026-646017.8 HIGHALSA: us144mkii: capture_urb_complete: redundant usb_anchor_urb corrupts anchor list on ea
CVE-2026-645997.8 HIGHcrypto: amlogic - avoid double cleanup in meson_crypto_probe()
CVE-2026-645877.0 HIGHnet: ethernet: arc: emac: quiesce interrupts before requesting IRQ
CVE-2026-68480x86/bugs: Make Safe-RET robust against interrupt injection
CVE-2026-64604KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is in guest mode
CVE-2026-64603platform/x86: intel-hid: Protect ACPI notify handler against recursion
CVE-2026-64602iio: adc: spear: Initialize completion before requesting IRQ
CVE-2026-64595HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()
CVE-2026-64593btrfs: do not trim a device which is not writeable
CVE-2026-64594usb: gadget: f_fs: initialize reset_work at allocation time
CVE-2026-64592riscv: mm: Unconditionally sfence.vma for spurious fault
CVE-2026-64591iommu/vt-d: Avoid WARNING in sva unbind path
CVE-2026-64590dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warning

Showing top 20 of 22 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-64596

No comments yet


Leave a comment