Lucene search
+L

3822 matches found

Kitploit
Kitploit
added 2026/09/20 3:22 a.m.10 views

vue-template-compiler-patched

vue-template-compiler-patched A security-patched version of vue-template-compiler to fix the prototype pollution vulnerability CVE-2024-6783 and the ReDoS vulnerability CVE-2024-9506. Based on [email protected]. Development and issues live in vue-patched. Related If you use the Vue full buil...

4.8CVSS6.6AI score0.00528EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 2:07 a.m.136 views

git-vuln-finder

git-vuln-finder Finding potential software vulnerabilities from git commit messages. The output format is a JSON with the associated commit which could contain a fix regarding a software vulnerability. The search is based on a set of regular expressions against the commit messages only. If CVE ID...

9.8CVSS6.5AI score0.07465EPSS
SaveExploits0References12
Kitploit
Kitploit
added 2026/09/19 11:11 p.m.16 views

recheck

recheck El confiable verificador de ReDoS Licencia MIT License. 2020-2025 C TSUYUSATO "MakeNowJust" Kitsune...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 5:46 p.m.11 views

axios-redos

Ataque de Denegación de Servicio por Expresión Regular en Axios Este repositorio contiene un POC de CVE-2021-3749. Resumen Se encontró una falla de ReDoS denegación de servicio por expresión regular en el paquete axios. Un atacante que pueda proporcionar una entrada manipulada a la función trim...

7.8CVSS7.4AI score0.08515EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/19 3:56 p.m.9 views

CVE-2024-27088

CVE-2024-27088 Resumen de la vulnerabilidad CVE-2024-27088 Feb 26, 2024 ReDoS en el paquete node.js Como parte del proyecto rebob Descripción de la vulnerabilidad github advisories root@kitploit: /^\sfunction\s\0-'-\uffff+\s\0--\uffff\s/ Esta vulnerabilidad puede explotarse cuando hay un...

5.5CVSS6.7AI score0.00535EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/19 2:34 p.m.10 views

CVE-2023-43646

CVE-2023-43646 Resumen de la vulnerabilidad CVE-2023-43646 CVSS : 8.6 Sep 26, 2023 ReDoS en el paquete node.js Como parte del proyecto rebob Descripción de la vulnerabilidad github advisories root@kitploit: /\sfunction?:\s|\s/^?:/+/\s^\/+/ Esta vulnerabilidad puede explotarse cuando hay un...

8.6CVSS6.9AI score0.01114EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/19 2:07 p.m.7 views

CVE-2023-32309

CVE-2023-32309...

7.5CVSS5.3AI score0.01658EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/19 1:47 p.m.8 views

CVE-2023-27704

CVE-2023-27704 CVE-2023-27704 Se descubrió que Void Tools Everything anterior a v1.4.1.1022 contiene una Denegación de Servicio por Expresión Regular ReDoS corregido en Everything 1.5 alpha Descripción sugerida Se descubrió que Void Tools Everything anterior a v1.4.1.1022 contiene una Denegación ...

5.5CVSS6.1AI score0.0037EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 12:01 p.m.12 views

exploit-workshop

exploit-workshop En este taller paso a paso aprenderás cómo explotar varias vulnerabilidades del mundo real que existen en versiones vulnerables de paquetes en una aplicación Node.js y Java. Software necesario que debes instalar para este taller Puedes realizar este taller de 2 formas diferentes...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/19 10:01 a.m.523 views

regexploit

Regexploit Find regexes which are vulnerable to Regular Expression Denial of Service ReDoS. More info onthe Doyensec blog Many default regular expression parsers have unbounded worst-case complexity. Regex matching may be quick when presented with a matching input string. However, certain...

7.1CVSS6.6AI score0.06617EPSS
SaveExploits1References15
Kitploit
Kitploit
added 2026/09/19 10:01 a.m.11 views

regexploit

