Lucene search
+L

775 matches found

Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.24 views

RHEL 8 : aspell (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 8 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - aspell: UCS-2 and UCS-4 null-terminated string handling OOB read CVE-2019-20433 - libaspell.a in GNU Aspe...

9.1CVSS9.8AI score0.03259EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

UBUNTU-CVE-2024-36934

In the Linux kernel, the following vulnerability has been resolved: bna: ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is terminated...

7.8CVSS6.4AI score0.00295EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.21 views

CVE-2024-36931

In the Linux kernel, the following vulnerability has been resolved: s390/cio: Ensure the copied buf is NUL terminated Currently, we allocate a lbuf-sized kernel buffer and copy lbuf from userspace to that buffer. Later, we use scanf on this buffer but we don't ensure that the string is terminated...

7.1CVSS6.5AI score0.00233EPSS
SaveExploits0References19
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36935 ice: ensure the copied buf is NUL terminated

In the Linux kernel, the following vulnerability has been resolved: ice: ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count bytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is...

6.9AI score0.00213EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/30 3:29 p.m.99 views

CVE-2024-36935

CVE-2024-36935 : In the Linux kernel, a memory copy from userspace into a kernel buffer for the ice path could miss a terminating NUL, enabling an OOB read when sscanf() is used. The fix uses memdup_user_nul instead of memdup_user to guarantee NUL termination. Affected component is the kernel’s i...

7.1CVSS6.7AI score0.00213EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/05/30 3:29 p.m.10 views

CVE-2024-36934 bna: ensure the copied buf is NUL terminated

In the Linux kernel, the following vulnerability has been resolved: bna: ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is terminated...

6AI score
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.40 views

CVE-2024-36935 ice: ensure the copied buf is NUL terminated

In the Linux kernel, the following vulnerability has been resolved: ice: ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count bytes from userspace to that buffer. Later, we use sscanf on this buffer but we don't ensure that the string is...

6.4AI score0.00213EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/30 3:29 p.m.146 views

CVE-2024-36934

CVE-2024-36934 concerns a Linux kernel vulnerability where a kernel buffer allocated for a userspace copy of nbytes could lack a terminating NUL, causing an out-of-bounds read when sscanf is used on the buffer. The root cause is failing to ensure the copied buffer is NUL-terminated. The fix repla...

7.8CVSS6.6AI score0.00295EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.18 views

CVE-2024-36931 s390/cio: Ensure the copied buf is NUL terminated

In the Linux kernel, the following vulnerability has been resolved: s390/cio: Ensure the copied buf is NUL terminated Currently, we allocate a lbuf-sized kernel buffer and copy lbuf from userspace to that buffer. Later, we use scanf on this buffer but we don't ensure that the string is terminated...

6.9AI score0.00233EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/30 3:29 p.m.99 views

CVE-2024-36931

The CVE-2024-36931 issue affects the Linux kernel on s390 architecture, specifically in s390/cio where a copied user buffer (lbuf-sized) is not guaranteed to be NUL-terminated before a scanf, enabling an out-of-bounds read. The root cause is missing termination inside the copied buffer, which is ...

7.1CVSS6.7AI score0.00233EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.40 views

CVE-2024-36931 s390/cio: Ensure the copied buf is NUL terminated

In the Linux kernel, the following vulnerability has been resolved: s390/cio: Ensure the copied buf is NUL terminated Currently, we allocate a lbuf-sized kernel buffer and copy lbuf from userspace to that buffer. Later, we use scanf on this buffer but we don't ensure that the string is terminated...

6.4AI score0.00233EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36931 s390/cio: Ensure the copied buf is NUL terminated

In the Linux kernel, the following vulnerability has been resolved: s390/cio: Ensure the copied buf is NUL terminated Currently, we allocate a lbuf-sized kernel buffer and copy lbuf from userspace to that buffer. Later, we use scanf on this buffer but we don't ensure that the string is terminated...

6.1AI score
SaveExploits0References8
NVD
NVD
added 2024/05/21 3:15 p.m.25 views

CVE-2021-47240

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtrendpointpost Syzbot reported slab-out-of-bounds Read in qrtrendpointpost. The problem was in wrong size type: if len != ALIGNsize, 4 + hdrlen goto err; If size from qrtrhdr is 4294967293 0xfffffffd,...

8.4CVSS6.4AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.13 views

CVE-2021-47240

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtrendpointpost Syzbot reported slab-out-of-bounds Read in qrtrendpointpost. The problem was in wrong size type: if len != ALIGNsize, 4 + hdrlen goto err; If size from qrtrhdr is 4294967293 0xfffffffd,...

7.1CVSS7.3AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47240

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtrendpointpost Syzbot reported slab-out-of-bounds Read in qrtrendpointpost. The problem was in wrong size type: if len != ALIGNsize, 4 + hdrlen goto err; If size from qrtrhdr is 4294967293 0xfffffffd,...

8.4CVSS6.3AI score0.00239EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.19 views

CVE-2021-47240 net: qrtr: fix OOB Read in qrtr_endpoint_post

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtrendpointpost Syzbot reported slab-out-of-bounds Read in qrtrendpointpost. The problem was in wrong size type: if len != ALIGNsize, 4 + hdrlen goto err; If size from qrtrhdr is 4294967293 0xfffffffd,...

8.4CVSS6.8AI score0.00239EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.33 views

CVE-2021-47240 net: qrtr: fix OOB Read in qrtr_endpoint_post

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: fix OOB Read in qrtrendpointpost Syzbot reported slab-out-of-bounds Read in qrtrendpointpost. The problem was in wrong size type: if len != ALIGNsize, 4 + hdrlen goto err; If size from qrtrhdr is 4294967293 0xfffffffd,...

8.4CVSS6.4AI score0.00239EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/16 8:47 p.m.84 views

CVE-2024-22384

The CVE-2024-22384 issue is an out-of-bounds read in Intel® Trace Analyzer and Collector software prior to version 2022.0.0 that may allow an authenticated user to disclose information via local access. Affected products include Intel® Trace Analyzer and Collector (before 2022.0.0) and, per Intel...

2.8CVSS6AI score0.00196EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:0 a.m.24 views

RHEL 9 : ncurses (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 9 host has one or more packages installed that are affected by a vulnerability that has been acknowledged by the vendor but will not be patched. - ncurses: segfaulting OOB read CVE-2022-29458 Note that Nessus has not tested for this issue but has instead relied ...

9.5AI score0.01341EPSS
SaveExploits1References1
NVD
NVD
added 2024/05/03 2:15 a.m.31 views

CVE-2023-38119

Foxit PDF Reader AcroForm signature Out-Of-Bounds Read Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Foxit PDF Reader. User interaction is required to exploit this vulnerability in that the target must visit ...

7.8CVSS8.3AI score0.00493EPSS
SaveExploits0References2
Rows per page
Query Builder