Lucene search
+L

4057 matches found

Debian CVE
Debian CVE
•added 2026/09/22 2:53 p.m.•8 views

CVE-2026-89407

NumberInput.looksLikeValidNumber in FasterXML jackson-core pre-validates "stringified numbers" with two regular expressions: PATTERNFLOAT +-?0-9.?0-9+eE+-?0-9+?, present since 2.17.0, and PATTERNFLOATTRAILINGDOT, added in 2.17.2. PATTERNFLOAT places adjacent quantifiers over the same character...

7.5CVSS5.9AI score0.0063EPSS
SaveExploits0
CVE
CVE
•added 2026/09/22 2:53 p.m.•19 views

CVE-2026-89407

FasterXML jackson-core (versions 2.17.0+) is vulnerable to a ReDoS (Regular Expression Denial of Service) in NumberInput.looksLikeValidNumber(). The PATTERN_FLOAT regex uses adjacent quantifiers over the same character class, causing quadratic backtracking when an input ultimately fails to match....

7.5CVSS5.9AI score0.0063EPSS
SaveExploits0References4
OSV
OSV
•added 2026/09/22 2:53 p.m.•8 views

CVE-2026-89407 jackson-core: quadratic backtracking in NumberInput.PATTERN_FLOAT via looksLikeValidNumber() enables ReDoS

NumberInput.looksLikeValidNumber in FasterXML jackson-core pre-validates "stringified numbers" with two regular expressions: PATTERNFLOAT +-?0-9.?0-9+eE+-?0-9+?, present since 2.17.0, and PATTERNFLOATTRAILINGDOT, added in 2.17.2. PATTERNFLOAT places adjacent quantifiers over the same character...

7.5CVSS5.9AI score
SaveExploits0References8
OSV
OSV
•added 2026/09/22 2:47 p.m.•5 views

GHSA-JX63-H26R-8CPH Sync-in Server has a ReDoS via Unsanitized Regex in Sync Diff `pathFilters`

Affected component: Sync-in Server v2.3.0, POST /api/app/sync/operation/diff/:id, vulnerable implementation of pathFilters in backend/src/applications/sync/dtos/sync-operations.dto.ts. Summary In the vulnerable version, the sync diff endpoint accepted a user-controlled regex pattern through...

6.5CVSS5.8AI score0.00348EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/09/22 2:47 p.m.•6 views

Sync-in Server has a ReDoS via Unsanitized Regex in Sync Diff `pathFilters`

Affected component: Sync-in Server v2.3.0, POST /api/app/sync/operation/diff/:id, vulnerable implementation of pathFilters in backend/src/applications/sync/dtos/sync-operations.dto.ts. Summary In the vulnerable version, the sync diff endpoint accepted a user-controlled regex pattern through...

6.5CVSS5.8AI score0.00348EPSS
SaveExploits0References6Affected Software1
Kitploit
Kitploit
•added 2026/09/22 1:58 p.m.•13 views

axios-redos

Axios Regular Expression Denial Of Service Attack This repo hold a POC of CVE-2021-3749. Overview A ReDoS regular expression denial of service flaw was found in the axios package. An attacker that is able to provide crafted input to the trim function may cause an application to consume an excessi...

7.8CVSS7.4AI score0.08515EPSS
SaveExploits2References1
OSV
OSV
•added 2026/09/22 10:46 a.m.•19 views

BIT-PYTHON-MIN-2024-6232 Regular-expression DoS when parsing TarFile headers

There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives...

7.5CVSS7.8AI score0.02203EPSS
SaveExploits2References14
OSV
OSV
•added 2026/09/22 10:46 a.m.•48 views

BIT-PYTHON-2024-6232 Regular-expression DoS when parsing TarFile headers

There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives...

7.5CVSS7.8AI score0.02203EPSS
SaveExploits2References14
IBM Security Bulletins
IBM Security Bulletins
•added 2026/09/22 9:43 a.m.•4 views

Security Bulletin: Multiple vulnerabilities that affects IBM Db2 Genius Hub

