Answer in brief
CVE-2023-53440 records a High severity (CVSS 7.8) vulnerability in nilfs2: fix sysfs interface lifetime. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2023-53440 records a High severity (CVSS 7.8) vulnerability in nilfs2: fix sysfs interface lifetime. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc4:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc5:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=dd70edbde2627f47df118d899de6bbb55abcfdbf <d20dcec8f326deb77b6688f8441e014045dac457 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <5fe0ea141fbb887d407f1bf572ebf24427480d5c || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <83b16a60e413148685739635901937e2f16a7873 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <3dbee84bf9e3273c4bb9ca6fc18ff22fba23dd24 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <d540aea451ab5489777a8156560f1388449b3109 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <1942ccb7d95f287a312fcbabfa8bc9ba501b1953 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <daf4eb3a908b108279b60172d2f176e70d2df875 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <42560f9c92cc43dce75dbf06cc0d840dced39b12 | d20dcec8f326deb77b6688f8441e014045dac457, 5fe0ea141fbb887d407f1bf572ebf24427480d5c, 83b16a60e413148685739635901937e2f16a7873, 3dbee84bf9e3273c4bb9ca6fc18ff22fba23dd24, d540aea451ab5489777a8156560f1388449b3109, 1942ccb7d95f287a312fcbabfa8bc9ba501b1953, daf4eb3a908b108279b60172d2f176e70d2df875, 42560f9c92cc43dce75dbf06cc0d840dced39b12 |
| Linux/Linuxgeneric | 3.17 | Not reported |
Published upstream
Sep 18, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix sysfs interface lifetime The current nilfs2 sysfs support has issues with the timing of creation and deletion of sysfs entries, potentially leading to null pointer dereferences, use-after-free, and lockdep warnings. Some of the sysfs attributes for nilfs2 per-filesystem instance refer to metadata file "cpfile", "sufile", or "dat", but nilfs_sysfs_create_device_group that creates those attributes is executed before the inodes for these metadata files are loaded, and nilfs_sysfs_delete_device_group which deletes these sysfs entries is called after releasing their metadata file inodes. Therefore, access to some of these sysfs attributes may occur outside of the lifetime of these metadata files, resulting in inode NULL pointer dereferences or use-after-free. In addition, the call to nilfs_sysfs_create_device_group() is made during the locking period of the semaphore "ns_sem" of nilfs object, so the shrinker call caused by the memory allocation for the sysfs entries, may derive lock dependencies "ns_sem" -> (shrinker) -> "locks acquired in nilfs_evict_inode()". Since nilfs2 may acquire "ns_sem" deep in the call stack holding other locks via its error handler __nilfs_error(), this causes lockdep to report circular locking. This is a false positive and no circular locking actually occurs as no inodes exist yet when nilfs_sysfs_create_device_group() is called. Fortunately, the lockdep warnings can be resolved by simply moving the call to nilfs_sysfs_create_device_group() out of "ns_sem". This fixes these sysfs issues by revising where the device's sysfs interface is created/deleted and keeping its lifetime within the lifetime of the metadata files above.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc4:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.3:rc5:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=dd70edbde2627f47df118d899de6bbb55abcfdbf <d20dcec8f326deb77b6688f8441e014045dac457 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <5fe0ea141fbb887d407f1bf572ebf24427480d5c || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <83b16a60e413148685739635901937e2f16a7873 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <3dbee84bf9e3273c4bb9ca6fc18ff22fba23dd24 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <d540aea451ab5489777a8156560f1388449b3109 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <1942ccb7d95f287a312fcbabfa8bc9ba501b1953 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <daf4eb3a908b108279b60172d2f176e70d2df875 || >=dd70edbde2627f47df118d899de6bbb55abcfdbf <42560f9c92cc43dce75dbf06cc0d840dced39b12 | d20dcec8f326deb77b6688f8441e014045dac457, 5fe0ea141fbb887d407f1bf572ebf24427480d5c, 83b16a60e413148685739635901937e2f16a7873, 3dbee84bf9e3273c4bb9ca6fc18ff22fba23dd24, d540aea451ab5489777a8156560f1388449b3109, 1942ccb7d95f287a312fcbabfa8bc9ba501b1953, daf4eb3a908b108279b60172d2f176e70d2df875, 42560f9c92cc43dce75dbf06cc0d840dced39b12 |
| Linux/Linuxgeneric | 3.17 | Not reported |
Published upstream
Sep 18, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix sysfs interface lifetime The current nilfs2 sysfs support has issues with the timing of creation and deletion of sysfs entries, potentially leading to null pointer dereferences, use-after-free, and lockdep warnings. Some of the sysfs attributes for nilfs2 per-filesystem instance refer to metadata file "cpfile", "sufile", or "dat", but nilfs_sysfs_create_device_group that creates those attributes is executed before the inodes for these metadata files are loaded, and nilfs_sysfs_delete_device_group which deletes these sysfs entries is called after releasing their metadata file inodes. Therefore, access to some of these sysfs attributes may occur outside of the lifetime of these metadata files, resulting in inode NULL pointer dereferences or use-after-free. In addition, the call to nilfs_sysfs_create_device_group() is made during the locking period of the semaphore "ns_sem" of nilfs object, so the shrinker call caused by the memory allocation for the sysfs entries, may derive lock dependencies "ns_sem" -> (shrinker) -> "locks acquired in nilfs_evict_inode()". Since nilfs2 may acquire "ns_sem" deep in the call stack holding other locks via its error handler __nilfs_error(), this causes lockdep to report circular locking. This is a false positive and no circular locking actually occurs as no inodes exist yet when nilfs_sysfs_create_device_group() is called. Fortunately, the lockdep warnings can be resolved by simply moving the call to nilfs_sysfs_create_device_group() out of "ns_sem". This fixes these sysfs issues by revising where the device's sysfs interface is created/deleted and keeping its lifetime within the lifetime of the metadata files above.
Quoted source text, attributed separately from HOL analysis.