Lucene search
+L

99 matches found

Kitploit
Kitploit
added 2026/09/11 4:33 p.m.6 views

sig_finder

SigFinder 允许在给定缓冲区中查找带有通配符的二进制签名。通配符由 ? 定义,可用于屏蔽一个半字节。有效签名示例: 23 56 12 68 55 0? 34 12 40 ?? 4? 8? e? 签名列表可以以 SIG 格式的文件形式提供: root@kitploit: 示例: root@kitploit: ASProtect v1.1 MTEc 9 90 60 E8 1B ?? ?? ?? E9 FC 另请参阅:SIG.txt...

6AI score
SaveExploits0References1
EUVD
EUVD
added 2026/09/10 9:23 p.m.6 views

EUVD-2026-75176

Open WebUI: Sign-in as another user via wildcard characters in the OAuth subject claim on SQLite...

8.1CVSS0.00334EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 11:38 a.m.7 views

CVE-2026-8023

CVE-2026-8023 — Zephyr HTTP static-fs 路径遍历(PoC) Zephyr HTTP 服务器 static-fs 处理器(subsys/net/lib/http)中的未认证路径遍历漏洞,当通配符资源匹配(CONFIGHTTPSERVERRESOURCEWILDCARD=y)与 HTTPRESOURCETYPESTATICFS 一起使用时触发。同时影响 HTTP/1.1 和 HTTP/2。 GHSA: GHSA-hch3-53g6-jj3h 受影响版本:= 4.0.0, = 4.4.0, 4.4.2...

7.5CVSS5.9AI score0.0087EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/09/01 10:32 a.m.8 views

CVE-2026-55520

A flaw was found in Protego, a pure-Python robots.txt parser. A remote attacker could exploit this vulnerability by providing a crafted robots.txt file containing numerous asterisks in Allow or Disallow directives. This causes exponential backtracking during URL wildcard matching, leading to a...

7.1CVSS5.8AI score0.00369EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:43 p.m.11 views

GHSA-WJMF-P669-5M5P Protego has exponential backtracking ReDoS in robots.txt URL wildcard matching

Problem description Protego constructs regular expressions to match URLs against robots.txt Allow: and Disallow: directives, see protego.urlpattern.URLPattern.preparepatternforregex. Every in the directive value is translated into a lazy .? regex piece, thus a specially crafted directive value wi...

7.1CVSS5.8AI score0.00369EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/28 6:43 p.m.15 views

Protego has exponential backtracking ReDoS in robots.txt URL wildcard matching

Problem description Protego constructs regular expressions to match URLs against robots.txt Allow: and Disallow: directives, see protego.urlpattern.URLPattern.preparepatternforregex. Every in the directive value is translated into a lazy .? regex piece, thus a specially crafted directive value wi...

7.1CVSS5.8AI score0.00369EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/28 6:42 p.m.45 views

CVE-2026-55520 Protego: Exponential backtracking ReDoS in robots.txt URL wildcard matching

Protego is a pure-Python robots.txt parser with support for modern conventions. Prior to 0.6.2, protego.urlpattern.URLPattern.preparepatternforregex translates every asterisk in an Allow or Disallow directive into a lazy regular-expression wildcard, so a directive containing many asterisks create...

7.1CVSS0.00369EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:42 p.m.10 views

EUVD-2026-67865

Protego is a pure-Python robots.txt parser with support for modern conventions. Prior to 0.6.2, protego.urlpattern.URLPattern.preparepatternforregex translates every asterisk in an Allow or Disallow directive into a lazy regular-expression wildcard, so a directive containing many asterisks create...

7.1CVSS5.9AI score0.00369EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/20 5:41 p.m.31 views

CVE-2026-73253 Mongoose: TLS Hostname Verification Bypass via Overly Permissive Wildcard Matching

Mongoose is an embedded web server and network library. Prior to version 7.22, an on-path network attacker with a wildcard certificate for a parent domain can impersonate deeper subdomains to a client using the built-in TLS stack. The mgtlsverifycertsan and mgtlsverifycertcn functions in...

9.1CVSS0.00212EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:41 p.m.22 views

CVE-2026-73253 Mongoose: TLS Hostname Verification Bypass via Overly Permissive Wildcard Matching

Mongoose is an embedded web server and network library. Prior to version 7.22, an on-path network attacker with a wildcard certificate for a parent domain can impersonate deeper subdomains to a client using the built-in TLS stack. The mgtlsverifycertsan and mgtlsverifycertcn functions in...

9.1CVSS5.2AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.21 views

Elasticsearch 8.x < 8.19.20 / 9.0.x < 9.4.5 Multiple Vulnerabilities (ESA-2026-76 / ESA-2026-77 / ESA-2026-118 / ESA-2026-119 / ESA-2026-133)

The version of Elasticsearch installed on the remote host is 8.x prior to 8.19.20, or 9.0.x prior to 9.4.5. It is, therefore, affected by multiple vulnerabilities as referenced in the ESA-2026-76, ESA-2026-77, ESA-2026-118, ESA-2026-119, and ESA-2026-133 advisories. - Uncontrolled Recursion CWE-6...

6.5CVSS6AI score0.00301EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/19 8:39 a.m.9 views

BIT-ELASTICSEARCH-2026-72636 Uncontrolled Recursion in Elasticsearch Wildcard Matching Leading to Denial of Service

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS5.6AI score0.00301EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/13 8:17 p.m.13 views

CVE-2026-72636

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS0.00301EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/13 7:14 p.m.11 views

CVE-2026-72636

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS5.4AI score0.00301EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/13 7:14 p.m.43 views

CVE-2026-72636 Uncontrolled Recursion in Elasticsearch Wildcard Matching Leading to Denial of Service

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS0.00301EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/13 7:14 p.m.10 views

EUVD-2026-58222

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS5.4AI score0.00301EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/13 7:14 p.m.42 views

CVE-2026-72636

CVE-2026-72636 describes an uncontrolled recursion in Elasticsearch’s wildcard matching helper (CWE-674), causing Denial of Service via stack exhaustion. Affected software includes Elasticsearch versions 8.0.0 through 8.19.19 and 9.0.0 through 9.4.4, where recursive wildcard Pattern matching coul...

6.5CVSS5.4AI score0.00301EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2026/08/13 7:14 p.m.4 views

CVE-2026-72636 Uncontrolled Recursion in Elasticsearch Wildcard Matching Leading to Denial of Service

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS5.9AI score
SaveExploits0References3
NVD
NVD
added 2026/08/13 6:18 p.m.16 views

CVE-2026-73563

Backstage is an open framework for building developer portals. Prior to 0.29.2, the experimental dynamic client registration and client ID metadata document features in the @backstage/plugin-auth-backend use full-string matcher.isMatch glob matching for...

4.7CVSS0.00201EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.6 views

PT-2026-71755

Uncontrolled Recursion CWE-674 in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation CAPEC-130. The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of mat...

6.5CVSS5.4AI score0.00301EPSS
SaveExploits0References2
Rows per page
Query Builder