Lucene search
+L

990 matches found

OSV
OSV
added 2026/07/27 3:13 p.m.13 views

EEF-CVE-2026-55737 Heap pointer corruption via signed/unsigned mismatch in LARGE_TUPLE_EXT decoding in erts external term format decoder

Summary Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang OTP erts allows an attacker who can supply a crafted Erlang external term format ETF binary to binary\to\term/1 to corrupt the BEAM heap pointer and crash the virtual machine. When decoding a LARGE\TUPLE\E...

5.1CVSS5.9AI score0.00288EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/27 3:13 p.m.137 views

CVE-2026-55737

The CVE-2026-55737 issue is a heap-pointer corruption in Erlang/OTP’s erts external term format decoder. During LARGE_TUPLE_EXT decoding, the arity is read as unsigned in the validation pass but as signed in the decode pass, allowing 0x80000000 to produce -2147483648 and advancing the heap pointe...

7.5CVSS5.9AI score0.00288EPSS
SaveExploits0References5Affected Software2
UbuntuCve
UbuntuCve
added 2026/07/27 12:00 a.m.26 views

CVE-2026-64226

In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn, puttaskstructp is called before scxerror dereferences p-comm and p-pid. If the iterator's reference is the last drop, the task is freed...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-64226

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn,...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.21 views

PT-2026-64987

Name of the Vulnerable Software and Affected Versions Erlang OTP versions 25.0 through 27.3.4.14 Erlang OTP versions 28.0 through 28.5.0.3 Erlang OTP versions 29.0 through 29.0.3 Description A signed to unsigned conversion error leads to an out-of-bounds write when the system processes a crafted...

7.5CVSS5.2AI score0.00288EPSS
SaveExploits0References72
OSV
OSV
added 2026/07/25 10:17 a.m.11 views

UBUNTU-CVE-2026-64295

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

5.5CVSS5.6AI score0.00158EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:49 a.m.13 views

EUVD-2026-49007

In the Linux kernel, the following vulnerability has been resolved: mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memory in...

5.7AI score0.00158EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64295

CVE-2026-64295 affects the Linux kernel mm/page_ext API used during memory hotplug. The vulnerability arises because page_ext_iter_next may advance the iterator beyond the current valid memory region without verifying that the PFN still belongs to a valid section, which can trigger a NULL pointer...

5.5CVSS5.7AI score0.00158EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-64295

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm: pageext: add count limit to pageextiternext to prevent invalid PFN access The pageext iteration API does not validate if the PFN still belongs to a valid...

5.5CVSS5.4AI score0.00158EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.16 views

PT-2026-64516

In the Linux kernel, the following vulnerability has been resolved: mm: page ext: add count limit to page ext iter next to prevent invalid PFN access The page ext iteration API does not validate if the PFN still belongs to a valid section while advancing the iterator. When dynamically adding memo...

5.7AI score0.00158EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:16 p.m.9 views

DEBIAN-CVE-2026-64226

In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn, puttaskstructp is called before scxerror dereferences p-comm and p-pid. If the iterator's reference is the last drop, the task is freed...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/24 3:23 p.m.18 views

EUVD-2026-48634

In the Linux kernel, the following vulnerability has been resolved: schedext: Avoid UAF in scxrootenableworkfn init failure path In scxrootenableworkfn, puttaskstructp is called before scxerror dereferences p-comm and p-pid. If the iterator's reference is the last drop, the task is freed...

5.7AI score0.00129EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/07/24 10:11 a.m.19 views

USN-8605-1: Linux kernel (Azure CVM) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Foo-over-UDP FOU; - ARM64 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - Drivers...

9.8CVSS5.9AI score0.01338EPSS
SaveExploits13
Cvelist
Cvelist
added 2026/07/17 8:36 p.m.44 views

CVE-2026-48062 CodeIgniter: Uploaded file extension validation bypass in `ext_in` rule

CodeIgniter is a PHP full-stack web framework. Prior to 4.7.3, the extin upload validation rule in system/Validation/StrictRules/FileRules.php checked the MIME-derived guessed extension instead of the client-provided filename extension. As a result, an uploaded file named shell.php containing...

9.8CVSS0.00775EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/17 10:10 a.m.14 views

USN-8490-2 linux-realtime, linux-realtime-6.17 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - Block layer subsystem; - Cryptographic API; - DMA engine subsystem; - InfiniBand drivers; -...

9.8CVSS6.9AI score0.01338EPSS
SaveExploits9References62
OSV
OSV
added 2026/07/16 4:17 p.m.8 views

SUSE-SU-2026:3082-1 Security update for libssh2_org

This update for libssh2org fixes the following issue - CVE-2026-55199: pre-Authentication DoS via SSHMSGEXTINFO Handler bsc1268530...

8.2CVSS5.2AI score0.00918EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/16 1:04 p.m.8 views

SUSE-SU-2026:3076-1 Security update for libssh2_org

This update for libssh2org fixes the following issue - CVE-2026-55199: pre-Authentication DoS via SSHMSGEXTINFO Handler bsc1268530...

8.2CVSS7.2AI score0.00918EPSS
SaveExploits1References3
Ubuntu
Ubuntu
added 2026/07/15 8:26 a.m.19 views

USN-8546-1: Linux kernel (Raspberry Pi) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - Block layer subsystem; - Cryptographic API; - DMA engine subsystem; - InfiniBand drivers; -...

9.8CVSS6.9AI score0.01338EPSS
SaveExploits9
Ubuntu
Ubuntu
added 2026/07/15 7:57 a.m.20 views

USN-8545-1: Linux kernel (HWE) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - Block layer subsystem; - Cryptographic API; - DMA engine subsystem; - InfiniBand drivers; -...

9.8CVSS6.9AI score0.01338EPSS
SaveExploits9
OSV
OSV
added 2026/07/15 7:57 a.m.15 views

USN-8545-1 linux-hwe-6.17 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - Block layer subsystem; - Cryptographic API; - DMA engine subsystem; - InfiniBand drivers; -...

9.8CVSS6.9AI score0.01338EPSS
SaveExploits9References63
Rows per page
Query Builder