{"id":"CVE-2026-93252","summary":"ocfs2: fix circular locking dependency in ocfs2_init_acl()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nocfs2: fix circular locking dependency in ocfs2_init_acl()\n\nA lockdep warning indicates a circular locking dependency between\n`&oi-\u003eip_xattr_sem` and `&journal-\u003ej_trans_barrier`:\n\nWARNING: possible circular locking dependency detected\nis trying to acquire lock:\n (&oi-\u003eip_xattr_sem){++++}-{4:4}, at: ocfs2_init_acl+0x2fd/0x7e0\n fs/ocfs2/acl.c:367\n\nbut task is already holding lock:\n (&journal-\u003ej_trans_barrier){.+.+}-{4:4}, at: ocfs2_start_trans+0x3ab/0x700\n fs/ocfs2/journal.c:369\n\nThe deadlock involves two code paths: Path 1 (setxattr) where\n`ocfs2_xattr_set()` acquires `ip_xattr_sem` (write) and then starts a\ntransaction, which acquires `j_trans_barrier` (read); and Path 2\n(mkdir/mknod) where `ocfs2_mknod()` starts a transaction (`j_trans_barrier`\nread) and then calls `ocfs2_init_acl()`, which attempts to acquire\n`ip_xattr_sem` (read) on the parent directory to retrieve the default ACL.\n\nBecause rw_semaphores are subject to writer priority, a pending writer on\n`j_trans_barrier` (e.g., the journal commit thread) can cause Path 1 to\nblock, while Path 2 is blocked waiting for Path 1 to release\n`ip_xattr_sem`.\n\nThe patch fixes the lock ordering by precomputing the ACL state before\nstarting the OCFS2 transaction, while preserving POSIX ACL storage\nsemantics and the existing inode/security initialization order. By reading\nthe parent directory's default ACL and preparing the new inode's ACLs\noutside the transaction, `ip_xattr_sem` is always acquired before\n`j_trans_barrier`.\n\n`struct ocfs2_acl_state` encapsulates the prepared ACL state, while\n`ocfs2_acl_init_prepare()` and `ocfs2_acl_init_release()` avoid code\nduplication between `ocfs2_mknod()` and `ocfs2_init_security_and_acl()`.\n`ocfs2_calc_xattr_init()` and `ocfs2_init_acl()` use this precomputed\nstate, removing internal `ip_xattr_sem` acquisition and redundant disk\nreads.\n\nAdditionally, remove the `ip_xattr_sem` acquisition from\n`ocfs2_xattr_set_handle()`. This function is only used while initializing a\nnew inode that has not yet been inserted into the inode hash or attached to\na dentry, meaning there is no risk of concurrent access and the lock is\nunnecessary.","modified":"2026-09-25T03:48:54.753246270Z","published":"2026-09-24T15:51:28.355Z","database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93252.json"},"references":[{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"},{"type":"WEB","url":"https://git.kernel.org/stable/c/1222f7a3183b35c0c566899fdaead5c7c4043076"},{"type":"WEB","url":"https://git.kernel.org/stable/c/4936d4464d1ae10b5fbba64374085a0dcc060560"},{"type":"WEB","url":"https://git.kernel.org/stable/c/5b7b3c50c39ad0dc27e7418981e01c4183273f89"},{"type":"WEB","url":"https://git.kernel.org/stable/c/8931403ee3dcfe8a24a5267efec9d9460ab7a1b5"},{"type":"WEB","url":"https://git.kernel.org/stable/c/8d88f52fbbbcc18adf4091a955511d0cf605bf11"},{"type":"WEB","url":"https://git.kernel.org/stable/c/bd7c05fb4a4776dff5a87b19008d28458647d15d"},{"type":"WEB","url":"https://git.kernel.org/stable/c/caf3056936fb8b5ce92e419cf8b246ce9c437343"},{"type":"WEB","url":"https://git.kernel.org/stable/c/f8747d81aa6d3efe3ee339a9d912ff3ca6e4d758"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93252.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-93252"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"16c8d569f5704a84164f30ff01b29879f3438065"},{"fixed":"4936d4464d1ae10b5fbba64374085a0dcc060560"},{"fixed":"caf3056936fb8b5ce92e419cf8b246ce9c437343"},{"fixed":"5b7b3c50c39ad0dc27e7418981e01c4183273f89"},{"fixed":"8d88f52fbbbcc18adf4091a955511d0cf605bf11"},{"fixed":"8931403ee3dcfe8a24a5267efec9d9460ab7a1b5"},{"fixed":"f8747d81aa6d3efe3ee339a9d912ff3ca6e4d758"},{"fixed":"1222f7a3183b35c0c566899fdaead5c7c4043076"},{"fixed":"bd7c05fb4a4776dff5a87b19008d28458647d15d"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"0"},{"last_affected":"15ac59a84750b3afc0a2b6f2636c4f7e6cbd6d5e"},{"last_affected":"b35bb8a41795caa05e09c3aacf7d78f1f20bac04"},{"last_affected":"1d5fdc1307eeb04b334c5dc23e11dbd6068d90eb"},{"last_affected":"a66174eb4a149b7919d174d9a7ce6ad9909c5ee2"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"3.18.111"},{"fixed":"3.19"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.4.134"},{"fixed":"4.5"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.9.104"},{"fixed":"4.10"}]},{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"4.14.37"},{"fixed":"4.15"}]}],"versions":["v4.9.103","v4.4.133","v3.18.110","v4.4.132","v4.9.102","v3.18.109","v4.9.101","v4.9.100","v4.9.99","v4.4.131","v3.18.108","v4.9.98","v3.18.107","v4.4.130","v4.9.97","v4.9.96","v4.4.129","v3.18.106","v4.14.36","v4.14.35","v4.9.95","v4.4.128","v3.18.105","v4.9.94","v4.14.34","v3.18.104","v4.4.127","v4.9.93","v4.14.33","v3.18.103","v4.14.32","v4.9.92","v4.4.126","v3.18.102","v4.4.125","v4.9.91","v4.14.31","v4.4.124","v4.9.90","v4.14.30","v4.14.29","v4.9.89","v4.4.123","v3.18.101","v3.18.100","v4.4.122","v4.9.88","v4.14.28","v4.14.27","v4.9.87","v4.4.121","v3.18.99","v4.14.26","v4.14.25","v4.9.86","v4.4.120","v3.18.98","v4.14.24","v4.14","v4.14.23","v4.9.85","v4.4.119","v3.18.97","v4.14.22","v4.9.84","v4.4.118","v3.18.96","v4.14.21","v4.9.83","v4.4.117","v3.18.95","v4.4.116","v4.9.82","v4.14.20","v4.9.81","v4.14.19","v3.18.94","v4.4.115","v4.9.80","v4.14.18","v4.14.17","v3.18.93","v4.14.16","v4.9.79","v4.4.114","v3.18.92","v4.14.15","v4.9.78","v4.4.113","v4.14.14","v4.9.77","v4.4.112","v4.14.13","v4.9.76","v4.4.111","v3.18.91","v4.14.12","v4.9.75","v4.4.110","v4.14.11","v4.9.74","v4.4.109","v4.9.73","v4.4.108","v4.14.10","v3.18.90","v4.14.9","v4.9.72","v4.14.8","v4.9.71","v4.4.107","v3.18.89","v4.14.7","v4.9.70","v4.4.106","v3.18.88","v4.14.6","v4.9.69","v4.4.105","v3.18.87","v4.14.5","v4.9.68","v4.14.4","v4.9.67","v4.4.104","v3.18.86","v4.14.3","v4.9.66","v4.4.103","v3.18.85","v4.14.2","v4.9.65","v4.4.102","v3.18.84","v4.14-rc1","v4.4.101","v4.14.1","v4.9.64","v4.4.100","v3.18.83","v4.14-rc7","v4.9.63","v4.4.99","v3.18.82","v4.9.62","v4.4.98","v3.18.81","v4.4.97","v4.9.61","v3.18.80","v4.14-rc3","v4.13","v4.14-rc8","v4.9.60","v4.4.96","v3.18.79","v4.14-rc4","v4.14-rc6","v4.9.59","v4.4.95","v3.18.78","v4.14-rc2","v4.14-rc5","v4.9.58","v4.4.94","v3.18.77","v4.9.57","v4.4.93","v3.18.76","v4.9.56","v4.4.92","v3.18.75","v4.9.55","v4.9.54","v4.4.91","v3.18.74","v4.9.53","v4.4.90","v3.18.73","v4.9.52","v4.4.89","v3.18.72","v4.9.51","v4.4.88","v3.18.71","v4.13-rc2","v4.9.50","v4.9.49","v4.4.87","v3.18.70","v4.9.48","v4.13-rc1","v4.13-rc3","v4.9.47","v4.4.86","v3.18.69","v4.13-rc7","v4.9.46","v4.4.85","v3.18.68","v4.13-rc4","v4.13-rc5","v4.13-rc6","v4.9.45","v4.4.84","v3.18.67","v4.9.44","v4.4.83","v3.18.66","v4.9.43","v4.4.82","v3.18.65","v4.9.42","v4.4.81","v3.18.64","v3.18.63","v4.4.80","v4.9.41","v4.4.79","v4.9.40","v4.12-rc1","v4.9.39","v4.4.78","v3.18.62","v4.12","v3.18.61","v4.4.77","v4.9.38","v4.9.37","v4.4.76","v3.18.60","v4.12-rc5","v4.9.36","v4.12-rc7","v4.9.35","v4.4.75","v3.18.59","v4.12-rc6","v4.12-rc4","v4.9.34","v4.4.74","v3.18.58","v4.12-rc2","v4.4.73","v3.18.57","v4.9.33","v4.12-rc3","v4.9.32","v4.4.72","v4.11","v4.9.31","v4.4.71","v3.18.56","v4.9.30","v4.4.70","v3.18.55","v4.9.29","v4.4.69","v3.18.54","v4.9.28","v4.4.68","v3.18.53","v3.18.52","v4.9.27","v4.4.67","v4.11-rc1","v4.9.26","v4.4.66","v3.18.51","v4.11-rc6","v4.9.25","v4.4.65","v4.11-rc8","v4.4.64","v3.18.50","v4.9.24","v4.4.63","v4.11-rc7","v4.11-rc3","v3.18.49","v4.9.23","v4.4.62","v4.11-rc5","v4.11-rc2","v3.18.48","v4.4.61","v4.9.22","v4.11-rc4","v4.9.21","v4.4.60","v4.4.59","v4.9.20","v4.9.19","v4.4.58","v4.9.18","v4.4.57","v4.10","v4.9.17","v4.4.56","v4.9.16","v4.4.55","v4.9.15","v4.4.54","v4.9.14","v4.4.53","v4.9.13","v4.4.52","v4.9","v4.9.12","v4.4.51","v4.9.11","v4.4.50","v4.10-rc8","v4.10-rc3","v4.10-rc1","v4.10-rc7","v4.4.49","v4.9.10","v4.10-rc6","v4.10-rc2","v4.9.9","v4.4.48","v4.10-rc5","v4.9.8","v4.4.47","v3.18.47","v4.9.7","v4.4.46","v4.9.6","v4.4.45","v4.10-rc4","v4.9.5","v4.4.44","v4.9.4","v4.4.43","v4.9.3","v4.4.42","v3.18.46","v4.9.2","v4.4.41","v4.9.1","v4.4.40","v4.4.39","v4.9-rc7","v4.9-rc6","v4.9-rc8","v4.4.38","v4.9-rc1","v4.4.37","v4.9-rc5","v4.4.36","v4.9-rc3","v3.18.45","v4.4.35","v4.9-rc4","v4.4.34","v4.9-rc2","v4.4.33","v3.18.44","v4.4.32","v4.4.31","v4.4.30","v4.8","v4.4.29","v4.4.28","v4.4.27","v3.18.43","v4.4.26","v4.4.25","v4.4.24","v4.4.23","v4.8-rc8","v4.8-rc2","v4.8-rc1","v4.8-rc7","v4.4.22","v4.8-rc6","v4.8-rc5","v4.4.21","v3.18.42","v4.8-rc4","v4.4.20","v3.18.41","v4.8-rc3","v4.7","v4.4.19","v3.18.40","v3.18.39","v4.4.18","v4.4.17","v4.4.16","v4.7-rc4","v4.7-rc2","v3.18.38","v4.4.15","v4.7-rc1","v4.7-rc7","v4.7-rc6","v3.18.37","v4.7-rc3","v4.4.14","v3.18.36","v4.7-rc5","v4.4.13","v3.18.35","v4.6","v4.6-rc1","v4.4.12","v4.4.11","v3.18.34","v4.6-rc6","v4.6-rc4","v4.6-rc7","v4.4.10","v4.6-rc5","v4.5-rc4","v3.18.33","v4.6-rc2","v4.4.9","v4.6-rc3","v3.18.32","v4.4.8","v4.5","v4.4.7","v3.18.31","v4.4.6","v3.18.30","v4.4","v4.5-rc1","v3.18.29","v4.5-rc6","v4.4.5","v4.5-rc2","v4.5-rc7","v4.5-rc5","v4.4.4","v4.5-rc3","v3.18.28","v4.4.3","v4.4.2","v3.18.27","v4.4.1","v3.18.26","v4.4-rc1","v4.4-rc2","v4.4-rc8","v3.18.25","v4.4-rc3","v4.4-rc7","v4.4-rc5","v4.4-rc6","v4.4-rc4","v4.3","v3.18.24","v4.3-rc1","v4.3-rc6","v4.3-rc4","v4.3-rc2","v4.3-rc7","v3.18.23","v4.3-rc5","v4.3-rc3","v4.2","v3.18.22","v4.2-rc2","v4.2-rc1","v4.2-rc8","v3.18.21","v4.2-rc4","v4.2-rc6","v4.2-rc7","v3.18.20","v4.0-rc5","v4.2-rc5","v4.2-rc3","v3.18.19","v4.1-rc2","v4.1","v3.18.18","v4.1-rc1","v3.18.17","v4.1-rc8","v4.1-rc7","v4.1-rc6","v3.18.16","v3.18.15","v4.1-rc3","v4.1-rc4","v4.0","v4.1-rc5","v3.18.14","v3.18.13","v4.0-rc1","v3.18.12","v4.0-rc2","v4.0-rc7","v3.18.11","v4.0-rc3","v4.0-rc6","v4.0-rc4","v3.19","v3.18.10","v3.18.9","v3.18.8","v3.18.7","v3.19-rc7","v3.19-rc5","v3.19-rc1","v3.18.6","v3.18.5","v3.19-rc6","v3.19-rc4","v3.18.4","v3.18.3","v3.18-rc1","v3.19-rc3","v3.19-rc2","v3.18.2","v3.18.1","v3.18","v3.18-rc7","v3.18-rc6","v3.18-rc2","v3.18-rc3","v3.18-rc4","v3.18-rc5","v3.17","v3.17-rc1","v3.17-rc7","v3.17-rc2","v3.17-rc4","v3.16","v3.17-rc5","v3.17-rc6","v3.17-rc3","v3.16-rc7","v3.16-rc1","v3.16-rc3","v3.16-rc5","v3.16-rc6","v3.16-rc2","v3.16-rc4","v3.13","v3.15","v3.15-rc5","v3.15-rc8","v3.15-rc1","v3.15-rc6","v3.15-rc3","v3.15-rc7","v3.15-rc2","v3.15-rc4","v3.14","v3.14-rc4","v3.14-rc8","v3.14-rc7","v3.14-rc6","v3.14-rc1","v3.14-rc2","v3.14-rc5","v3.14-rc3","v3.13-rc6","v3.13-rc8","v3.12","v3.13-rc7","v3.13-rc1","v3.13-rc4","v3.13-rc3","v3.13-rc5","v3.13-rc2","v3.12-rc7","v3.12-rc3","v3.12-rc6","v3.12-rc1","v3.12-rc5","v3.11","v3.12-rc2","v3.12-rc4","v3.11-rc7","v3.11-rc2","v3.11-rc5","v3.11-rc1","v3.11-rc3","v3.11-rc4","v3.11-rc6","v3.10-rc2","v3.10","v3.10-rc7","v3.10-rc6","v3.10-rc1","v3.10-rc5","v3.10-rc3","v3.10-rc4","v3.9","v3.9-rc2","v3.9-rc7","v3.9-rc8","v3.9-rc3","v3.9-rc6","v3.9-rc5","v3.9-rc4","v3.9-rc1","v3.8","v3.8-rc7","v3.8-rc6","v3.8-rc5","v3.8-rc2","v3.8-rc1","v3.8-rc3","v3.8-rc4","v3.7","v3.7-rc1","v3.6","v3.7-rc6","v3.7-rc7","v3.7-rc3","v3.7-rc8","v3.7-rc2","v3.7-rc4","v3.7-rc5","v3.6-rc7","v3.6-rc1","v3.5-rc3","v3.6-rc6","v3.6-rc5","v3.5","v3.6-rc3","v3.6-rc4","v3.6-rc2","v3.4-rc4","v3.5-rc7","v3.5-rc5","v3.5-rc6","v3.5-rc2","v3.5-rc1","v3.5-rc4","v3.4","v3.4-rc2","v3.4-rc1","v3.4-rc7","v3.4-rc6","v3.4-rc3","v3.4-rc5","v3.3","v3.3-rc6","v3.3-rc3","v3.3-rc7","v3.3-rc2","v3.3-rc5","v3.2","v3.3-rc4","v3.3-rc1","v3.2-rc4","v3.2-rc7","v3.2-rc6","v3.2-rc5","v3.2-rc3","v3.1","v3.2-rc2","v3.2-rc1","v3.1-rc1","v3.1-rc9","v3.1-rc8","v3.1-rc10","v3.1-rc7","v3.1-rc3","v3.1-rc2","v3.1-rc4","v3.1-rc5","v3.0","v3.1-rc6","v3.0-rc7","v3.0-rc4","v3.0-rc6","v3.0-rc5","v3.0-rc3","v3.0-rc1","v2.6.39","v3.0-rc2","v2.6.38","v2.6.39-rc2","v2.6.39-rc7","v2.6.39-rc5","v2.6.39-rc1","v2.6.38-rc7","v2.6.39-rc6","v2.6.39-rc4","v2.6.39-rc3","v2.6.37","v2.6.38-rc1","v2.6.38-rc8","v2.6.38-rc2","v2.6.38-rc6","v2.6.38-rc5","v2.6.38-rc4","v2.6.38-rc3","v2.6.37-rc4","v2.6.37-rc2","v2.6.36","v2.6.37-rc5","v2.6.37-rc8","v2.6.37-rc7","v2.6.37-rc6","v2.6.37-rc1","v2.6.37-rc3","v2.6.36-rc6","v2.6.35-rc4","v2.6.36-rc8","v2.6.35","v2.6.36-rc7","v2.6.36-rc3","v2.6.36-rc5","v2.6.36-rc4","v2.6.36-rc2","v2.6.36-rc1","v2.6.35-rc5","v2.6.35-rc6","v2.6.34","v2.6.35-rc3","v2.6.35-rc1","v2.6.35-rc2","v2.6.34-rc7","v2.6.34-rc6","v2.6.34-rc5","v2.6.34-rc4","v2.6.34-rc3","v2.6.34-rc2","v2.6.34-rc1","v2.6.33","v2.6.33-rc6","v2.6.33-rc8","v2.6.33-rc4","v2.6.33-rc5","v2.6.33-rc3","v2.6.33-rc7","v2.6.33-rc2","v2.6.32","v2.6.33-rc1","v2.6.32-rc8","v2.6.32-rc7","v2.6.32-rc6","v2.6.31","v2.6.32-rc5","v2.6.32-rc4","v2.6.32-rc2","v2.6.32-rc1","v2.6.32-rc3","v2.6.31-rc9","v2.6.31-rc1","v2.6.31-rc7","v2.6.31-rc8","v2.6.31-rc6","v2.6.30-rc6","v2.6.30","v2.6.31-rc4","v2.6.31-rc5","v2.6.31-rc3","v2.6.31-rc2","v2.6.30-rc7","v2.6.30-rc8","v2.6.30-rc5","v2.6.30-rc3","v2.6.30-rc4","v2.6.30-rc1","v2.6.30-rc2","v2.6.29","v2.6.29-rc8","v2.6.29-rc7","v2.6.29-rc5","v2.6.29-rc1","v2.6.29-rc6","v2.6.29-rc4","v2.6.29-rc3","v2.6.29-rc2","v2.6.28","v2.6.28-rc7","v2.6.28-rc9","v2.6.28-rc8","v2.6.28-rc6","v2.6.28-rc5","v2.6.28-rc4","v2.6.28-rc2","v2.6.28-rc3","v2.6.28-rc1","v2.6.27","v2.6.27-rc7","v2.6.27-rc9","v2.6.27-rc8","v2.6.27-rc5","v2.6.27-rc6","v2.6.27-rc4","v2.6.27-rc1","v2.6.27-rc3","v2.6.27-rc2","v2.6.26","v2.6.26-rc9","v2.6.26-rc8","v2.6.26-rc3","v2.6.26-rc7","v2.6.26-rc6","v2.6.26-rc5","v2.6.26-rc4","v2.6.26-rc2","v2.6.26-rc1","v2.6.25","v2.6.25-rc7","v2.6.25-rc9","v2.6.25-rc8","v2.6.25-rc6","v2.6.25-rc5","v2.6.25-rc3","v2.6.25-rc4","v2.6.24","v2.6.25-rc2","v2.6.25-rc1","v2.6.24-rc8","v2.6.24-rc7","v2.6.24-rc6","v2.6.24-rc5","v2.6.24-rc4","v2.6.24-rc3","v2.6.24-rc2","v2.6.24-rc1","v2.6.23","v2.6.23-rc9","v2.6.23-rc8","v2.6.23-rc5","v2.6.23-rc7","v2.6.23-rc6","v2.6.23-rc4","v2.6.23-rc3","v2.6.23-rc2","v2.6.23-rc1","v2.6.22","v2.6.22-rc7","v2.6.22-rc6","v2.6.22-rc5","v2.6.22-rc4","v2.6.22-rc3","v2.6.22-rc2","v2.6.22-rc1","v2.6.21","v2.6.21-rc7","v2.6.21-rc6","v2.6.21-rc5","v2.6.21-rc4","v2.6.21-rc3","v2.6.21-rc2","v2.6.21-rc1","v2.6.20-rc7","v2.6.20-rc6","v2.6.20-rc5","v2.6.20-rc4","v2.6.20-rc3","v2.6.20-rc1","v2.6.20-rc2","v2.6.19-rc2","v2.6.18","v2.6.19-rc1","v2.6.18-rc6","v2.6.18-rc5","v2.6.18-rc3","v2.6.18-rc2","v2.6.18-rc1","v2.6.17","v2.6.17-rc4","v2.6.17-rc6","v2.6.17-rc5","v2.6.17-rc3","v2.6.17-rc2","v2.6.17-rc1","v2.6.16","v2.6.16-rc6","v2.6.16-rc4","v2.6.16-rc5","v2.6.16-rc3","v2.6.16-rc2","v2.6.16-rc1","v2.6.15-rc7","v2.6.15-rc5","v2.6.15-rc4","v2.6.15-rc2","v2.6.15-rc1","v2.6.14-rc3","v2.6.14-rc2","v2.6.14-rc1","v2.6.13","v2.6.13-rc7","v2.6.13-rc6","v2.6.13-rc5","v2.6.13-rc3","v2.6.13-rc4","v2.6.13-rc2","v2.6.13-rc1","v2.6.12-rc4","v2.6.12-rc3","v2.6.12-rc2"],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93252.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.16.0"},{"fixed":"5.10.270"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.11.0"},{"fixed":"5.15.221"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.188"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.157"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.110"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.0"},{"fixed":"6.18.52"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.2.6"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93252.json"}}],"schema_version":"1.9.0"}