Lucene search
+L

732288 matches found

Cvelist
Cvelist
added 2026/08/25 4:10 p.m.28 views

CVE-2026-47626

NVIDIA DGX Spark contains a vulnerability in the system firmware, where a privileged attacker could be able to cause an out-of-bounds write. A successful exploit of this vulnerability may lead to code execution, escalation of privileges, denial of service, information disclosure, and data tamperi...

8.2CVSS0.00193EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 4:10 p.m.6 views

EUVD-2026-65603

NVIDIA DGX Spark contains a vulnerability in the system firmware, where a privileged attacker could be able to cause an out-of-bounds write. A successful exploit of this vulnerability may lead to code execution, escalation of privileges, denial of service, information disclosure, and data tamperi...

8.2CVSS5.3AI score0.00193EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 4:10 p.m.26 views

CVE-2026-24262

NVIDIA DGX Spark contains a vulnerability in the system firmware, where a privileged attacker could be able to cause an out-of-bounds write. A successful exploit of this vulnerability may lead to code execution, escalation of privileges, denial of service, information disclosure, and data tamperi...

8.2CVSS0.00193EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 4:10 p.m.13 views

CVE-2026-24262

NVIDIA DGX Spark contains an out-of-bounds write vulnerability in its system firmware . A privileged local attacker can exploit this to achieve code execution , privilege escalation , denial of service , information disclosure , or data tampering . The CVSS 3.1 score is 8.2 (HIGH) , reflecting a ...

8.2CVSS5.3AI score0.00193EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 4:10 p.m.6 views

EUVD-2026-65602

NVIDIA DGX Spark contains a vulnerability in the system firmware, where a privileged attacker could be able to cause an out-of-bounds write. A successful exploit of this vulnerability may lead to code execution, escalation of privileges, denial of service, information disclosure, and data tamperi...

8.2CVSS5.3AI score0.00193EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/25 4:09 p.m.28 views

CVE-2026-18444 Integer Conversion Vulnerability Resulting in an Out of Bounds Read in NI LabVIEW

There is an integer conversion vulnerability resulting in an out-of-bounds read when loading images recently discovered in NI LabVIEW. This may result in information disclosure or arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted VI...

6.9CVSS0.00122EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/25 4:09 p.m.6 views

EUVD-2026-65601

There is an integer conversion vulnerability resulting in an out-of-bounds read when loading images recently discovered in NI LabVIEW. This may result in information disclosure or arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted VI...

6.9CVSS5.6AI score0.00122EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/25 4:09 p.m.9 views

CVE-2026-18444

An integer conversion vulnerability in NI LabVIEW (2026 Q3 and prior versions) leads to an out-of-bounds read when loading images. Successful exploitation requires a user to open a specially crafted VI file , after which information disclosure or arbitrary code execution may occur. The CVSS 3.1 b...

6.9CVSS5.6AI score0.00122EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/25 4:05 p.m.30 views

CVE-2026-13478 Out-of-bounds read in Zephyr ext2 block-bitmap validation from a crafted s_blocks_count

The Zephyr ext2 filesystem driver validates the on-disk block bitmap in ext2initfs subsys/fs/ext2/ext2impl.c by passing fsblocks = sblockscount - sfirstdatablock to ext2bitmapcountset. That helper subsys/fs/ext2/ext2bitmap.c treats its argument as a number of bits and reads one bitmap byte per...

5.5CVSS0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 4:05 p.m.12 views

CVE-2026-13478

CVE-2026-13478 is an out-of-bounds read in the Zephyr RTOS ext2 filesystem driver. During mount, ext2_init_fs() passes the superblock's s_blocks_count (unbounded) to ext2_bitmap_count_set(), which then reads up to ~512 MB past the single block-size bitmap buffer when a crafted image specifies an ...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 4:05 p.m.6 views

EUVD-2026-65599

The Zephyr ext2 filesystem driver validates the on-disk block bitmap in ext2initfs subsys/fs/ext2/ext2impl.c by passing fsblocks = sblockscount - sfirstdatablock to ext2bitmapcountset. That helper subsys/fs/ext2/ext2bitmap.c treats its argument as a number of bits and reads one bitmap byte per...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/25 4:05 p.m.28 views

CVE-2026-13217 NULL-pointer dereference in Zephyr OCPP CALLRESULT parsing via unchecked strtok_r/atoi

The OCPP 1.6 client in subsys/net/lib/ocpp/ocpp.c reconstructs a session handle and PDU id from the uid field of a CALLRESULT message. In ocppprocessservermsg the code calls atoistrtokruid, "-", &tmp without checking the strtokr return value. When the server-supplied uid is empty or contains no -...

5.9CVSS0.00509EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/25 4:05 p.m.13 views

CVE-2026-13217

The Zephyr RTOS OCPP 1.6 client in subsys/net/lib/ocpp/ocpp.c contains a NULL-pointer dereference in ocpp_process_server_msg(). When parsing the uid field of a CALLRESULT message, atoi(strtok_r(uid, "-", &tmp)) is called without checking whether strtok_r() returned NULL. A malicious or compromise...

5.9CVSS5.8AI score0.00509EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/25 4:05 p.m.6 views

EUVD-2026-65597

The virtio PCI driver drivers/virtio/virtiopci.c parses a device's PCI capability list during driver initialization. In virtiopcireadcap the device-supplied capability length byte caplen read from PCI config space via pcieconfread was only checked with asserttmp.caplen == capstructsize. That asse...

6.1CVSS6.3AI score0.00181EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 4:05 p.m.11 views

CVE-2026-13216

CVE-2026-13216 is an out-of-bounds stack write in the Zephyr RTOS virtio PCI driver (drivers/virtio/virtio_pci.c). The device-supplied cap_len field, read from PCI config space, was validated only by a compiled-out assert() (gated by CONFIG_ASSERT, off by default in production). The unvalidated l...

6.1CVSS6.3AI score0.00181EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/25 3:51 p.m.5 views

urllib3: urllib3: Denial of Service due to excessive HTTP response decompression

A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response,...

8.9CVSS5.1AI score0.0068EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/25 3:51 p.m.6 views

Important: Red Hat Security Advisory: python-urllib3 security update

An update for python-urllib3 is now available for Red Hat Enterprise Linux 9.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

8.9CVSS5.3AI score0.0068EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/25 3:49 p.m.1 views

Exploit-Medium-CVE-2021-41184

استغلال متوسط CVE-2021-41184 استغلال متوسط CVE-2021-41184 XSS في الخيار of من أداة .position 1. إصدار jQuery UI v1.12.1 قابل للاستغلال 1.1 https://www.website.com/js/jquery/jquery-ui-1.12.1/jquery-ui.min.js -----------------------------------------------إثبات...

6.5CVSS5.8AI score0.40768EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/08/25 3:38 p.m.3 views

POC-CVE-2025-5777

Questo repository non contiene un README...

9.3CVSS8.8AI score0.99962EPSS
SaveExploits19
RedhatCVE
RedhatCVE
added 2026/08/25 3:36 p.m.7 views

CVE-2026-55371

A flaw was found in OpenEXR. A vulnerability in the exrattrsetbytes function allows an attacker to trigger a NULL pointer dereference by providing a positive hintlength with a NULL typehint. This can lead to a deterministic crash, resulting in a denial of service DoS, which makes the affected...

6.9CVSS4.9AI score0.00117EPSS
SaveExploits0References4
Rows per page
Query Builder