Lucene search
K

779 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/19 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-39866

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs: writeback: fix use-after-free in markinodedirty An use-after-free issue occurred when markinodedirty get the bdiwriteback that was in the progress of...

7.8CVSS7.2AI score0.00286EPSS
Exploits1References3
NVD
NVD
added 2025/09/18 4:15 p.m.6 views

CVE-2022-50406

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

7.8CVSS0.00152EPSS
Exploits0References3
OSV
OSV
added 2025/09/18 4:15 p.m.2 views

DEBIAN-CVE-2022-50406

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

7.8CVSS5.6AI score0.00152EPSS
Exploits0References1
OSV
OSV
added 2025/09/18 4:15 p.m.3 views

UBUNTU-CVE-2022-50406

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

7.8CVSS5.8AI score0.00152EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/09/18 4:3 p.m.11 views

CVE-2022-50406 iomap: iomap: fix memory corruption when recording errors during writeback

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

0.00152EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2025/09/18 4:3 p.m.1 views

CVE-2022-50406 iomap: iomap: fix memory corruption when recording errors during writeback

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

6.1AI score0.00152EPSS
Exploits0References3
CVE
CVE
added 2025/09/18 4:3 p.m.34 views

CVE-2022-50406

CVE-2022-50406 affects the Linux kernel iomap/writeback path. Connected advisories confirm a memory corruption fix during writeback error recording, described as: “iomap: iomap: fix memory corruption when recording errors during writeback.” The issue is associated with the kernel code path handli...

7.8CVSS6.3AI score0.00152EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/09/18 4:3 p.m.6 views

CVE-2022-50406

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

7.8CVSS5.6AI score0.00152EPSS
Exploits0
OSV
OSV
added 2025/09/18 4:3 p.m.3 views

CVE-2022-50406 iomap: iomap: fix memory corruption when recording errors during writeback

In the Linux kernel, the following vulnerability has been resolved: iomap: iomap: fix memory corruption when recording errors during writeback Every now and then I see this crash on arm64: Unable to handle kernel NULL pointer dereference at virtual address 00000000000000f8 Buffer I/O error on dev...

7.8CVSS6.9AI score0.00152EPSS
Exploits0References6
OSV
OSV
added 2025/09/18 2:15 p.m.4 views

CVE-2022-50377

In the Linux kernel, the following vulnerability has been resolved: ext4: check and assert if marking an nodelete evicting inode dirty In ext4evictinode, if we evicting an inode in the 'nodelete' path, it cannot be raced by another markinodedirty. If it happens, someone else may accidentally dirt...

6.6AI score
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/09/18 12:0 a.m.6 views

PT-2025-38325

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ext4 file system related to inode eviction. Specifically, in the ext4 evict inode function, a race condition can occur when evicting an inode ...

6.3AI score
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.4 views

SUSE CVE-2023-53149

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid deadlock in fs reclaim with page writeback Ext4 has a filesystem wide lock protecting ext4writepages calls to avoid races with switching of journalled data flag or inode format. This lock can however cause a deadlock...

5.5CVSS6.4AI score0.00109EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2025/09/16 11:32 p.m.4 views

SUSE CVE-2023-53178

In the Linux kernel, the following vulnerability has been resolved: mm: fix zswap writeback race condition The zswap writeback mechanism can cause a race condition resulting in memory corruption, where a swapped out page gets swapped in with data that was written to a different page. The race...

5.5CVSS5.9AI score0.00103EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.4 views

SUSE CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS6.5AI score0.00134EPSS
Exploits0References5
NVD
NVD
added 2025/09/16 5:15 p.m.3 views

CVE-2022-50344

In the Linux kernel, the following vulnerability has been resolved: ext4: fix null-ptr-deref in ext4writeinfo I caught a null-ptr-deref bug as follows: ================================================================== KASAN: null-ptr-deref in range 0x0000000000000068-0x000000000000006f CPU: 1 PI...

5.5CVSS0.00149EPSS
Exploits0References9
OSV
OSV
added 2025/09/16 5:15 p.m.2 views

DEBIAN-CVE-2022-50344

In the Linux kernel, the following vulnerability has been resolved: ext4: fix null-ptr-deref in ext4writeinfo I caught a null-ptr-deref bug as follows: ================================================================== KASAN: null-ptr-deref in range 0x0000000000000068-0x000000000000006f CPU: 1 PI...

5.5CVSS5.4AI score0.00149EPSS
Exploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.3 views

UBUNTU-CVE-2022-50344

In the Linux kernel, the following vulnerability has been resolved: ext4: fix null-ptr-deref in ext4writeinfo I caught a null-ptr-deref bug as follows: ================================================================== KASAN: null-ptr-deref in range 0x0000000000000068-0x000000000000006f CPU: 1 PI...

5.5CVSS6AI score0.00149EPSS
Exploits0References12
CVE
CVE
added 2025/09/16 4:11 p.m.20 views

CVE-2022-50344

CVE-2022-50344 - Linux kernel ext4 null-ptr-deref Affects: Linux kernel ext4 subsystem (ext4_write_info) in quota handling during umount/shutdown paths. Root cause: A null pointer dereference can occur in ext4_write_info when the superblock root inode is no longer valid during unmount, leading to...

5.5CVSS6.1AI score0.00149EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2025/09/16 4:11 p.m.4 views

CVE-2022-50344 ext4: fix null-ptr-deref in ext4_write_info

In the Linux kernel, the following vulnerability has been resolved: ext4: fix null-ptr-deref in ext4writeinfo I caught a null-ptr-deref bug as follows: ================================================================== KASAN: null-ptr-deref in range 0x0000000000000068-0x000000000000006f CPU: 1 PI...

5.5CVSS6AI score0.00149EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.1 views

CVE-2022-50344 ext4: fix null-ptr-deref in ext4_write_info

In the Linux kernel, the following vulnerability has been resolved: ext4: fix null-ptr-deref in ext4writeinfo I caught a null-ptr-deref bug as follows: ================================================================== KASAN: null-ptr-deref in range 0x0000000000000068-0x000000000000006f CPU: 1 PI...

6.7AI score0.00149EPSS
Exploits0References9
Rows per page
Query Builder