Lucene search
+L

40 matches found

Cvelist
Cvelist
added 2025/07/07 9:54 a.m.14 views

CVE-2025-3262 Regular Expression Denial of Service (ReDoS) in huggingface/transformers

A Regular Expression Denial of Service ReDoS vulnerability was discovered in the huggingface/transformers repository, specifically in version 4.49.0. The vulnerability is due to inefficient regular expression complexity in the SETTINGRE variable within the transformers/commands/chat.py file. The...

5.3CVSS0.0043EPSS
SaveExploits1References2
OSV
OSV
added 2025/07/07 9:54 a.m.9 views

CVE-2025-3262 Regular Expression Denial of Service (ReDoS) in huggingface/transformers

A Regular Expression Denial of Service ReDoS vulnerability was discovered in the huggingface/transformers repository, specifically in version 4.49.0. The vulnerability is due to inefficient regular expression complexity in the SETTINGRE variable within the transformers/commands/chat.py file. The...

5.3CVSS6.4AI score0.0043EPSS
SaveExploits1References4
Veracode
Veracode
added 2025/05/22 9:26 a.m.9 views

Regular Expression Denial Of Service (ReDoS)

Transformers is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability is due to inefficient regular expression processing due to nested quantifiers in the preprocessstring function of transformers.testingutils, which can cause exponential backtracking and high CPU usage when...

7.5CVSS6.6AI score0.00507EPSS
SaveExploits1References6Affected Software1
Huntr
Huntr
added 2025/03/07 7:49 p.m.9 views

Regular expression Denial of Service - ReDoS

Description The regex defined in the variable SETTINGRE contains repetition groups and non-optimized quantifiers, which can lead to exponential backtracking when receiving "almost matching" payloads. This may degrade the application's performance or even cause a denial-of-service DoS when...

7.5CVSS7.2AI score0.0043EPSS
SaveExploits1
Huntr
Huntr
added 2025/02/11 11:22 a.m.11 views

Regular expression Denial of Service - ReDoS

Description The preprocessstring function in the transformers.testingutils module uses a regular expression to process code blocks in docstrings. This regular expression has the following structure: codeblockpattern = r"?:python|py\s\n\s ?:.?\n?.?" The segment ?:.?\n?.? contains nested quantifier...

7.5CVSS7.4AI score0.00507EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2021/12/07 10:1 p.m.25 views

ReDos vulnerability on guest checkout email validation

Impact Denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential backtracking through a fragment like a.a.. Before the patch, it can be reproduced in the console like this: ruby irbmain...

7.5CVSS7.5AI score0.01403EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/12/07 6:15 p.m.19 views

CVE-2021-43805

Solidus is a free, open-source ecommerce platform built on Rails. Versions of Solidus prior to 3.1.4, 3.0.4, and 2.11.13 have a denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential...

7.5CVSS7AI score
SaveExploits0References2
Prion
Prion
added 2021/12/07 6:15 p.m.19 views

Design/Logic Flaw

Solidus is a free, open-source ecommerce platform built on Rails. Versions of Solidus prior to 3.1.4, 3.0.4, and 2.11.13 have a denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential...

5CVSS7.6AI score0.01403EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/09/20 5:15 p.m.25 views

Design/Logic Flaw

sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. On...

5CVSS7.8AI score0.02295EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2021/09/20 5:15 p.m.25 views

CVE-2021-32839

sqlparse is a non-validating SQL parser module for Python. In sqlparse versions 0.4.0 and 0.4.1 there is a regular Expression Denial of Service in sqlparse vulnerability. The regular expression may cause exponential backtracking on strings containing many repetitions of '\r\n' in SQL comments. On...

7.5CVSS7AI score0.02295EPSS
SaveExploits0References3
nodejs
nodejs
added 2021/05/04 3:47 a.m.53 views

Regular Expression Denial of Service

Overview In redis before version 3.1.1, when a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service. Patches The problem was fixed in commit 2d11b6d and was released in...

