Lucene search
+L

74 matches found

RedhatCVE
RedhatCVE
added 2026/08/27 1:38 p.m.7 views

CVE-2026-80206

A flaw was found in NLTK, specifically within its tgrep module. This vulnerability, known as Regular Expression Denial of Service ReDoS, allows a remote attacker to provide specially crafted regular expressions. When processed, these expressions can cause indefinite CPU saturation, leading to a...

8.2CVSS5.7AI score0.0025EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2026/08/27 1:37 p.m.7 views

CVE-2026-80205

A flaw was found in NLTK. A remote attacker can exploit a regular expression denial of service ReDoS vulnerability in the Text.findall and TokenSearcher.findall methods. These methods accept user-supplied regular expressions without validation, allowing an attacker to provide crafted patterns tha...

8.7CVSS6AI score0.00379EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/08/27 7:11 a.m.6 views

CVE-2026-6042-PoC

CVE-2026-6042: DoS da Complessità Algoritmica in iconv di musl libc I cicli di salto dei gap nel decodificatore GB18030 a 4 byte di iconv in musl consentono a un piccolo input appositamente costruito di consumare una quantità sproporzionata di tempo CPU. Un payload dannoso di 40 KB può bloccare u...

4.8CVSS4.2AI score0.00236EPSS
SaveExploits1
NVD
NVD
added 2026/08/26 11:16 a.m.9 views

CVE-2026-80206

NLTK before 3.10.3 contains a regular expression denial of service ReDoS vulnerability in the tgrep module. The tgrepnodeaction function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or...

8.2CVSS0.0025EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/26 11:16 a.m.8 views

CVE-2026-80205

NLTK versions before 3.10.0 contain a regular expression denial of service vulnerability in Text.findall and TokenSearcher.findall methods that accept user-supplied regular expressions without validation or timeout. Attackers can supply crafted regex patterns that cause catastrophic backtracking,...

8.7CVSS0.00379EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/08/26 10:28 a.m.41 views

CVE-2026-80206 NLTK 3.10.2 Regular Expression Denial of Service via tgrep

NLTK before 3.10.3 contains a regular expression denial of service ReDoS vulnerability in the tgrep module. The tgrepnodeaction function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or...

8.2CVSS0.0025EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/26 10:28 a.m.20 views

CVE-2026-80206

NLTK (a Python natural language processing library) versions before 3.10.3 contain a ReDoS vulnerability in the tgrep module. The _tgrep_node_action function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels witho...

8.2CVSS5.4AI score0.0025EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/08/26 10:28 a.m.4 views

CVE-2026-80206 NLTK 3.10.2 Regular Expression Denial of Service via tgrep

NLTK before 3.10.3 contains a regular expression denial of service ReDoS vulnerability in the tgrep module. The tgrepnodeaction function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or...

8.2CVSS5.6AI score
SaveExploits0References4
OSV
OSV
added 2026/08/26 10:28 a.m.6 views

CVE-2026-80205 NLTK before 3.10.0 ReDoS via Text.findall() unvalidated regex

NLTK versions before 3.10.0 contain a regular expression denial of service vulnerability in Text.findall and TokenSearcher.findall methods that accept user-supplied regular expressions without validation or timeout. Attackers can supply crafted regex patterns that cause catastrophic backtracking,...

8.7CVSS5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 10:28 a.m.7 views

EUVD-2026-66396

NLTK versions before 3.10.0 contain a regular expression denial of service vulnerability in Text.findall and TokenSearcher.findall methods that accept user-supplied regular expressions without validation or timeout. Attackers can supply crafted regex patterns that cause catastrophic backtracking,...

8.7CVSS5.3AI score0.00379EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80205

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NLTK versions before 3.10.0 contain a regular expression denial of service vulnerability in Text.findall and TokenSearcher.findall methods that accept...

8.7CVSS5.9AI score0.00379EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80206

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NLTK before 3.10.3 contains a regular expression denial of service ReDoS vulnerability in the tgrep module. The tgrepnodeaction function compiles user-supplied...

8.2CVSS5.9AI score0.0025EPSS
SaveExploits1References3
NVD
NVD
added 2026/08/25 7:16 p.m.12 views

CVE-2026-55620

emlparser serves as a python module for parsing eml files and returning various information found in the e-mail as well as computed information. Prior to 3.0.2, emlparser.routing.noparenthesis in emlparser/routing.py removes parenthesized CFWS comments from Received: headers with a regex-based...

7.5CVSS0.00366EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/25 6:26 p.m.20 views

CVE-2026-55620

eml_parser is a Python module for parsing EML files. Prior to 3.0.2 , the eml_parser.routing.noparenthesis function in eml_parser/routing.py removes parenthesized CFWS comments from Received: headers using a regex-based fix-point loop with quadratic running time in nesting depth. A single Receive...

7.5CVSS5.4AI score0.00366EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/03 5:54 a.m.8 views

Inefficient Algorithmic Complexity

Overview Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in the IETFUtils.valueToString method, reached through X500Name.toString, equals, and hashCode via AbstractX500NameStyle, which escapes each special character with vBuf.insertindex, "\" on the same...

8.7CVSS5.8AI score0.00348EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/13 4:17 a.m.15 views

CVE-2026-8202

Using a densely populated chars mask and a large input string in the MongoDB aggregation operators $trim, $ltrim, and $rtrim, an authenticated user with aggregation permissions can pin CPU utilization at 100% for an extended period of time. This issue impacts MongoDB Server v7.0 versions prior to...

6.5CVSS0.00263EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2023-12908

Malicious code in bioql PyPI...

4.3CVSS4.7AI score0.84438EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2022-42788

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.01247EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-3411

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A lack of length validation in GitLab CE/EE affecting all versions from 12.4 before 15.6.7, 15.7 before 15.7.6, and 15.8 before 15.8.1 allows an authenticated...

6.5CVSS6.4AI score0.01247EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/22 11:03 p.m.12 views

CVE-2022-3411

A lack of length validation in GitLab CE/EE affecting all versions from 12.4 before 15.6.7, 15.7 before 15.7.6, and 15.8 before 15.8.1 allows an authenticated attacker to create a large Issue description via GraphQL which, when repeatedly requested, saturates CPU usage...

6.5CVSS6.2AI score0.01247EPSS
SaveExploits0References1
Rows per page
Query Builder