Lucene search
+L

60 matches found

RedhatCVE
RedhatCVE
added 2026/09/01 10:32 a.m.5 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
Github Security Blog
Github Security Blog
added 2026/08/28 6:43 p.m.11 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.38 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
CVE
CVE
added 2026/08/28 6:42 p.m.20 views

CVE-2026-55520

Protego is a pure-Python robots.txt parser. Prior to 0.6.2 , the _URLPattern._prepare_pattern_for_regex method in src/protego/_urlpattern.py translates every asterisk in an Allow or Disallow directive into a lazy regex wildcard. A directive containing many asterisks triggers exponential backtrack...

7.1CVSS5.9AI score0.00369EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/28 6:42 p.m.8 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
OSV
OSV
added 2026/08/28 6:42 p.m.9 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.1CVSS5.9AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/28 12:00 a.m.8 views

CVE-2026-33607

An attacker that has valid credentials can use IMAP LIST command to consume CPU. This can cause degradation or denial of service for IMAP. Monitor system for abnormal CPU usage and kill the offending process and lock account. Alternatively install fixed version. No publicly available exploits are...

4.3CVSS7.1AI score0.0029EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/28 12:00 a.m.3 views

UBUNTU-CVE-2026-33607

An attacker that has valid credentials can use IMAP LIST command to consume CPU. This can cause degradation or denial of service for IMAP. Monitor system for abnormal CPU usage and kill the offending process and lock account. Alternatively install fixed version. No publicly available exploits are...

4.3CVSS7.1AI score0.0029EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 3:16 p.m.5 views

CVE-2026-79770 Nokogiri before 1.19.3 ReDoS via CSS selector tokenizer

Nokogiri versions before 1.19.3 contain regular expression denial of service vulnerabilities in the CSS selector tokenizer affecting string-literal and identifier tokenization. Attackers can inject adversarial CSS selectors into methods like Nodecss, Nodeatcss, and Searchablesearch to cause...

8.7CVSS5.5AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/25 3:16 p.m.7 views

CVE-2026-79770

Nokogiri versions before 1.19.3 contain regular expression denial of service vulnerabilities in the CSS selector tokenizer affecting string-literal and identifier tokenization. Attackers can inject adversarial CSS selectors into methods like Nodecss, Nodeatcss, and Searchablesearch to cause...

8.7CVSS5.4AI score0.00278EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-72818

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The URLS regular expression in nltk/tokenize/casual.py, compiled into TweetTokenizer.WORDRE and applied by TweetTokenizer.tokenize, contains a naked-domain bran...

8.7CVSS5.5AI score0.00505EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/21 12:31 a.m.13 views

EUVD-2026-63729

The URLS regular expression in nltk/tokenize/casual.py, compiled into TweetTokenizer.WORDRE and applied by TweetTokenizer.tokenize, contains a naked-domain branch whose domain-label prefix a-z0-9+?:.-a-z0-9+ is unbounded. Input consisting of many alternating label separators can be partitioned in...

8.7CVSS5.4AI score0.00505EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/20 9:57 p.m.39 views

CVE-2026-72818

NLTK (Python NLP library) is vulnerable to catastrophic regex backtracking in nltk/tokenize/casual.py. The TweetTokenizer.WORD_RE pattern contains an unbounded naked-domain label prefix [a-z0-9]+(?:[.\-][a-z0-9]+)*. Crafted input with many alternating label separators causes the regex engine to e...

8.7CVSS5.4AI score0.00505EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/07 6:26 p.m.10 views

GHSA-GM37-52C6-37MW pymdown-extensions: exponential-backtracking ReDoS in caret, tilde, betterem, and magiclink inline processors

Summary Four inline processors in pymdown-extensions contain regular expressions with exponential backtracking. A single untrusted Markdown line under 50 bytes drives markdown.markdown into unbounded CPU on the rendering thread seconds at 45 bytes, growing exponentially with each added character...

7.5CVSS5.5AI score0.00582EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/06 8:26 p.m.95 views

CVE-2026-67422

CVE-2026-67422 affects pymdown-extensions up to version 11.0, where four inline processors—caret, tilde, betterem, and magiclink—use regex patterns whose groups can partition delimiter runs in exponentially many ways. This causes catastrophic backtracking and unbounded CPU usage when rendering a ...

7.5CVSS5.4AI score0.00582EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/06 8:26 p.m.22 views

CVE-2026-67422 pymdown-extensions: Exponential-backtracking ReDoS in caret, tilde, betterem, and magiclink inline processors

pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors caret, tilde, betterem, and magiclink use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways,...

7.5CVSS5.3AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/06 8:26 p.m.13 views

CVE-2026-67422 pymdown-extensions: Exponential-backtracking ReDoS in caret, tilde, betterem, and magiclink inline processors

pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors caret, tilde, betterem, and magiclink use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways,...

7.5CVSS5.2AI score0.00582EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-53504

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the convolution filter regular expression performs exponential backtracking on...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/31 7:17 p.m.9 views

UBUNTU-CVE-2026-53504

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the convolution filter regular expression performs exponential backtracking on crafted repeated numeric input, allowing a URL request to exhaust processing time. This issue is fixed in 7.8.0...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/31 6:57 p.m.11 views

CVE-2026-53504

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, the convolution filter regular expression performs exponential backtracking on crafted repeated numeric input, allowing a URL request to exhaust processing time. This issue is fixed in 7.8.0...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder