PatchSiren cyber security CVE debrief
CVE-2026-64146 Linux CVE debrief
A Linux kernel vulnerability, CVE-2026-64146, was found in the erofs module. The issue arises from a metabuf leak during inode xattr initialization. This vulnerability was resolved by consolidating cleanup at out_unlock in the erofs_init_inode_xattrs function. The vulnerability affects Linux kernel users and administrators, who should ensure their systems are updated with the latest kernel patches. The exact operational impact and affected scope are not clearly stated in the provided sources.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-07-19
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-07-19
Who should care
Linux kernel users and administrators should be aware of this vulnerability and ensure their systems are updated with the latest kernel patches. The vulnerability affects operators, platforms, and security teams that use the Linux kernel. They should review system configurations for erofs usage and monitor system logs for potential issues.
Technical summary
The vulnerability was introduced when erofs_init_inode_xattrs() began using on-stack erofs_buf instances for xattr operations. Some error paths after erofs_read_metabuf() did not properly drop the metabuf, leading to potential folio reference leaks. The issue was resolved by consolidating cleanup at out_unlock, ensuring that erofs_put_metabuf() is called appropriately. However, the exact technical details and affected systems are not clearly stated in the provided sources.
Defensive priority
Medium
Recommended defensive actions
- Update Linux kernel to the latest version
- Review system configurations for erofs usage
- Monitor system logs for potential issues
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE record was published on 2026-07-19T16:17:56.547Z 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 was resolved by consolidating cleanup at out_unlock in the erofs_init_inode_xattrs function. However, the exact impact and affected systems are not clearly stated in the provided sources.
Official resources
-
CVE-2026-64146 CVE record
CVE.org
-
CVE-2026-64146 NVD detail
NVD
-
Source item URL
nvd_modified
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
416baaa9-dc9f-4396-8d5f-8c081fb06d67
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-19T16:17:56.547Z and has not been modified since then.