Junglewise Threat Intelligence

CVE-2026-63814: Linux kernel F2FS out-of-bounds read in f2fs_acl_from_disk

CVE-2026-63814 · Severity: info · CVSS 5.5 · Published 2026-07-19

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was discovered in the Linux kernel's F2FS file system, which is commonly used on flash-based storage devices like smartphones. A specifically crafted file could cause the system to crash or behave unpredictably when processing security permissions (ACLs). This could lead to a denial-of-service, impacting the stability and availability of the affected device.

Technical details

An out-of-bounds (OOB) read vulnerability exists in the F2FS file system component of the Linux kernel. The function f2fs_acl_count() only validates the aggregate length of ACL extended attributes (xattrs) but fails to verify individual entry sizes. A malformed ACL can place ACL_USER or ACL_GROUP tags in a space only large enough for a short entry, causing f2fs_acl_from_disk() to read the e_id field beyond the allocated buffer. This was identified via KASAN as a slab-out-of-bounds read in __f2fs_get_acl. The issue is resolved by enforcing size checks for both short and full entries before reading their respective fields, returning -EFSCORRUPTED upon failure.

Affected products

  • Linux Linux kernel af48b85b8cd3 to 733cd8474e6d763d75ed96f3f2b98a25480cf2b9

Timeline

  • 2026-06-15: other: Patch authored
  • 2026-07-19: advisory: CVE published

References

Related threats