Vulnerability CVE-2024-47670


Published: 2024-10-09

Description:
In the Linux kernel, the following vulnerability has been resolved:

ocfs2: add bounds checking to ocfs2_xattr_find_entry()

Add a paranoia check to make sure it doesn't stray beyond valid memory
region containing ocfs2 xattr entries when scanning for a match. It will
prevent out-of-bound access in case of crafted images.

 References:
https://git.kernel.org/stable/c/9b32539590a8e6400ac2f6e7cf9cbb8e08711a2f
https://git.kernel.org/stable/c/1f6e167d6753fe3ea493cdc7f7de8d03147a4d39
https://git.kernel.org/stable/c/8e7bef408261746c160853fc27df3139659f5f77
https://git.kernel.org/stable/c/9e3041fecdc8f78a5900c3aa51d3d756e73264d6

Copyright 2026, cxsecurity.com

 

Back to Top