Lucene search
+L

3770 matches found

EUVD
EUVD
added 2026/09/14 5:37 p.m.3 views

EUVD-2026-77699

DotVVM is an open source MVVM framework for web applications. Prior to 4.2.11, 4.3.15, and 5.0.0-preview09-final, a route containing multiple unconstrained parameters in one path segment can cause excessive regular-expression backtracking in DotvvmRoute.IsMatch when a remote requester supplies a...

8.2CVSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/14 5:37 p.m.6 views

CVE-2026-57577 DotVVM: ReDOS in routing

DotVVM is an open source MVVM framework for web applications. Prior to 4.2.11, 4.3.15, and 5.0.0-preview09-final, a route containing multiple unconstrained parameters in one path segment can cause excessive regular-expression backtracking in DotvvmRoute.IsMatch when a remote requester supplies a...

8.2CVSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/14 4:45 p.m.7 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/14 3:08 p.m.11 views

recheck

recheck 可信赖的 ReDoS 检查器 许可证 MIT 许可证。 2020-2025 C TSUYUSATO "MakeNowJust" Kitsune...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 2:40 p.m.7 views

CVE-2020-5236

Waitress 1.4.2 ReDoS - CVE-2020-5236 Waitress 1.4.2 版本存在一个拒绝服务(DOS)漏洞。当 waitress 接收到包含无效字符的请求头时,会触发该漏洞。例如,收到类似 "Bad-header: xxxxxxxxxxxxxxx\x10" 的请求头,会导致正则表达式引擎灾难性回溯,使进程 CPU 占用率达到 100%,并阻塞所有其他交互。攻击者可以发送单个包含无效请求头的请求,从而将服务离线。 由 NVD 提供 使用 运行易受攻击的服务器 root@kitploit: $ docker run --rm --name waitress -...

6.8CVSS6.8AI score0.02363EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 8:31 a.m.5 views

CVE-2023-4220

CVE-2023-4220...

8.1CVSS7AI score0.76084EPSS
SaveExploits27
Kitploit
Kitploit
added 2026/09/14 7:01 a.m.7 views

exploit-workshop

漏洞利用工作坊 在这个逐步指导的工作坊中,你将学习如何利用Node.js和Java应用程序中已知存在漏洞的包中的各种真实世界漏洞。 本工作坊需要安装的软件 你可以通过两种不同的方式完成本工作坊: 使用预先准备的 Docker 镜像 或 在 本地机器 上安装所有内容 本工作坊简介 本工作坊将引导你安装并利用多个故意存在漏洞的应用程序。这些应用程序将使用具有已知漏洞的真实世界包,包括: 目录遍历 正则表达式拒绝服务 ReDoS 跨站脚本 XSS 远程代码执行 RCE 任意文件覆盖 Zip Slip...

5.9AI score
SaveExploits0References21
Kitploit
Kitploit
added 2026/09/14 5:04 a.m.6 views

CVE-2023-31606

CVE-2023-31606 Vulnerability A Regular Expression Denial of Service ReDoS issue was discovered in the sanitizehtml function of redcloth gem = v4.0.0. This vulnerability allows attackers to cause a Denial of Service DoS via supplying a crafted payload. What is ReDoS? As per OWASP - The Regular...

7.5CVSS7.4AI score0.01513EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/14 4:08 a.m.7 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/14 12:15 a.m.135 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/13 8:07 p.m.521 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/13 8:07 p.m.7 views

regexploit

Regexploit 寻找易受正则表达式拒绝服务(ReDoS)攻击的正则表达式。 更多信息请参见Doyensec 博客 许多默认的正则表达式解析器具有无界的最坏情况复杂度。当输入字符串匹配时,正则表达式匹配可能很快。然而,某些不匹配的输入字符串会使正则表达式匹配器陷入疯狂的回溯循环,并花费大量时间处理。这可能导致拒绝服务,因为CPU将被卡住尝试匹配正则表达式。 该工具旨在: 查找易受ReDoS攻击的正则表达式 给出一个会导致灾难性回溯的恶意字符串示例 最坏情况复杂度 这反映了正则表达式匹配器回溯过程的复杂度与输入字符串长度的关系。...

6AI score
SaveExploits0References16
Kitploit
Kitploit
added 2026/09/13 7:31 p.m.5 views

CVE-2023-32309

CVE-2023-32309...

7.5CVSS5.3AI score0.01658EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/13 5:22 p.m.6 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.5CVSS6AI score0.0037EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 3:56 p.m.7 views

CVE-2024-27088

CVE-2024-27088 漏洞概述 CVE-2024-27088 Feb 26, 2024 ReDoS in node.js package 作为 rebob 项目的一部分 漏洞描述 github advisories root@kitploit: /^\sfunction\s\0-'-\uffff+\s\0--\uffff\s/ This vulnerability can be exploited when there is an imbalance in parentheses, which results in excessive backtracking and...

5.5CVSS6.7AI score0.00535EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/12 2:33 p.m.7 views

CVE-2023-43646

CVE-2023-43646 漏洞概述 CVE-2023-43646 CVSS : 8.6 Sep 26, 2023 ReDoS in node.js package 作为 rebob 项目的一部分 漏洞描述 GitHub 安全公告 root@kitploit: /\sfunction?:\s|\s/^?:/+/\s^\/+/ 当括号不平衡时,该漏洞可被利用,导致过度回溯,从而显著增加CPU负载和处理时间。可以使用以下输入触发此漏洞: root@kitploit: '\t'.repeat54773 + '\t/function/i' 以下是一个简单的PoC代码来演示该问题:...

8.6CVSS6.8AI score0.01114EPSS
SaveExploits1References1
NVD
NVD
added 2026/09/11 6:16 p.m.9 views

CVE-2026-82617

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULTREGEXNAMEFINDER.EMAIL and DEFAULTREGEXNAMEFINDER.URL - contain ambiguous nested quantifiers. An application that obtains these finders through RegexNameFinderFactory.getDefaultRegexNameFinders...

10CVSS0.00345EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 5:50 p.m.34 views

CVE-2026-82617 Apache OpenNLP, Apache OpenNLP: ReDoS / stack exhaustion in RegexNameFinderFactory built-in EMAIL and URL patterns

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULTREGEXNAMEFINDER.EMAIL and DEFAULTREGEXNAMEFINDER.URL - contain ambiguous nested quantifiers. An application that obtains these finders through RegexNameFinderFactory.getDefaultRegexNameFinders...

10CVSS0.00345EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/09/11 5:50 p.m.10 views

CVE-2026-82617

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULTREGEXNAMEFINDER.EMAIL and DEFAULTREGEXNAMEFINDER.URL - contain ambiguous nested quantifiers. An application that obtains these finders through RegexNameFinderFactory.getDefaultRegexNameFinders...

10CVSS0.00345EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 5:50 p.m.10 views

EUVD-2026-76169

The two built-in name-finder patterns exposed by opennlp.tools.namefind.RegexNameFinderFactory - DEFAULTREGEXNAMEFINDER.EMAIL and DEFAULTREGEXNAMEFINDER.URL - contain ambiguous nested quantifiers. An application that obtains these finders through RegexNameFinderFactory.getDefaultRegexNameFinders...

10CVSS0.00345EPSS
SaveExploits0References1
Rows per page
Query Builder