Lucene search
+L

8808 matches found

Github Security Blog
Github Security Blog
added 2024/09/18 3:52 p.m.53 views

find-my-way has a ReDoS vulnerability in multiparametric routes

Impact A bad regular expression is generated any time you have two parameters within a single segment, when adding a - at the end, like /:a-:b-. Patches Update to find-my-way v8.2.2 or v9.0.1. or subsequent versions. Workarounds No known workarounds. References - CVE-2024-45296 - Detailed blog po...

5.3CVSS6.5AI score0.00674EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/09/18 5:31 a.m.41 views

CVE-2024-6641 WP Hardening – Fix Your WordPress Security <= 1.2.6 - Unauthenticated Security Feature Bypass to Username Enumeration

The WP Hardening – Fix Your WordPress Security plugin for WordPress is vulnerable to Security Feature Bypass in all versions up to, and including, 1.2.6. This is due to use of an incorrect regular expression within the "Stop User Enumeration" feature. This makes it possible for unauthenticated...

5.3CVSS0.00381EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 5:31 a.m.70 views

CVE-2024-6641

The CVE describes a vulnerability in the WordPress plugin WP Hardening – Fix Your WordPress Security, affecting all versions up to 1.2.6. Root cause: an incorrect regular expression in the Stop User Enumeration feature, enabling unauthenticated attackers to bypass security checks and reveal site ...

5.3CVSS5.7AI score0.00381EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2024/09/18 12:00 a.m.10 views

find-my-way 安全漏洞

find-my-way is an NPM codebase from the Delvedor team that provides routing functionality. A security vulnerability exists in find-my-way, which stems from the fact that whenever there are two parameters in a single segment, an incorrect regular expression is generated, which may result in a deni...

5.3CVSS8.4AI score0.00674EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/16 12:04 p.m.45 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
NVD
NVD
added 2024/09/16 6:15 a.m.22 views

CVE-2024-8780

OMFLOW from The SYSCOM Group does not properly restrict the query range of its data query functionality, allowing remote attackers with regular privileges to obtain accounts and password hashes of other users...

6.5CVSS0.00436EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/09/16 12:00 a.m.7 views

SYSCOM OMFLOW 信息泄露漏洞

SYSCOM OMFLOW is an information maintenance management system from SYSCOM China. An information disclosure vulnerability exists in SYSCOM OMFLOW versions 1.1.6.0 through 1.2.1.2, which stems from not properly limiting the query scope of its data query function, allowing a remote attacker with...

6.5CVSS6.4AI score0.00436EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/09/15 12:00 a.m.8 views

PT-2024-39245 · Syscom · Omflow

Name of the Vulnerable Software and Affected Versions: OMFLOW from The SYSCOM Group affected versions not specified Description: The issue allows remote attackers with regular privileges to update system settings or create accounts with administrator privileges, thereby gaining control of the...

8.8CVSS7.2AI score0.00544EPSS
SaveExploits0References15
IBM Security Bulletins
IBM Security Bulletins
added 2024/09/13 7:30 a.m.26 views

Security Bulletin: IBM Maximo Application Suite uses micromatch-4.0.5.tgz which is vulnerable to CVE-2024-4067.

Summary IBM Maximo Application Suite uses micromatch-4.0.5.tgz which is vulnerable to CVE-2024-4067. This bulletin contains information regarding the vulnerability and its fixture. Vulnerability Details CVEID:CVE-2024-4067 DESCRIPTION: Node.js micromatch module is vulnerable to a denial of servic...

5.3CVSS6.2AI score0.01429EPSS
SaveExploits1Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/12 4:56 p.m.18 views

CVE-2024-8124 Inefficient Regular Expression Complexity in GitLab

An issue was discovered in GitLab CE/EE affecting all versions starting from 16.4 prior to 17.1.7, starting from 17.2 prior to 17.2.5, starting from 17.3 prior to 17.3.2 which could cause Denial of Service via sending a specific POST request...

7.5CVSS7.2AI score0.39982EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/09/11 12:00 a.m.5 views

PT-2024-7877 · Gitlab · Gitlab Ce/Ee +1

Name of the Vulnerable Software and Affected Versions: GitLab CE/EE versions 16.4 through 17.1.7 GitLab CE/EE versions 17.2 through 17.2.5 GitLab CE/EE versions 17.3 through 17.3.2 Description: The issue is related to the use of a regular expression with inefficient computational complexity in...

7.8CVSS7.1AI score0.39982EPSS
SaveExploits0References26
Microsoft CVE
Microsoft CVE
added 2024/09/11 12:00 a.m.6 views

CVE-2021-42836

...

7.5CVSS7.6AI score0.02415EPSS
SaveExploits1
Veracode
Veracode
added 2024/09/10 6:07 a.m.11 views

Denial Of Service (DoS)

path-to-regexp is vulnerable to Denial Of Service DoS. The vulnerability is due to the generation of inefficient regular expressions when path strings contain two parameters within a single segment separated by a non-period character, allowing an attacker to cause high CPU usage and potentially...

7.5CVSS7.5AI score0.00932EPSS
SaveExploits0References5Affected Software2
RedhatCVE
RedhatCVE
added 2024/09/10 4:13 a.m.25 views

CVE-2024-45296

A flaw was found in path-to-regexp package, where it turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single-threaded and regex matching runs on the main thread, po...

5.3CVSS7.2AI score0.00932EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/09 8:19 p.m.152 views

GHSA-9WV6-86V2-598J path-to-regexp outputs backtracking regular expressions

Impact A bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period .. For example, /:a-:b. Patches For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0. These versions add backtrack protection...

8.7CVSS6.2AI score0.00932EPSS
SaveExploits0References10
NVD
NVD
added 2024/09/09 7:15 p.m.34 views

CVE-2024-45296

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event...

7.5CVSS0.00932EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/09 7:07 p.m.101 views

CVE-2024-45296 path-to-regexp outputs backtracking regular expressions

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event...

7.5CVSS7.5AI score0.00932EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/09 7:07 p.m.65 views

CVE-2024-45296 path-to-regexp outputs backtracking regular expressions

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event...

7.5CVSS0.00932EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/09 7:07 p.m.34 views

CVE-2024-45296 path-to-regexp outputs backtracking regular expressions

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event...

7.5CVSS6.9AI score0.00496EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/09/09 7:07 p.m.34 views

CVE-2024-45296

path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event...

7.5CVSS6.3AI score0.00932EPSS
SaveExploits0
Rows per page
Query Builder