Lucene search
+L

5322 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-54021

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in...

5.6AI score0.00175EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-54099

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs: Protect reconfiguration of sb read-write from racing writes The reconfigure / remount code takes a lot of effort to protect filesystem's reconfiguration cod...

5.8AI score0.00191EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-54069

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint...

5.6AI score0.00187EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50782

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: fix bugon in estreesearch caused by bad quota inode We got a issue as fllows: ================================================================== kernel BU...

6AI score0.00202EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-54062

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block...

7.8CVSS5.6AI score0.00143EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/25 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50730

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents...

6AI score0.00218EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 3:30 p.m.8 views

EUVD-2023-60292

In the Linux kernel, the following vulnerability has been resolved: ext4: turn quotas off if mount failed after enabling quotas Yi found during a review of the patch "ext4: don't BUG on inconsistent journal feature" that when ext4markrecoverycomplete returns an error value, the error handling pat...

5.9AI score0.00143EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 3:30 p.m.11 views

EUVD-2023-60257

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

6AI score0.00187EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.6 views

EUVD-2023-60264

In the Linux kernel, the following vulnerability has been resolved: ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block may be allocated by kvmalloc if the value is stored in an external...

6.2AI score0.00143EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/24 3:30 p.m.11 views

EUVD-2022-55779

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad quota inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:202! invalid opcode: 0000 1 PREEMPT SMP...

5.8AI score0.00202EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/24 3:30 p.m.4 views

EUVD-2022-55759

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

6AI score0.00218EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54153

In the Linux kernel, the following vulnerability has been resolved: ext4: turn quotas off if mount failed after enabling quotas Yi found during a review of the patch "ext4: don't BUG on inconsistent journal feature" that when ext4markrecoverycomplete returns an error value, the error handling pat...

7.8CVSS0.00143EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/24 1:16 p.m.7 views

CVE-2023-54069

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

0.00187EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/24 1:16 p.m.7 views

CVE-2023-54062

In the Linux kernel, the following vulnerability has been resolved: ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block may be allocated by kvmalloc if the value is stored in an external...

7.8CVSS0.00143EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.7 views

CVE-2022-50782

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad quota inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:202! invalid opcode: 0000 1 PREEMPT SMP...

0.00202EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.18 views

CVE-2023-54153

In the Linux kernel, the following vulnerability has been resolved: ext4: turn quotas off if mount failed after enabling quotas Yi found during a review of the patch "ext4: don't BUG on inconsistent journal feature" that when ext4markrecoverycomplete returns an error value, the error handling pat...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2023-54062

In the Linux kernel, the following vulnerability has been resolved: ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block may be allocated by kvmalloc if the value is stored in an external...

7.8CVSS5.8AI score0.00143EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2022-50782

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad quota inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:202! invalid opcode: 0000 1 PREEMPT SMP...

5.7AI score0.00202EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2023-54069

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

5.7AI score0.00187EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2023-54069

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

5.7AI score0.00187EPSS
SaveExploits0References7
Rows per page
Query Builder