Regexploit Encuentra expresiones regulares vulnerables a Denegación de Servicio por Expresión Regular ReDoS. Más información enel blog de Doyensec Muchos analizadores de expresiones regulares por defecto tienen una complejidad de caso peor no acotada. La coincidencia de regex puede ser rápida...

6AI score
SaveExploits0References15
NVD
NVD
added 2026/09/18 6:18 p.m.5 views

CVE-2026-93761

An inefficient regular expression complexity issue in the in-memory query evaluation component of the Mongoid library may allow an unauthenticated party to cause excessive processing within an embedding application process. Applications that place user-supplied text into a pattern-matching query...

8.7CVSS0.00268EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.9 views

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns

Summary soupsieve compiles CSS selector strings with a set of hand-written regular expressions. The shared IDENTIFIER sub-pattern also embedded in VALUE, and therefore in attribute selectors places two adjacent quantified groups over overlapping character classes: ?:classA|ESC+?:classB|ESC, where...

5.3CVSS0.00441EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/09/17 8:32 p.m.6 views

GHSA-GJV8-XP57-G29C Soup Sieve: Polynomial-time ReDoS (O(n²)) in the `IDENTIFIER` / `VALUE` selector sub-patterns

Summary soupsieve compiles CSS selector strings with a set of hand-written regular expressions. The shared IDENTIFIER sub-pattern also embedded in VALUE, and therefore in attribute selectors places two adjacent quantified groups over overlapping character classes: ?:classA|ESC+?:classB|ESC, where...

5.3CVSS0.00441EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/17 8:32 p.m.7 views

GHSA-J934-XHV5-FG8F Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

Summary Before tokenizing, selectoriter trims leading/trailing whitespace and comments by running two regexes over the whole raw selector with .search. The trailing one, REWSEND = re.compiler'WSC$', is anchored only at the end $, not the start. Because .search retries the pattern at every offset,...

5.3CVSS0.0035EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/17 8:32 p.m.8 views

Soup Sieve: Polynomial-time ReDoS (O(n²)) in the whitespace/comment trimming regex `RE_WS_END` (triggers on VALID selectors)

Summary Before tokenizing, selectoriter trims leading/trailing whitespace and comments by running two regexes over the whole raw selector with .search. The trailing one, REWSEND = re.compiler'WSC$', is anchored only at the end $, not the start. Because .search retries the pattern at every offset,...

5.3CVSS0.0035EPSS
SaveExploits0References5Affected Software1
Kitploit
Kitploit
added 2026/09/17 8:15 p.m.11 views

PoC-CVE-2025-25200

CVE-2025-25200 Contexto Vulnerabilidad: CVE-2025-25200 Tipo: Regular Expression Denial of Service ReDoS Componente: Kao = 2.0.0, = 3.0.0-alpha.0, = 1.0.0, 1.7.1, 0.21.2 Descripción: Esta vulnerabilidad presenta complejidad de tiempo cuadrática On2 o, en escenarios más críticos, exponencial O2n, e...

9.2CVSS5.8AI score0.00841EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/09/17 4:25 p.m.9 views

CVE-2026-86000

A flaw was found in Soup Sieve, a CSS selector library. An attacker can craft a malicious CSS selector that, when processed by the library, leads to excessive CPU consumption. This occurs due to a polynomial-time regular expression denial of service ReDoS vulnerability in the selector parser...

7.5CVSS0.00441EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 4:18 p.m.6 views

CVE-2026-86000

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. Prior to 2.9, the selector parser in src/soupsieve/cssparser.py defines IDENTIFIER with adjacent quantified groups over overlapping character classes, and VALUE embeds IDENTIFIER for attribute selectors. When an...

5.3CVSS0.00441EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/17 4:15 p.m.9 views

CVE-2026-85999

A flaw was found in Soup Sieve, a CSS selector library. A remote attacker can provide a specially crafted CSS selector containing long whitespace or comment runs. This can cause excessive CPU consumption during selector trimming, leading to a Regular Expression Denial of Service ReDoS by stalling...

5.3CVSS0.0035EPSS
SaveExploits0References6
Rows per page
Query Builder