Lucene search
+L

2114 matches found

CVE
CVE
added 2024/05/20 9:41 a.m.124 views

CVE-2024-35970

The CVE-2024-35970 issue affects the Linux kernel AF_UNIX socket path. The root cause is improper handling of OOB data: when an OOB skb is dequeued, unix_sock(sk)->oob_skb is not cleared, causing incorrect uAPI state and potential deadlocks. Repro shows a socketpair exchange where MSG_OOB is u...

6.3CVSS6.6AI score0.00499EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/05/20 9:41 a.m.23 views

CVE-2024-35970 af_unix: Clear stale u->oob_skb.

In the Linux kernel, the following vulnerability has been resolved: afunix: Clear stale u-oobskb. syzkaller started to report deadlock of unixgclock after commit 4090fa373f0e "afunix: Replace garbage collection algorithm.", but it just uncovers the bug that has been there since commit 314001f0bf9...

6.3CVSS6.2AI score
SaveExploits0References8
CVE
CVE
added 2024/05/16 8:47 p.m.85 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
Hacker One
Hacker One
added 2024/05/16 7:04 p.m.118 views

U.S. Dept Of Defense: Out-Of-Bounds Memory Read on ███

Vulnerability description not provided...

9.4CVSS8.4AI score0.99999EPSS
SaveExploits15
Vulnrichment
Vulnrichment
added 2024/05/16 11:14 a.m.20 views

CVE-2024-30292 Adobe FrameMaker GIF File parsing Out Of Bound Write

Adobe Framemaker versions 2020.5, 2022.3 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file...

7.8CVSS7.4AI score0.00281EPSS
SaveExploits0References1
Amazon
Amazon
added 2024/05/15 12:00 a.m.14 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: exthdr: fix 4-byte stack OOB write If priv-len is a multiple of 4, then dstlen / 4 can write past the destination array which leads to stack corruption. This construct is necessary to clean th...

7.1CVSS6.6AI score0.00677EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:00 a.m.25 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
NVD
NVD
added 2024/05/03 2:15 a.m.22 views

CVE-2023-37336

Kofax Power PDF TIF File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Kofax Power PDF. User interaction is required to exploit this vulnerability in that the target must visit a...

7.8CVSS8AI score0.00296EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/05/01 7:34 p.m.27 views

CVE-2024-26981

A out-of-bounds access flaw was found in nilfssetdetype in the Linux Kernel that can lead to a crash...

5.5CVSS7.8AI score0.00271EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.35 views

CVE-2024-26981

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix OOB in nilfssetdetype The size of the nilfstypebymode array in the fs/nilfs2/dir.c file is defined as "SIFMT SSHIFT", but the nilfssetdetype function, which uses this array, specifies the index to read from the array ...

7.8CVSS6.3AI score0.00271EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/05/01 5:27 a.m.31 views

CVE-2024-26981 nilfs2: fix OOB in nilfs_set_de_type

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix OOB in nilfssetdetype The size of the nilfstypebymode array in the fs/nilfs2/dir.c file is defined as "SIFMT SSHIFT", but the nilfssetdetype function, which uses this array, specifies the index to read from the array ...

6.5AI score0.00271EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/01 5:27 a.m.4022 views

CVE-2024-26981

CVE-2024-26981 affects the Linux kernel nilfs2 implementation. The flaw is an out-of-bounds access in nilfs_set_de_type: the index into nilfs_type_by_mode is computed as (mode & S_IFMT) >> S_SHIFT, but the array size is defined as S_IFMT >> S_SHIFT, which can produce an OOB when mode ...

7.8CVSS6.1AI score0.00271EPSS
SaveExploits0References13Affected Software1
Debian CVE
Debian CVE
added 2024/05/01 5:27 a.m.51 views

CVE-2024-26981

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix OOB in nilfssetdetype The size of the nilfstypebymode array in the fs/nilfs2/dir.c file is defined as "SIFMT SSHIFT", but the nilfssetdetype function, which uses this array, specifies the index to read from the array ...

7.8CVSS7.2AI score0.00271EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 5:27 a.m.13 views

CVE-2024-26981 nilfs2: fix OOB in nilfs_set_de_type

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix OOB in nilfssetdetype The size of the nilfstypebymode array in the fs/nilfs2/dir.c file is defined as "SIFMT SSHIFT", but the nilfssetdetype function, which uses this array, specifies the index to read from the array ...

6.1AI score
SaveExploits0References16
Cvelist
Cvelist
added 2024/05/01 5:27 a.m.43 views

CVE-2024-26981 nilfs2: fix OOB in nilfs_set_de_type

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix OOB in nilfssetdetype The size of the nilfstypebymode array in the fs/nilfs2/dir.c file is defined as "SIFMT SSHIFT", but the nilfssetdetype function, which uses this array, specifies the index to read from the array ...

7.5AI score0.00271EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.34 views

RHEL 7 : qemu-kvm-rhev (RHSA-2019:2425)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2019:2425 advisory. KVM Kernel-based Virtual Machine is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provi...

9.8CVSS7AI score0.06169EPSS
SaveExploits1References17
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.29 views

RHEL 7 : qemu-kvm-rhev (RHSA-2018:1645)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2018:1645 advisory. KVM Kernel-based Virtual Machine is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provi...

8.8CVSS7.4AI score0.60631EPSS
SaveExploits3References7
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.36 views

RHEL 7 : qemu-kvm-rhev (RHSA-2018:1646)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2018:1646 advisory. KVM Kernel-based Virtual Machine is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provi...

8.8CVSS7.4AI score0.60631EPSS
SaveExploits3References7
OSV
OSV
added 2024/04/19 11:06 a.m.9 views

OESA-2024-1482 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: harden detection of controller The existing code currently sets a pointer to an ACPI handle before checking that it's actually a...

6.7CVSS7.7AI score0.00613EPSS
SaveExploits1References28
Rows per page
Query Builder