5CVSS5.7AI score0.01674EPSS
SaveExploits0Affected Software1
Vaadin
Vaadin
added 2021/04/30 12:0 a.m.45 views

Regular expression Denial of Service (ReDoS) in EmailValidator class in V7 compatibility module in Vaadin 8

Unsafe validation RegEx in EmailValidator component in com.vaadin:vaadin-compatibility-server versions 8.0.0 through 8.12.4 Vaadin versions 8.0.0 through 8.12.4 allows attackers to cause uncontrolled resource consumption by submitting malicious email addresses. See CWE-400: Uncontrolled Resource...

7.5CVSS0.6AI score0.01672EPSS
SaveExploits0References2Affected Software2
Veracode
Veracode
added 2021/04/26 9:56 a.m.25 views

Regular Expression Denial Of Service (ReDoS)

redis is vulnerable to regular expression denial of service. The vulnerability exists due to exponential backtracking on some strings when a client is in monitoring mode...

7.5CVSS3.6AI score0.01674EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2021/04/23 6:15 p.m.25 views

CVE-2021-29469

Node-redis is a Node.js Redis client. Before version 3.1.1, when a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some strings. This issue could lead to a denial of service. The issue is patched in version 3.1.1...

7.5CVSS7.2AI score
SaveExploits0References4
Vaadin
Vaadin
added 2021/03/11 12:0 a.m.43 views

Regular expression denial of service (ReDoS) in EmailField component in Vaadin 14 and 15-17

Unsafe validation RegEx in EmailField component in com.vaadin:vaadin-text-field-flow versions 2.0.4 through 2.3.2 Vaadin 14.0.6 through 14.4.3, and 3.0.0 through 4.0.2 Vaadin 15.0.0 through 17.0.10 allows attackers to cause uncontrolled resource consumption by submitting malicious email addresses...

7.5CVSS0.6AI score0.01127EPSS
SaveExploits0References2Affected Software2
CNVD
CNVD
added 2020/10/19 12:0 a.m.4 views

GitLab Denial of Service Vulnerability (CNVD-2020-63396)

GitLab is a Ruby on Rails-developed, self-hosted, Git version control system project repository application from the American company GitLab. The program can be used to access a project's file contents, commit history, bug lists, and more. A security vulnerability exists in GitLab versions 13.1,...

4.3CVSS6.8AI score0.02112EPSS
SaveExploits1References1
Vaadin
Vaadin
added 2020/10/08 12:0 a.m.61 views

Regular expression denial of service (ReDoS) in EmailValidator class in Vaadin 7

Unsafe validation RegEx in EmailValidator class in com.vaadin:vaadin-server versions 7.0.0 through 7.7.21 Vaadin 7.0.0 through 7.7.21 allows attackers to cause uncontrolled resource consumption by submitting malicious email addresses. See CWE-400: Uncontrolled Resource Consumption Description...

7.5CVSS0.5AI score0.01956EPSS
SaveExploits1References3Affected Software2
OSV
OSV
added 2019/09/18 12:15 p.m.20 views

CVE-2019-16215

The Markdown parser in Zulip server before 2.0.5 used a regular expression vulnerable to exponential backtracking. A user who is logged into the server could send a crafted message causing the server to spend an effectively arbitrary amount of CPU time and stall the processing of future messages...

6.5CVSS6.8AI score
SaveExploits0References2
Prion
Prion
added 2019/09/18 12:15 p.m.19 views

Code injection

The Markdown parser in Zulip server before 2.0.5 used a regular expression vulnerable to exponential backtracking. A user who is logged into the server could send a crafted message causing the server to spend an effectively arbitrary amount of CPU time and stall the processing of future messages...

4CVSS6.4AI score0.01249EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/09/18 11:7 a.m.30 views

CVE-2019-16215

The Markdown parser in Zulip server before 2.0.5 used a regular expression vulnerable to exponential backtracking. A user who is logged into the server could send a crafted message causing the server to spend an effectively arbitrary amount of CPU time and stall the processing of future messages...

6.4AI score0.01249EPSS
SaveExploits0References2
Rows per page
Query Builder