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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-64510— ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup

CVSS 7.0 · High EPSS 0.11% · P2

Affected Version Matrix 18

VendorProductVersion RangeStatus
LinuxLinuxa61fe6f7902ecaa89d5e6c709490fc4324927134< ee82078e776ae31266cc70fdf62ac17c3c6f100aaffected
a61fe6f7902ecaa89d5e6c709490fc4324927134< 6ff054cc02a763914773b026cacb429e5fbf64faaffected
a61fe6f7902ecaa89d5e6c709490fc4324927134< b07d22a2d17ad6465c87bd5752bc70e4c16e0ee4affected
a61fe6f7902ecaa89d5e6c709490fc4324927134< c127dbd832bd4b9aef8a749d9f491b74042f9b47affected
a61fe6f7902ecaa89d5e6c709490fc4324927134< df7c92216a1583a76cb0cbf2f21cd68870609b05affected
a61fe6f7902ecaa89d5e6c709490fc4324927134< 3b2628f7682aea8d9ce09ad4b9a3bd144b451eaaaffected
a61fe6f7902ecaa89d5e6c709490fc4324927134< 7d69235bdc581a4346e9bcd6a8bea37d3e1abd25affected
a61fe6f7902ecaa89d5e6c709490fc4324927134< 38bf27511ef41bffebd157ec3eba41fc89ba59cdaffected
… +10 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-64510

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
ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup If acpi_nfit_init() fails after adding the acpi_desc object to the acpi_descs list, that object is never removed from that list because the acpi_nfit_shutdown() devm action is not added for the NFIT device in that case. Next, the acpi_nfit_init() failure causes acpi_nfit_probe() to fail, the acpi_desc object is freed, and a dangling pointer is left behind in the acpi_descs. Any subsequent ACPI Machine Check Exception will trigger nfit_handle_mce() which iterates over acpi_descs and so a use-after-free will occur. Moreover, if acpi_nfit_probe() returns 0 after installing a notify handler for the NFIT device and without allocating the acpi_desc object and setting the NFIT device's driver data pointer, the acpi_desc object will be allocated by acpi_nfit_update_notify() and acpi_nfit_init() will be called to initialize it. Regardless of whether or not acpi_nfit_init() fails in that case, the acpi_nfit_shutdown() devm action is not added for the NFIT device and acpi_desc is never removed from the acpi_descs list. If the acpi_desc object is freed subsequently on driver removal, any subsequent ACPI MCE will lead to a use-after-free like in the previous case. To address the first issue mentioned above, make acpi_nfit_probe() call acpi_nfit_shutdown() directly on acpi_nfit_init() failures and to address the other one, add a remove callback to the driver and make it call acpi_nfit_shutdown(). Also, since it is now possible to pass NULL to acpi_nfit_shutdown() or the acpi_desc object passed to it may not have been initialized, add checks against NULL for acpi_desc and its nvdimm_bus field to that function and make acpi_nfit_unregister() clear the latter after unregistering the NVDIMM bus.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
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 4.6版本存在安全漏洞,该漏洞源于acpi_nfit_init()错误清理,可能导致释放后重用。
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 a61fe6f7902ecaa89d5e6c709490fc4324927134 ~ ee82078e776ae31266cc70fdf62ac17c3c6f100a -
LinuxLinux 4.6 -

II. Public POCs for CVE-2026-64510

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-64510

登录查看更多情报信息。

Patches & Fixes for CVE-2026-64510 (8)

Same Patch Batch · Linux · 2026-07-25 · 274 CVEs total

CVE-2026-643979.8 CRITICALksmbd: serialize QUERY_DIRECTORY requests per file
CVE-2026-642689.8 CRITICALRDMA/siw: bound Read Response placement to the RREAD length
CVE-2026-643849.8 CRITICALsmb: client: fix change notify replay double-free
CVE-2026-643839.8 CRITICALsmb: client: fix double-free in SMB2_flush() replay
CVE-2026-643859.8 CRITICALsmb: client: fix double-free in SMB2_ioctl() replay
CVE-2026-643869.8 CRITICALsmb: client: fix query_info() replay double-free
CVE-2026-643879.8 CRITICALsmb: client: fix query directory replay double-free
CVE-2026-643919.8 CRITICALksmbd: use opener credentials for ADS I/O
CVE-2026-643999.8 CRITICALksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILE
CVE-2026-643559.8 CRITICALbpf: Reject fragmented frames in devmap
CVE-2026-644599.8 CRITICALtcp: restore RCU grace period in tcp_ao_destroy_sock
CVE-2026-644399.8 CRITICALcrypto: krb5 - filter out async aead implementations at alloc
CVE-2026-643039.8 CRITICALspi: fsl-lpspi: terminate the RX channel on TX prepare failure path
CVE-2026-644109.8 CRITICALnetfilter: flowtable: IPIP tunnel hardware offload is not yet support
CVE-2026-645239.8 CRITICALnet/handshake: Take a long-lived file reference at submit
CVE-2026-643199.1 CRITICALnvmet-auth: validate reply message payload bounds against transfer length
CVE-2026-643929.1 CRITICALksmbd: use opener credentials for delete-on-close
CVE-2026-644509.1 CRITICALtipc: fix out-of-bounds read in broadcast Gap ACK blocks
CVE-2026-643209.1 CRITICALnvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page
CVE-2026-643939.1 CRITICALksmbd: run set info with opener credentials

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-64510

No comments yet


Leave a comment