Lucene search
+L

2215 matches found

OSV
OSV
added 2025/09/23 7:47 a.m.7 views

SUSE-SU-2025:20722-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_2

This update for kernel-livepatch-MICRO-6-0-RTUpdate2 fixes the following issues: - CVE-2024-49860: ACPI: sysfs: validate return type of STR method bsc1231862 - CVE-2025-38177: kernel: schhfsc: make hfscqlennotify idempotent bsc1246356 - CVE-2025-38109: net/mlx5: fix ECVF vports unload on shutdown...

7.8CVSS6.8AI score0.00873EPSS
SaveExploits3References15
SUSE Linux
SUSE Linux
added 2025/09/23 7:47 a.m.12 views

Security update for kernel-livepatch-MICRO-6-0-RT_Update_2

This update for kernel-livepatch-MICRO-6-0-RTUpdate2 fixes the following issues: CVE-2024-49860: ACPI: sysfs: validate return type of STR method bsc1231862 CVE-2025-38177: kernel: schhfsc: make hfscqlennotify idempotent bsc1246356 CVE-2025-38109: net/mlx5: fix ECVF vports unload on shutdown flow...

8.5CVSS7.6AI score0.00873EPSS
SaveExploits3References28
NVD
NVD
added 2025/09/23 6:15 a.m.12 views

CVE-2025-39877

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix use-after-free in stateshow stateshow reads kdamond-damonctx without holding damonsysfslock. This allows a use-after-free race: CPU 0 CPU 1 ----- ----- stateshow damonsysfsturndamonon ctx = kdamond-damonctx;...

7.8CVSS0.0015EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/23 6:15 a.m.8 views

UBUNTU-CVE-2025-39877

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix use-after-free in stateshow stateshow reads kdamond-damonctx without holding damonsysfslock. This allows a use-after-free race: CPU 0 CPU 1 ----- ----- stateshow damonsysfsturndamonon ctx = kdamond-damonctx;...

7.8CVSS6.5AI score0.0015EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2025/09/23 6:00 a.m.31 views

CVE-2025-39877 mm/damon/sysfs: fix use-after-free in state_show()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix use-after-free in stateshow stateshow reads kdamond-damonctx without holding damonsysfslock. This allows a use-after-free race: CPU 0 CPU 1 ----- ----- stateshow damonsysfsturndamonon ctx = kdamond-damonctx;...

0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/23 6:00 a.m.55 views

CVE-2025-39877

The CVE-2025-39877 issue is a Linux kernel use-after-free in mm/damon/sysfs: state_show() reads kdamond->damon_ctx without holding damon_sysfs_lock, allowing a UAF when damon_ctx is freed under damon_sysfs_lock. A fix mirrors pid_show() by taking damon_sysfs_lock before dereferencing the conte...

7.8CVSS6.1AI score0.0015EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/09/23 6:00 a.m.9 views

CVE-2025-39877 mm/damon/sysfs: fix use-after-free in state_show()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix use-after-free in stateshow stateshow reads kdamond-damonctx without holding damonsysfslock. This allows a use-after-free race: CPU 0 CPU 1 ----- ----- stateshow damonsysfsturndamonon ctx = kdamond-damonctx;...

6.1AI score
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/09/18 11:44 p.m.7 views

SUSE CVE-2022-50289

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2stackglueinit ocfs2tableheader should be free in ocfs2stackglueinit if ocfs2sysfsinit failed, otherwise kmemleak will report memleak. BUG: memory leak unreferenced object 0xffff88810eeb5800 size 128...

3.3CVSS6.7AI score0.0016EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/09/18 11:42 p.m.6 views

SUSE CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

4.4CVSS6.5AI score0.00235EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/09/18 11:37 p.m.8 views

SUSE CVE-2023-53440

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...

5.5CVSS6.5AI score0.00149EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/09/18 8:28 p.m.10 views

CVE-2023-53440

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...

5.5CVSS5.7AI score0.00149EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/18 7:38 p.m.8 views

CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

7CVSS5.8AI score0.00235EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 4:15 p.m.5 views

DEBIAN-CVE-2023-53440

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...

5.5CVSS5.4AI score0.00149EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 4:15 p.m.11 views

CVE-2023-53440

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...

7.8CVSS0.00149EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/18 4:15 p.m.6 views

DEBIAN-CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

7.8CVSS5.6AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/18 4:15 p.m.8 views

UBUNTU-CVE-2023-53440

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...

7.8CVSS5.9AI score0.00149EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/18 4:04 p.m.9 views

CVE-2023-53440 nilfs2: fix sysfs interface lifetime

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...

7.8CVSS5AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/09/18 4:04 p.m.12 views

CVE-2023-53440 nilfs2: fix sysfs interface lifetime

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...

7.8CVSS5.9AI score0.00149EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/09/18 4:04 p.m.17 views

CVE-2023-53440 nilfs2: fix sysfs interface lifetime

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...

7.8CVSS0.00149EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 4:04 p.m.50 views

CVE-2023-53440

CVE-2023-53440 concerns the nilfs2 sysfs interface lifetime in the Linux kernel. Multiple connected advisories confirm a race in sysfs entry creation/deletion for per-filesystem metadata files (cpfile, sufile, dat), where attributes may be accessed outside the intended lifetime, risking inode NUL...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder