Lucene search
+L

18155 matches found

OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2023-53820

In the Linux kernel, the following vulnerability has been resolved: loop: loopsetstatusfrominfo check before assignment In loopsetstatusfrominfo, lo-looffset and lo-losizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed t...

5.2AI score0.00272EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53820

In the Linux kernel, the following vulnerability has been resolved: loop: loopsetstatusfrominfo check before assignment In loopsetstatusfrominfo, lo-looffset and lo-losizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed t...

0.00272EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 4:17 p.m.17 views

UBUNTU-CVE-2023-53820

In the Linux kernel, the following vulnerability has been resolved: loop: loopsetstatusfrominfo check before assignment In loopsetstatusfrominfo, lo-looffset and lo-losizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed t...

5.7AI score0.00272EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 4:17 p.m.7 views

UBUNTU-CVE-2025-40333

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix infinite loop in insertextenttree When we get wrong extent info data, and look up extentnode in rb tree, it will cause infinite loop CONFIGF2FSCHECKFS=n. Avoiding this by return NULL and print some kernel messages in th...

5.7AI score0.00216EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/12/09 4:9 a.m.46 views

CVE-2025-40333 f2fs: fix infinite loop in __insert_extent_tree()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix infinite loop in insertextenttree When we get wrong extent info data, and look up extentnode in rb tree, it will cause infinite loop CONFIGF2FSCHECKFS=n. Avoiding this by return NULL and print some kernel messages in th...

0.00216EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/09 4:9 a.m.8 views

CVE-2025-40333

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix infinite loop in insertextenttree When we get wrong extent info data, and look up extentnode in rb tree, it will cause infinite loop CONFIGF2FSCHECKFS=n. Avoiding this by return NULL and print some kernel messages in th...

5.1AI score0.00216EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 4:9 a.m.7 views

CVE-2025-40333 f2fs: fix infinite loop in __insert_extent_tree()

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix infinite loop in insertextenttree When we get wrong extent info data, and look up extentnode in rb tree, it will cause infinite loop CONFIGF2FSCHECKFS=n. Avoiding this by return NULL and print some kernel messages in th...

6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/09 4:9 a.m.36 views

CVE-2025-40333

CVE-2025-40333 affects the Linux kernel (f2fs) with a fix for an infinite loop in __insert_extent_tree() when wrong extent info data is encountered and the extent_node is looked up in an rb tree. The remediation is to return NULL and print kernel messages. Advisories indicate upstream kernel vers...

6AI score0.00216EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/12/09 2:14 a.m.5 views

CVE-2025-42873 Denial of Service (DoS) in SAPUI5 framework (Markdown-it component)

SAPUI5 and OpenUI5 packages use outdated 3rd party libraries with known security vulnerabilities. When markdown-it encounters special malformed input, it fails to terminate properly, resulting in an infinite loop. This Denial of Service via infinite loop causes high CPU usage and system...

5.9CVSS6.7AI score0.00372EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/09 2:14 a.m.36 views

CVE-2025-42873

SAPUI5 (and OpenUI5) packages include the markdown-it component with outdated third‑party libraries, enabling an infinite loop on specially malformed input. This DoS causes high CPU use and unresponsiveness by blocking the processing thread, with no confidentiality or integrity impact reported. N...

5.9CVSS6.7AI score0.00372EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/09 2:14 a.m.49 views

CVE-2025-42873 Denial of Service (DoS) in SAPUI5 framework (Markdown-it component)

SAPUI5 and OpenUI5 packages use outdated 3rd party libraries with known security vulnerabilities. When markdown-it encounters special malformed input, it fails to terminate properly, resulting in an infinite loop. This Denial of Service via infinite loop causes high CPU usage and system...

5.9CVSS0.00372EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/09 1:30 a.m.23 views

CVE-2023-53845

CVE-2023-53845 affects the Linux kernel nilfs2 subsystem. When mounting a disk image where a metadata file’s block lookup yields an invalid virtual address, nilfs_bmap_lookup_at_level() could return the same -ENOENT code as a non-existent block, causing nilfs_mdt_get_block() to loop indefinitely ...

6.2AI score0.00254EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.6 views

CVE-2023-53845

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfsmdtgetblock If the disk image that nilfs2 mounts is corrupted and a virtual block address obtained by block lookup for a metadata file is invalid, nilfsbmaplookupatlevel may return the same...

5.5AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:30 a.m.15 views

CVE-2023-53845 nilfs2: fix infinite loop in nilfs_mdt_get_block()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix infinite loop in nilfsmdtgetblock If the disk image that nilfs2 mounts is corrupted and a virtual block address obtained by block lookup for a metadata file is invalid, nilfsbmaplookupatlevel may return the same...

6.5AI score
SaveExploits0References12
CVE
CVE
added 2025/12/09 1:29 a.m.25 views

CVE-2023-53831

CVE-2023-53831: In the Linux kernel, the issue concerns reading sk->sk_family multiple times in sk_mc_loop(), which syzbot has used to trigger a WARN_ON_ONCE(1) in net/core/sock.c. The vulnerability is described as resolved in the initial document, but no concrete patch details (such as fixed ...

6.1AI score0.00253EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.35 views

CVE-2023-53831 net: read sk->sk_family once in sk_mc_loop()

In the Linux kernel, the following vulnerability has been resolved: net: read sk-skfamily once in skmcloop syzbot is playing with IPV6ADDRFORM quite a lot these days, and managed to hit the WARNONONCE1 in skmcloop We have many more similar issues to fix. WARNING: CPU: 1 PID: 1593 at...

0.00253EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:24 a.m.31 views

CVE-2023-53820 loop: loop_set_status_from_info() check before assignment

In the Linux kernel, the following vulnerability has been resolved: loop: loopsetstatusfrominfo check before assignment In loopsetstatusfrominfo, lo-looffset and lo-losizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed t...

0.00272EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 1:24 a.m.23 views

CVE-2023-53820

CVE-2023-53820: In the Linux kernel loop driver, loop_set_status_from_info() must validate lo_offset and lo_sizelimit before reassignment to avoid overflow changing the original values. The description notes that an overflow could cause the value to be rewritten and not reset, and that the origin...

6.3AI score0.00272EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:24 a.m.5 views

CVE-2023-53820 loop: loop_set_status_from_info() check before assignment

In the Linux kernel, the following vulnerability has been resolved: loop: loopsetstatusfrominfo check before assignment In loopsetstatusfrominfo, lo-looffset and lo-losizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed t...

6.6AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/12/09 1:24 a.m.8 views

CVE-2023-53820

In the Linux kernel, the following vulnerability has been resolved: loop: loopsetstatusfrominfo check before assignment In loopsetstatusfrominfo, lo-looffset and lo-losizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed t...

5.2AI score0.00272EPSS
SaveExploits0
Rows per page
Query Builder