Summary The following dependency packages are being used by IBM Db2 Genius Hub - node-fetch-3.1.1.tgz, Jinja2-3.0.3-py3-none-any.whl, dompurify-3.4.11.tgz, react-router-6.30.4.tgz, react-router-dom-6.30.4.tgz, brace-expansion-5.0.8.tgz, browserslist-4.26.2.tgz, baseline-browser-mapping-2.10.38.tg...

8.7CVSS7AI score0.01154EPSS
SaveExploits0Affected Software2
Tenable Nessus
Tenable Nessus
•added 2026/09/22 12:00 a.m.•6 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: ruby (UTSA-2023-002143)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2023-002143 advisory. A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase ...

5.3CVSS6.7AI score0.02637EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/21 8:28 p.m.•11 views

CVE-2026-58270

Sync-in Server , an open-source platform for file storage, sharing, and syncing, is vulnerable to a ReDoS (Regular Expression Denial of Service) in the sync diff pathFilters parameter prior to version 2.4.0 . The endpoint compiles a user-supplied string directly into a RegExp without complexity v...

6.5CVSS5.7AI score0.00348EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/21 8:28 p.m.•5 views

CVE-2026-58270 Sync-in Server has a ReDoS via Unsanitized Regex in Sync Diff `pathFilters`

Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, the sync diff endpoint compiles a user-supplied string into a RegExp with no complexity validation. A catastrophic-backtracking pattern e.g. ^a++b blocks the Node.js event loop...

6.5CVSS5.7AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/21 8:28 p.m.•37 views

CVE-2026-58270 Sync-in Server has a ReDoS via Unsanitized Regex in Sync Diff `pathFilters`

Sync-in Server is an open-source platform for file storage, sharing, collaboration, and syncing. Prior to version 2.4.0, the sync diff endpoint compiles a user-supplied string into a RegExp with no complexity validation. A catastrophic-backtracking pattern e.g. ^a++b blocks the Node.js event loop...

6.5CVSS0.00348EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
•added 2026/09/21 4:28 p.m.•6 views

Security Bulletin: Impacted IBM Optim 1.0.0, 1.1.0, 1.2.0 by vulnerabilities in the packages picomatch-2.3.1.tgz.

Summary Impacted IBM Optim 1.0.0, 1.1.0, 1.2.0 by vulnerabilities in the packages picomatch-2.3.1.tgz. IBM Optim 2.0.0 resolves these vulnerabilities by upgrading the affected open-source dependencies to fixed versions. Vulnerability Details CVEID:CVE-2026-33671 DESCRIPTION: Picomatch is a glob...

7.5CVSS6.5AI score0.00507EPSS
SaveExploits0Affected Software3
Kitploit
Kitploit
•added 2026/09/21 4:23 p.m.•8 views

CVE-2023-32309

CVE-2023-32309...

7.5CVSS5.3AI score0.01658EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/21 2:40 p.m.•10 views

CVE-2020-5236

Waitress 1.4.2 ReDoS - CVE-2020-5236 Waitress version 1.4.2 allows a DOS attack When waitress receives a header that contains invalid characters. When a header like "Bad-header: xxxxxxxxxxxxxxx\x10" is received, it will cause the regular expression engine to catastrophically backtrack causing the...

6.8CVSS7AI score0.02363EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/21 8:32 a.m.•7 views

CVE-2023-4220

CVE-2023-4220...

8.1CVSS7AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
•added 2026/09/21 5:05 a.m.•8 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.6AI score0.01513EPSS
SaveExploits1References2
Kitploit
Kitploit
•added 2026/09/20 12:34 p.m.•9 views

CVE-2023-27704

CVE-2023-27704 CVE-2023-27704 Void Tools Everything lower than v1.4.1.1022 was discovered to contain a Regular Expression Denial of Service ReDoS fix at Everything 1.5 alpha Suggested description Void Tools Everything lower than v1.4.1.1022 was discovered to contain a Regular Expression Denial of...

5.5CVSS6.2AI score0.0037EPSS
SaveExploits0
Kitploit
Kitploit
•added 2026/09/19 3:56 p.m.•10 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
Rows per page
Query Builder