Lucene search
+L

22540 matches found

CVE
CVE
added 2026/07/29 6:33 p.m.101 views

CVE-2026-13346

Pip has a vulnerability (CVE-2026-13346) where doubly-encoded package URLs from indexes can lead to files being installed to arbitrary locations on disk, even when installing wheels. The issue is exploitable only when downloading/installing from a malicious package index; malicious packages alone...

6.5CVSS6AI score0.00292EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/29 10:31 a.m.14 views

CVE-2026-64273

A flaw was found in the Linux kernel's iforce input driver. A malicious actor with a specially crafted input device could exploit an out-of-bounds write vulnerability by sending an unvalidated force-feedback effect index. This could allow the attacker to corrupt memory, potentially leading to...

7.8CVSS5.8AI score0.00169EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.22 views

PT-2026-65883

Integer wraparound in IVFFlat index build in pgvector before 0.8.6 allows a database user to write data out-of-bounds, which could lead to arbitrary code execution. Only 32-bit systems are affected...

8.8CVSS6.1AI score0.00334EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.27 views

PT-2026-65874

Name of the Vulnerable Software and Affected Versions openSUSE Tumbleweed python311-pip versions prior to 26.2-1.1 Description pip incorrectly handles doubly-encoded package URLs from indexes. This allows files to be installed to arbitrary locations on disk, even when installing wheels pre-compil...

5.6CVSS6AI score0.00292EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2026/07/28 6:09 p.m.8 views

CVE-2026-62430

A flaw was found in Xen. This vulnerability allows a guest operating system to read data beyond its intended memory boundaries, potentially leading to information disclosure. The issue arises from improper synchronization during access to the CMOS Complementary Metal-Oxide-Semiconductor memory. A...

7.5CVSS5.7AI score0.00243EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/28 3:17 p.m.11 views

DEBIAN-CVE-2026-6879

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS5.8AI score0.00369EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/28 1:46 p.m.8 views

CVE-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS5.8AI score0.00369EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/28 1:46 p.m.116 views

CVE-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS0.00369EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/28 1:46 p.m.9 views

CVE-2026-6879 Quadratic Behavior in xml.etree.ElementPath Index Predicates

Element.findall and fully-consumed Element.iterfind exhibit On^2 time complexity when using XPath index predicates e.g. 1, last, last-N on XML documents with many same-tag siblings. Element.find is only affected when the first match is near the end of the sibling list, such as with last or...

2CVSS5.8AI score
SaveExploits0References13
CVE
CVE
added 2026/07/28 1:46 p.m.195 views

CVE-2026-6879

CVE-2026-6879 affects Python's xml.etree.ElementTree path handling. Element.findall() and fully-consumed Element.iterfind() exhibit O(n^2) time when using XPath index predicates like [1], [last()], or [last()-N] on documents with many siblings of the same tag. Element.find() is affected only when...

2CVSS5.8AI score0.00369EPSS
SaveExploits0References10
NVD
NVD
added 2026/07/28 1:19 p.m.12 views

CVE-2026-62430

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

7.5CVSS0.00243EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/28 12:52 p.m.19 views

kernel: xfrm: Duplicate SPI Handling

In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRMMSGALLOCSPI Netlink message, which triggers the kernel function xfrmallocspi. This function is expected to ensure uniqueness of the Security...

7.8CVSS6.7AI score0.00156EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:32 p.m.11 views

CVE-2026-62430

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

5.9AI score0.00243EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/28 12:32 p.m.26 views

CVE-2026-62430

CVE-2026-62430 affects the Xen hypervisor (x86) in the vRTC emulation. Accesses to CMOS memory use an indirect IO port pair; Xen caches the guest-selected index but one usage of the index lacks proper locking, allowing a guest to change the index after it is checked and trigger a subsequent out-o...

7.5CVSS5.9AI score0.00243EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/28 12:32 p.m.36 views

CVE-2026-62430 x86: Out-of-bounds read in vRTC emulation

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

0.00243EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/28 12:32 p.m.9 views

EUVD-2026-49783

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

7.5CVSS5.9AI score0.00243EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/28 12:32 p.m.18 views

CVE-2026-62430

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

7.5CVSS5.8AI score0.00243EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/28 12:32 p.m.14 views

CVE-2026-62430 x86: Out-of-bounds read in vRTC emulation

Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after it being checked,...

5.9AI score0.00243EPSS
SaveExploits0References1
Xen Project
Xen Project
added 2026/07/28 12:00 p.m.13 views

x86: Out-of-bounds read in vRTC emulation

ISSUE DESCRIPTION Accesses to the CMOS memory contents are done using an indirect IO port pair. Therefore Xen needs to cache the guest chosen index, and one of the usages of the index didn't take the necessary locking to avoid concurrent changes. As a result, a guest could change the index after ...

7.5CVSS5.9AI score0.00243EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/07/28 8:52 a.m.5 views

BIT-ELASTICSEARCH-2026-56144 Incorrect Authorization in Elasticsearch Leading to Information Disclosure

Incorrect Authorization CWE-863 in Elasticsearch can allow an authenticated user with limited index privileges to exploit insufficient authorization controls in the ingest simulation feature. By targeting indices they are not authorized to access directly, the user can cause those indices'...

6.5CVSS6AI score0.00234EPSS
SaveExploits0References2
Rows per page
Query Builder