Lucene search
+L

24 matches found

CVE
CVE
added 2026/09/14 8:05 p.m.18 views

CVE-2026-54333

CVE-2026-54333 is a stack out-of-bounds write in the uefi-firmware Python package (UEFI Firmware Parser). The vulnerable function MakeTable() in uefi_firmware/compression/Tiano/Decompress.c fails to validate that bit-length values from a crafted Tiano/EFI compressed firmware bitstream stay within...

9.8CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/13 12:05 p.m.12 views

CVE-2024-43630-POC

CVE-2024-43630-POC This repository contains a POC that triggers a stack OOB write when executed, causing the system to crash. This vulnerability is an extremely interesting and rare relic that demonstrates the complexities and peculiarities of kernel programming, especially object management...

7.8CVSS7.2AI score0.03628EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2026/09/10 12:39 a.m.7 views

kernel: netfilter: conntrack: remove sprintf usage

A flaw was found in the Linux kernel's netfilter conntrack module. This vulnerability arises from the use of sprintf and insufficient buffer sizing in the manglecontentlen function, which can lead to a stack-out-of-bounds write. An attacker could potentially exploit this memory corruption issue t...

9.8CVSS0.00368EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/24 10:17 p.m.18 views

CVE-2026-68516

OpenEXR is the reference implementation and specification for the EXR image format, widely used in the motion picture industry. From version 3.4.0 through 3.4.13, a crafted HTJ2K-compressed EXR can crash OpenEXR during normal decode. An HTJ2K-compressed EXR whose JPEG 2000 SIZ fields place the...

6.5CVSS0.00247EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 4:16 p.m.9 views

AZL-97091 CVE-2026-74669 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ipvs: clear IPv4 options after rebasing tunnel ICMP errors ipvsinicmp rebases an skb from the outer ICMP packet to the quoted original request before passing it to icmpsend. However, IPCBskb-opt still describes the outer IPv4...

9.8CVSS5.8AI score0.00514EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 4:16 p.m.17 views

AZL-91113 CVE-2026-55892 affecting package vim for versions less than 9.2.0735-1

Vim is an open source, command line text editor. Prior to 9.2.0662, the dumpprefixes function in src/spell.c walks a spell-file prefix trie iteratively with a depth counter while dumping the prefixes that apply to a word. The counter is bounded only by the trie structure itself; it is never check...

5.5CVSS5.8AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/23 5:17 p.m.18 views

AZL-90216 CVE-2026-56114 affecting package dhcpcd for versions less than 10.0.8-2

dhcpcd through 10.3.2, fixed in commit 2f00c7b, contains a one-byte stack out-of-bounds write vulnerability in dhcp6makemessage in src/dhcp6.c that allows unauthenticated same-link attackers to write beyond a fixed local buffer by serializing an oversized RFC6603 OPTIONPDEXCLUDE option body...

6.5CVSS6AI score0.00269EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/08/20 12:00 a.m.60 views

openSUSE: Security Advisory for the Linux Kernel (SUSE-SU-2024:2948-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS8.3AI score0.00872EPSS
SaveExploits1References2
OSV
OSV
added 2024/06/21 7:33 a.m.18 views

SUSE-SU-2024:2109-1 Security update for the Linux Kernel (Live Patch 38 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024157 fixes several issues. The following security issues were fixed: - CVE-2021-46955: Fixed an out-of-bounds read with openvswitch, when fragmenting IPv4 packets bsc1220537. - CVE-2023-52628: Fixed 4-byte stack OOB write in nftables bsc1222118. -...

8.2CVSS7.1AI score0.0074EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/06/19 2:53 p.m.26 views

CVE-2021-47580 scsi: scsi_debug: Fix type in min_t to avoid stack OOB

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix type in mint to avoid stack OOB Change mint to use type "u32" instead of type "int" to avoid stack out of bounds. With mint type "int" the values get sign extended and the larger value gets used causing stack...

7.1CVSS6.8AI score0.00244EPSS
SaveExploits0References3
F5 Networks
F5 Networks
added 2024/06/03 5:14 p.m.37 views

K000139876: Linux kernel vulnerability CVE-2021-46955

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix stack OOB read while fragmenting IPv4 packets running openvswitch on kernels built with KASAN, it's possible to see the following splat while testing fragmentation of IPv4 packets:...

8.2CVSS5.2AI score0.0074EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/04/19 12:00 a.m.151 views

Ubuntu 14.04 LTS / 16.04 LTS : Linux kernel vulnerabilities (USN-6739-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6739-1 advisory. It was discovered that a race condition existed in the instruction emulator of the Linux kernel on Arm 64-bit systems. A local attacker could...

8.2CVSS7.8AI score0.01377EPSS
SaveExploits4References18
Vulnrichment
Vulnrichment
added 2024/03/28 7:33 a.m.15 views

CVE-2023-52628 netfilter: nftables: exthdr: fix 4-byte stack OOB write

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 the remainder of t...

7.8CVSS6.7AI score0.00677EPSS
SaveExploits0References7
Prion
Prion
added 2024/02/27 7:04 p.m.32 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix stack OOB read while fragmenting IPv4 packets running openvswitch on kernels built with KASAN, it's possible to see the following splat while testing fragmentation of IPv4 packets: BUG: KASAN: stack-out-of-bounds...

7AI score0.0074EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.28 views

CVE-2021-46954

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfrag: fix stack OOB read while fragmenting IPv4 packets when 'actmirred' tries to fragment IPv4 packets that had been previously re-assembled using 'actct', splats like the following can be observed on kernels built...

7.1CVSS6.5AI score0.0023EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/02/27 6:46 p.m.29 views

CVE-2021-46954 net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfrag: fix stack OOB read while fragmenting IPv4 packets when 'actmirred' tries to fragment IPv4 packets that had been previously re-assembled using 'actct', splats like the following can be observed on kernels built...

6.7AI score0.0023EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/27 6:46 p.m.572 views

CVE-2021-46954

CVE-2021-46954 affects the Linux kernel net/sched IPv4 path. When act_mirred attempts to fragment IPv4 packets that were previously reassembled by act_ct, sch_frag used a temporary dst_entry, which was later treated as an rtable pointer in the fragment/MTU flow. This caused a stack out-of-bounds ...

7.1CVSS6.7AI score0.0023EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/02/27 6:46 p.m.34 views

CVE-2021-46954 net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets

In the Linux kernel, the following vulnerability has been resolved: net/sched: schfrag: fix stack OOB read while fragmenting IPv4 packets when 'actmirred' tries to fragment IPv4 packets that had been previously re-assembled using 'actct', splats like the following can be observed on kernels built...

6.9AI score0.0023EPSS
SaveExploits0References3
NVD
NVD
added 2023/03/25 12:15 a.m.33 views

CVE-2023-25659

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the parameter indices for DynamicStitch does not match the shape of the parameter data, it can trigger an stack OOB read. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS8.4AI score0.00394EPSS
SaveExploits0References2
OSV
OSV
added 2023/03/24 11:43 p.m.26 views

CVE-2023-25659 TensorFlow vulnerable to Out-of-Bounds Read in DynamicStitch

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the parameter indices for DynamicStitch does not match the shape of the parameter data, it can trigger an stack OOB read. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.4AI score
SaveExploits0References4
Rows per page
Query Builder