Lucene search
+L

787 matches found

RedhatCVE
RedhatCVE
added 2026/09/10 9:32 a.m.4 views

CVE-2026-87824

A flaw was found in zstd-jni. Attackers can exploit this by supplying oversized per-sample lengths to the Zstd.trainFromBufferDirect function, which fails to validate the samples buffer capacity. This allows for reading past buffer boundaries, leading to out-of-bounds memory access and ultimately...

8.7CVSS
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/10 9:12 a.m.9 views

splinter

splinter splinter is a jvm analysis toolkit, allowing the user to view classes, methods, fields, constant pools and bytecode on runtime. this was made and tested on openjdk build 22.0.2+9-70 what is splinter? usually, when you think of an analysis toolkit for the jvm, you would think it uses jni ...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 7:00 a.m.4 views

CVE-2025-27533-Exploit-for-Apache-ActiveMQ

CVE-2025-27533-Exploit-for-Apache-ActiveMQ PoC exploit for CVE-2025-27533 , a Denial of Service DoS vulnerability in Apache ActiveMQ. This tool sends malicious OpenWire packets to exhaust the JVM heap memory of the target server, and potentially crashing the ActiveMQ service on port 61616. USE...

7.5CVSS7AI score0.0866EPSS
SaveExploits2
RedhatCVE
RedhatCVE
added 2026/09/10 6:27 a.m.4 views

CVE-2026-87825

A flaw was found in zstd-jni. This use-after-free vulnerability occurs because streams and contexts only hold a dictionary's shared lock during the load call, allowing the dictionary to be closed while still being referenced. A remote attacker could exploit this by closing a dictionary after...

7.7CVSS
SaveExploits0References12
Nuclei
Nuclei
added 2026/09/10 4:50 a.m.85 views

MicroStrategy Web 10.4 - Information Disclosure

MicroStrategy Web 10.4 is susceptible to information disclosure. The JVM configuration, CPU architecture, installation folder, and other information are exposed through /MicroStrategyWS/happyaxis.jsp. An attacker can use this vulnerability to learn more about the application environment and there...

7.5CVSS7.3AI score0.17841EPSS
SaveExploits3References5
Kitploit
Kitploit
added 2026/09/09 4:09 p.m.5 views

hotpatch-for-apache-log4j2

Log4jHotPatch This is a tool which injects a Java agent into a running JVM process. The agent will attempt to patch the lookup method of all loaded org.apache.logging.log4j.core.lookup.JndiLookup instances to unconditionally return the string "Patched JndiLookup::lookup". It is designed to addres...

7.5AI score
SaveExploits0
NVD
NVD
added 2026/09/09 3:17 p.m.6 views

CVE-2026-87877

zstd-jni versions before 1.5.7-14 fail to validate closed state in setDict, setLongMax, setLevel and setRefMultipleDDicts methods of stream classes. Attackers can call these methods on closed streams to write through freed native pointers, corrupting unrelated objects or crashing the JVM...

7.7CVSS
SaveExploits0References9
NVD
NVD
added 2026/09/09 3:17 p.m.5 views

CVE-2026-87823

zstd-jni before 1.5.7-14 performs 32-bit signed bounds checks on three direct-ByteBuffer frame-size native methods, allowing out-of-bounds memory reads via negative or overflowing offsets. Attackers can supply negative offset values near Integer.MINVALUE to read unmapped memory, causing JVM...

8.8CVSS
SaveExploits0References8
NVD
NVD
added 2026/09/09 3:17 p.m.6 views

CVE-2026-87824

zstd-jni before 1.5.7-14 fails to validate the samples buffer capacity in Zstd.trainFromBufferDirect, allowing attackers to read past buffer boundaries by supplying oversized per-sample lengths. Attackers can trigger out-of-bounds memory access by providing crafted sample length arrays that cause...

8.7CVSS
SaveExploits0References8
NVD
NVD
added 2026/09/09 3:17 p.m.5 views

CVE-2026-87825

zstd-jni before 1.5.7-14 contains a use-after-free vulnerability where streams and contexts hold a dictionary's shared lock only during the load call, allowing the dictionary to be closed while still referenced. Attackers can close a dictionary after associating it with a stream or context, causi...

7.7CVSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/09 2:32 p.m.23 views

CVE-2026-87877 zstd-jni 1.3.8-4 through 1.5.7-13 Use-After-Free via Setters Called After close()

