Lucene search
+L

753 matches found

OSV
OSV
added 2025/01/19 12:15 p.m.2 views

DEBIAN-CVE-2024-57928

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfsreadtopagecache gets an error from either -prepareread or from netfspreparereaditerator, it needs to decrement -nroutstanding, cancel the subrequest and break out of the issuin...

7.1CVSS5.7AI score0.00232EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.18 views

PT-2025-36413

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ath11k module where ath11k mac disable peer fixed rate is incorrectly passed as an iterator to ieee80211 iterate stations atomic. This functio...

5.5CVSS6.1AI score0.00153EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/30 3:48 a.m.9 views

SUSE CVE-2024-56720

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Several fixes to bpfmsgpopdata Several fixes to bpfmsgpopdata, 1. In skmsgshiftleft, we should putpage 2. if len == 0, return early is better 3. pop the entire skmsg last == msg-sg.size should be supported 4. Fix fo...

5.5CVSS7.7AI score0.00243EPSS
SaveExploits0References13
OSV
OSV
added 2024/12/24 12:15 p.m.1 views

DEBIAN-CVE-2024-53155

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2filereaditer Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2filereaditer+0x9a4/0xf80 ocfs2filereaditer+0x9a4/0xf80 ioread+0x8d4/0x20f0 ioread+0x3e/0xf0...

7.1CVSS5.6AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/24 12:15 p.m.20 views

AZL-54993 CVE-2024-53155 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2filereaditer Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2filereaditer+0x9a4/0xf80 ocfs2filereaditer+0x9a4/0xf80 ioread+0x8d4/0x20f0 ioread+0x3e/0xf0...

7.1CVSS6.3AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/24 12:15 p.m.15 views

UBUNTU-CVE-2024-53155

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix uninitialized value in ocfs2filereaditer Syzbot has reported the following KMSAN splat: BUG: KMSAN: uninit-value in ocfs2filereaditer+0x9a4/0xf80 ocfs2filereaditer+0x9a4/0xf80 ioread+0x8d4/0x20f0 ioread+0x3e/0xf0...

7.1CVSS6.2AI score0.00236EPSS
SaveExploits0References54
Microsoft CVE
Microsoft CVE
added 2024/12/21 8:0 a.m.11 views

`rustix::fs::Dir` iterator with the `linux_raw` backend can cause memory explosion

...

6.5CVSS5.8AI score0.0048EPSS
SaveExploits0
OSV
OSV
added 2024/12/05 7:5 p.m.10 views

GHSA-GW5W-5J7F-JMJJ Unsound usages of `std::slice::from_raw_parts`

The library breaks the safety assumptions when using unsafe API std::slice::fromrawparts. First, when using the API in iterator implementation TempFdArrayIterator.next, generic type could be any type, which would create and pass a misaligned pointer to the unsafe API. Second, when validating the...

7.5AI score
SaveExploits0References3
OSV
OSV
added 2024/12/02 2:15 p.m.2 views

DEBIAN-CVE-2024-53109

In the Linux kernel, the following vulnerability has been resolved: nommu: pass NULL argument to vmaiterprealloc When deleting a vma entry from a maple tree, it has to pass NULL to vmaiterprealloc in order to calculate internal state of the tree, but it passed a wrong argument. As a result, nommu...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/02 2:15 p.m.6 views

UBUNTU-CVE-2024-53109

In the Linux kernel, the following vulnerability has been resolved: nommu: pass NULL argument to vmaiterprealloc When deleting a vma entry from a maple tree, it has to pass NULL to vmaiterprealloc in order to calculate internal state of the tree, but it passed a wrong argument. As a result, nommu...

7.8CVSS6.6AI score0.00245EPSS
SaveExploits0References18
CNNVD
CNNVD
added 2024/12/02 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the nommu component incorrectly passing parameters to vmaiterprealloc when deleting vma entries, causing the...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/11/25 9:17 p.m.10 views

CVE-2024-53096 mm: resolve faulty mmap_region() error path behaviour

In the Linux kernel, the following vulnerability has been resolved: mm: resolve faulty mmapregion error path behaviour The mmapregion function is somewhat terrifying, with spaghetti-like control flow and numerous means by which issues can arise and incomplete state, memory leaks and other...

7.5AI score0.00338EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2024/11/13 6:30 a.m.23 views

dom-iterator code execution vulnerability

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

9.8CVSS8.5AI score0.01052EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2024/11/13 6:30 a.m.10 views

GHSA-JRVM-MCXC-MF6M dom-iterator code execution vulnerability

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

7.3CVSS8.5AI score0.01052EPSS
SaveExploits1References5
NVD
NVD
added 2024/11/13 5:15 a.m.16 views

CVE-2024-21541

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

9.8CVSS0.01052EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/11/13 5:0 a.m.26 views

CVE-2024-21541

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

7.3CVSS0.01052EPSS
SaveExploits1References3
CVE
CVE
added 2024/11/13 5:0 a.m.85 views

CVE-2024-21541

CVE-2024-21541 affects the npm package dom-iterator prior to version 1.0.1 . The vulnerability stems from use of the Function constructor without complete input sanitization, allowing an attacker-controlled input to generate a new function body, with risks similar to eval. This is corroborated by...

9.8CVSS8.6AI score0.01052EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/13 5:0 a.m.11 views

CVE-2024-21541

Versions of the package dom-iterator before 1.0.1 are vulnerable to Arbitrary Code Execution due to use of the Function constructor without complete input sanitization. Function generates a new function body and thus care must be given to ensure that the inputs to Function are not...

7.3CVSS8.6AI score0.01052EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/11/13 12:0 a.m.14 views

PT-2024-18954 · Unknown · Dom-Iterator

Name of the Vulnerable Software and Affected Versions: dom-iterator versions prior to 1.0.1 Description: The issue is related to Arbitrary Code Execution due to the use of the Function constructor without complete input sanitization. This allows an attacker to generate a new function body, posing...

9.8CVSS7.6AI score0.01052EPSS
SaveExploits1References12
CNNVD
CNNVD
added 2024/11/13 12:0 a.m.6 views

npm dom-iterator 代码注入漏洞

npm dom-iterator is a feature-rich, fully tested iterator for traversing DOM nodes from US-based npm. A code injection vulnerability exists in npm dom-iterator that stems from the use of a Function constructor that does not fully filter input...

9.8CVSS7.2AI score0.01052EPSS
SaveExploits1References4
Rows per page
Query Builder