Lucene search
+L

213 matches found

Kitploit
Kitploit
added 2026/09/18 4:37 a.m.14 views

azurelinux

Azure Linux 4 An open-source Linux distribution built and optimized forAzure, with sources derived from Fedora Linux. Azure Linux provides a secured, reliable operating system for virtual machines, containers, and bare-metal platforms. Azure Linux is built on a robust open-source foundation from...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 1:23 a.m.64 views

duplicut

Duplicut :scissors: Quickly dedupe massive wordlists, without changing the order...

5.4AI score
SaveExploits0References2
Nuclei
Nuclei
added 2026/09/17 2:05 a.m.123 views

Vite Dev Server - Path Traversal in Optimized Deps .map Handling

Vite development server versions prior to 8.0.5, 7.3.2, and 6.4.2 are vulnerable to path traversal through the optimized dependencies sourcemap handler. The dev server's handling of .map requests for optimized dependencies resolves file paths via normalizePathpath.resolveroot, url.slice1 and call...

6.3CVSS5.5AI score0.00914EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/15 5:02 p.m.14 views

loxs-optimized

loxs-optimized プロジェクト元: https://github.com/coffinxp/loxs CSP-Bypass-xss.txt 注: 主にCSPペイロードをバイパスします。 2024-11-06 CSP-Bypass-xss.txt を xss.txt に追加 2024-11-07 干渉する情報を削除 脆弱性のある情報のみが表示される 2024-11-11 実行が100%に達したときにプログラムが自動的に終了しない問題を解決 2024-12-12 cat livedomainurl.txt | gf sqli | tee -a sqlisqli.txt bash...

6AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-54592

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.3, Oj::Doceachchild, when invoked recursively over a...

7.5CVSS5.8AI score0.00278EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/01 12:16 a.m.16 views

CVE-2026-54899

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. Prior to version 3.17.2, disabling symbolkeys on a reused Oj::Parser instance triggers a heap use-after-free. When symbolkeys is toggled from true to false, optsymbolkeysset frees the internal key cache cachefree but...

6.3CVSS0.00428EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/01 12:16 a.m.16 views

CVE-2026-54903

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj.load is vulnerable to heap corruption when parsing a JSON string longer than 2 GB. An integer overflow in bufappendstring buf.h:61 converts the string length to a large negative sizet,...

6.3CVSS0.00428EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 12:16 a.m.26 views

DEBIAN-CVE-2026-54898

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2,Oj::Parserparse is vulnerable to a heap use-after-free when a SAJ/SAJ2 callback mutates the input JSON string during parsing. The C engine holds a raw const byte pointer into the Ruby...

2.1CVSS5.9AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 12:16 a.m.17 views

DEBIAN-CVE-2026-54900

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, when in usual mode with createid enabled, Oj::Parserparse is vulnerable to heap corruption via a negative-size memcpy. When a JSON object key is exactly 65,535 bytes long, an integer...

6.3CVSS5.7AI score0.00428EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/01 12:16 a.m.9 views

DEBIAN-CVE-2026-54502

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj.dump is vulnerable to a stack-based buffer overflow when a large :indent value is provided by the developer. fillindent in dump.h calls memsetindentstr, ' ', sizetopts-indent without...

6.3CVSS6.1AI score0.00338EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 12:16 a.m.12 views

UBUNTU-CVE-2026-54500

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.3, Oj.load in :object mode reads uninitialized stack memory and, for long keys, reads out of bounds when parsing a JSON object whose key is 254 bytes or longer. The interned bytes can surfac...

5.3CVSS5.9AI score0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/01 12:16 a.m.22 views

UBUNTU-CVE-2026-54502

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj.dump is vulnerable to a stack-based buffer overflow when a large :indent value is provided by the developer. fillindent in dump.h calls memsetindentstr, ' ', sizetopts-indent without...

6.3CVSS6.1AI score0.00338EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/01 12:16 a.m.14 views

UBUNTU-CVE-2026-54902

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. Prior to version 3.17.2, is vulnerable to Use-After-Free when in SAJ mode. The Oj::Parser does not protect cached object keys ≥ 35 bytes from garbage collection, and a Ruby callback that triggers GC inside hashend ca...

6.3CVSS5.7AI score0.00428EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/01 12:16 a.m.20 views

UBUNTU-CVE-2026-54899

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. Prior to version 3.17.2, disabling symbolkeys on a reused Oj::Parser instance triggers a heap use-after-free. When symbolkeys is toggled from true to false, optsymbolkeysset frees the internal key cache cachefree but...

6.3CVSS5.7AI score0.00428EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/01 12:16 a.m.17 views

CVE-2026-54901

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj::Parser in usual mode does not mark arrayclass and hashclass references during garbage collection, leading to Use-After-Free. If GC runs after the class is assigned but before a parse,...

6.3CVSS6AI score0.00428EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/01 12:16 a.m.17 views

CVE-2026-54896

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, when in object mode, Oj.dump is vulnerable to a heap buffer overflow when serializing Exception objects with a large :indent value. The serializer allocates a buffer sized for the object'...

2.1CVSS6.1AI score0.00166EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/01 12:16 a.m.17 views

CVE-2026-54500

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.3, Oj.load in :object mode reads uninitialized stack memory and, for long keys, reads out of bounds when parsing a JSON object whose key is 254 bytes or longer. The interned bytes can surfac...

5.3CVSS6.1AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/01 12:16 a.m.13 views

UBUNTU-CVE-2026-54901

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj::Parser in usual mode does not mark arrayclass and hashclass references during garbage collection, leading to Use-After-Free. If GC runs after the class is assigned but before a parse,...

6.3CVSS5.7AI score0.00428EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/06/30 11:40 p.m.16 views

CVE-2026-54902

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. Prior to version 3.17.2, is vulnerable to Use-After-Free when in SAJ mode. The Oj::Parser does not protect cached object keys ≥ 35 bytes from garbage collection, and a Ruby callback that triggers GC inside hashend ca...

6.3CVSS5.7AI score0.00428EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/06/30 11:36 p.m.18 views

CVE-2026-54901

Oj Optimized JSON is a JSON parser and Object marshaller packaged as a Ruby gem. In versions prior to 3.17.2, Oj::Parser in usual mode does not mark arrayclass and hashclass references during garbage collection, leading to Use-After-Free. If GC runs after the class is assigned but before a parse,...

6.3CVSS5.7AI score0.00428EPSS
SaveExploits0
Rows per page
Query Builder