zstd-jni versions before 1.5.7-14 fail to validate closed state in setDict, setLongMax, setLevel and setRefMultipleDDicts methods of stream classes. Attackers can call these methods on closed streams to write through freed native pointers, corrupting unrelated objects or crashing the JVM...

7.7CVSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/09 2:32 p.m.7 views

EUVD-2026-75024

zstd-jni versions before 1.5.7-14 fail to validate closed state in setDict, setLongMax, setLevel and setRefMultipleDDicts methods of stream classes. Attackers can call these methods on closed streams to write through freed native pointers, corrupting unrelated objects or crashing the JVM...

7.7CVSS
SaveExploits0References9
OSV
OSV
added 2026/09/09 2:32 p.m.2 views

CVE-2026-87877 zstd-jni 1.3.8-4 through 1.5.7-13 Use-After-Free via Setters Called After close()

zstd-jni versions before 1.5.7-14 fail to validate closed state in setDict, setLongMax, setLevel and setRefMultipleDDicts methods of stream classes. Attackers can call these methods on closed streams to write through freed native pointers, corrupting unrelated objects or crashing the JVM...

7CVSS5.8AI score
SaveExploits0References12
CVE
CVE
added 2026/09/09 2:32 p.m.13 views

CVE-2026-87877

zstd-jni versions 1.3.8-4 through 1.5.7-13 are vulnerable to a use-after-free in stream classes. The root cause is a failure to validate the closed state in the setDict, setLongMax, setLevel, and setRefMultipleDDicts methods, allowing callers to write through freed native pointers on already-clos...

7.7CVSS
SaveExploits0References9
CVE
CVE
added 2026/09/09 2:32 p.m.10 views

CVE-2026-87824

zstd-jni (Java binding for the zstd compression library) versions 1.3.3-1 through 1.5.7-13 contain an out-of-bounds read vulnerability in the Zstd.trainFromBufferDirect method. The root cause is a failure to validate the samples buffer capacity in the native implementation (jni_zdict.c): an attac...

8.7CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/09 2:32 p.m.7 views

EUVD-2026-75022

zstd-jni before 1.5.7-14 fails to validate the samples buffer capacity in Zstd.trainFromBufferDirect, allowing attackers to read past buffer boundaries by supplying oversized per-sample lengths. Attackers can trigger out-of-bounds memory access by providing crafted sample length arrays that cause...

8.7CVSS
SaveExploits0References8
CVE
CVE
added 2026/09/09 2:32 p.m.9 views

CVE-2026-87825

zstd-jni versions 1.3.8-4 through 1.5.7-13 contain a use-after-free vulnerability in compression and decompression dictionaries. The root cause is that streams and contexts hold a dictionary's shared lock only during the load call, allowing the dictionary to be closed while still referenced. Subs...

7.7CVSS
SaveExploits0References9
EUVD
EUVD
added 2026/09/09 2:32 p.m.6 views

EUVD-2026-75023

zstd-jni before 1.5.7-14 contains a use-after-free vulnerability where streams and contexts hold a dictionary's shared lock only during the load call, allowing the dictionary to be closed while still referenced. Attackers can close a dictionary after associating it with a stream or context, causi...

7.7CVSS
SaveExploits0References9
OSV
OSV
added 2026/09/09 2:32 p.m.5 views

CVE-2026-87824 zstd-jni 1.3.3-1 through 1.5.7-13 Out-of-Bounds Read via Zstd.trainFromBufferDirect

zstd-jni before 1.5.7-14 fails to validate the samples buffer capacity in Zstd.trainFromBufferDirect, allowing attackers to read past buffer boundaries by supplying oversized per-sample lengths. Attackers can trigger out-of-bounds memory access by providing crafted sample length arrays that cause...

8.7CVSS6.1AI score
SaveExploits0References11
OSV
OSV
added 2026/09/09 2:32 p.m.4 views

CVE-2026-87825 zstd-jni 1.3.8-4 through 1.5.7-13 Use-After-Free of Compression and Decompression Dictionaries

zstd-jni before 1.5.7-14 contains a use-after-free vulnerability where streams and contexts hold a dictionary's shared lock only during the load call, allowing the dictionary to be closed while still referenced. Attackers can close a dictionary after associating it with a stream or context, causi...

7CVSS6.3AI score
SaveExploits0References12
Rows per page
Query Builder