PatchSiren cyber security CVE debrief
CVE-2026-64147 Linux CVE debrief
A Linux kernel vulnerability, CVE-2026-64147, was resolved in pds_core, addressing a debugfs_lookup dentry leak and error handling issue. This vulnerability affects Linux kernel users and administrators, who should be aware of the potential impact on their systems. The vulnerability has a medium defensive priority, and defenders should review the official CVE record and NVD entry for more information.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-08-17
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-08-17
Who should care
Linux kernel users and administrators should be aware of this vulnerability and its potential impact on their systems. They should review the official CVE record and NVD entry for more information and verify the affected scope and severity. Additionally, they should ensure that their systems are updated with the latest Linux kernel version and monitor for any potential issues or error messages related to pds_core and debugfs.
Technical summary
The Linux kernel vulnerability CVE-2026-64147 was found in pds_core. The debugfs_lookup() function returns a dentry with an elevated reference count that must be released with dput(). The current code discards the returned dentry without calling dput(), causing a reference leak on every firmware reset recovery. Additionally, when CONFIG_DEBUG_FS is disabled, debugfs_lookup() returns ERR_PTR(-ENODEV), not NULL. The current check passes for error pointers and would call dput() on an invalid pointer, causing a crash. Defenders should review the official CVE record and NVD entry for more information and ensure that their systems are updated with the latest Linux kernel version.
Defensive priority
Medium
Recommended defensive actions
- Apply the official patch or update to the latest Linux kernel version.
- Review and verify the pds_core implementation for proper debugfs_lookup handling.
- Monitor for any potential issues or error messages related to pds_core and debugfs.
- 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 CVE record was published on 2026-07-19T16:17:56.643Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official CVE record. The vulnerability affects the Linux kernel, specifically in the pds_core component, and is related to a debugfs_lookup dentry leak and error handling issue.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64147 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64147
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64147 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64147
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/26e19622c485e53c3fdb299e822068a0542ddf0c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/60ef1675b652e912f3eb064767af4432393291fd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/91d13e92b983e6c6d7631012c2e20ae8057de9f2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d7f4dd4c8fb380898fef7a77d48fce7ccdb4fc32
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dc416e32baaeb620b9809e9e25fc7b30889686e9
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.