Lucene search
+L

4807 matches found

OSV
OSV
added 2025/02/14 9:31 a.m.12 views

GHSA-VHXF-7VQR-MRJG DOMPurify allows Cross-site Scripting (XSS)

DOMPurify before 3.2.4 has an incorrect template literal regular expression when SAFEFORTEMPLATES is set to true, sometimes leading to mutation cross-site scripting mXSS...

4.5CVSS6.7AI score0.00593EPSS
SaveExploits1References6
Snyk
Snyk
added 2025/02/14 8:52 a.m.4 views

Cross-site Scripting (XSS)

Overview org.webjars.bower:dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Cross-site Scripting XSS due to incorrect handling of template literals in regular expressions. An attacker can manipulate the output of the script by...

6.1CVSS5.3AI score0.00593EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/02/14 12:00 a.m.15 views

CVE-2025-26791

DOMPurify before 3.2.4 has an incorrect template literal regular expression, sometimes leading to mutation cross-site scripting mXSS...

4.5CVSS4.6AI score0.00593EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2025/02/14 12:00 a.m.6 views

DOMPurify 安全漏洞

DOMPurify is a DOM Document Object Model for HTML, MathML and SVG written in JavaScript by Cure53 Personal Developer. A security vulnerability exists in DOMPurify versions prior to 3.2.4, which stems from the presence of incorrect template literal regular expressions that can lead to mutant...

6.1CVSS5.9AI score0.00593EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2025/02/14 12:00 a.m.9 views

Octokit 安全漏洞

Octokit is a Ruby toolkit for the GitHub API. A security vulnerability exists in Octokit version 1.0.0 through versions prior to 9.2.1, which stems from the unrestricted nature of the regular expression matching behavior, and could lead to catastrophic backtracking when processing ad-hoc input,...

5.3CVSS6.5AI score0.00768EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/02/12 7:45 p.m.49 views

parse-duration has a Regex Denial of Service that results in event loop delay and out of memory

Summary This report finds 2 availability issues due to the regex used in the parse-duration npm package: 1. An event loop delay due to the CPU-bound operation of resolving the provided string, from a 0.5ms and up to 50ms per one operation, with a varying size from 0.01 MB and up to 4.3 MB...

7.5CVSS7AI score0.00759EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/02/12 7:45 p.m.72 views

GHSA-HCRG-FC28-FCG5 parse-duration has a Regex Denial of Service that results in event loop delay and out of memory

Summary This report finds 2 availability issues due to the regex used in the parse-duration npm package: 1. An event loop delay due to the CPU-bound operation of resolving the provided string, from a 0.5ms and up to 50ms per one operation, with a varying size from 0.01 MB and up to 4.3 MB...

7.5CVSS7.4AI score0.00759EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/12 7:23 p.m.8 views

GHSA-593F-38F6-JP5M Inefficient Regular Expression Complexity in koa

Summary Koa uses an evil regex to parse the X-Forwarded-Proto and X-Forwarded-Host HTTP headers. This can be exploited to carry out a Denial-of-Service attack. PoC Coming soon. Impact This is a Regex Denial-of-Service attack and causes memory exhaustion. The regex should be improved and empty...

9.2CVSS6.7AI score0.00825EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2025/02/12 7:23 p.m.22 views

Inefficient Regular Expression Complexity in koa

Summary Koa uses an evil regex to parse the X-Forwarded-Proto and X-Forwarded-Host HTTP headers. This can be exploited to carry out a Denial-of-Service attack. PoC Coming soon. Impact This is a Regex Denial-of-Service attack and causes memory exhaustion. The regex should be improved and empty...

9.2CVSS6.7AI score0.00825EPSS
SaveExploits1References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/02/12 7:15 p.m.5 views

CVE-2025-25205

Audiobookshelf is a self-hosted audiobook and podcast server. Starting in version 2.17.0 and prior to version 2.19.1, a flaw in the authentication bypass logic allows unauthenticated requests to match certain unanchored regex patterns in the URL. Attackers can craft URLs containing substrings lik...

8.2CVSS5.9AI score0.04662EPSS
SaveExploits2References7Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/12 6:21 p.m.21 views

CVE-2025-25283 parse-duraton vulnerable to Regex Denial of Service that results in event loop delay and out of memory

parse-duraton is software that allows users to convert a human readable duration to milliseconds. Versions prior to 2.1.3 are vulnerable to an event loop delay due to the CPU-bound operation of resolving the provided string, from a 0.5ms and up to 50ms per one operation, with a varying size from...

7.5CVSS7.4AI score0.00759EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/02/12 6:16 p.m.21 views

CVE-2025-25205 Remote Authentication-Bypass can lead to server crash or limited information disclosure due to faulty pattern matching

Audiobookshelf is a self-hosted audiobook and podcast server. Starting in version 2.17.0 and prior to version 2.19.1, a flaw in the authentication bypass logic allows unauthenticated requests to match certain unanchored regex patterns in the URL. Attackers can craft URLs containing substrings lik...

8.2CVSS8.3AI score0.04662EPSS
SaveExploits2References5
Cvelist
Cvelist
added 2025/02/12 6:16 p.m.31 views

CVE-2025-25205 Remote Authentication-Bypass can lead to server crash or limited information disclosure due to faulty pattern matching

Audiobookshelf is a self-hosted audiobook and podcast server. Starting in version 2.17.0 and prior to version 2.19.1, a flaw in the authentication bypass logic allows unauthenticated requests to match certain unanchored regex patterns in the URL. Attackers can craft URLs containing substrings lik...

8.2CVSS0.04662EPSS
SaveExploits2References5
Cvelist
Cvelist
added 2025/02/12 5:59 p.m.38 views

CVE-2025-25200 Koa has Inefficient Regular Expression Complexity

Koa is expressive middleware for Node.js using ES2017 async functions. Prior to versions 0.21.2, 1.7.1, 2.15.4, and 3.0.0-alpha.3, Koa uses an evil regex to parse the X-Forwarded-Proto and X-Forwarded-Host HTTP headers. This can be exploited to carry out a Denial-of-Service attack. Versions 0.21....

9.2CVSS0.00825EPSS
SaveExploits1References7
Vulnrichment
Vulnrichment
added 2025/02/12 5:59 p.m.15 views

CVE-2025-25200 Koa has Inefficient Regular Expression Complexity

Koa is expressive middleware for Node.js using ES2017 async functions. Prior to versions 0.21.2, 1.7.1, 2.15.4, and 3.0.0-alpha.3, Koa uses an evil regex to parse the X-Forwarded-Proto and X-Forwarded-Host HTTP headers. This can be exploited to carry out a Denial-of-Service attack. Versions 0.21....

9.2CVSS6.5AI score0.00825EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2025/02/12 12:00 a.m.9 views

Audiobookshelf 安全漏洞

Audiobookshelf is a self-hosted audiobook and podcast server open-sourced by Audiobookshelf. Audiobookshelf has a security vulnerability that stems from a flaw in the authentication bypass logic that allows unauthenticated requests to match certain unanchored regular expression patterns in URLs...

8.2CVSS7AI score0.04662EPSS
SaveExploits2References5
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:00 a.m.18 views

The vulnerability of the python-multipart streaming multi-component parser lies in the inefficient complexity of regular expressions, allowing attackers to trigger a service failure.

The vulnerability of the python-multipart streaming multi-component parser is related to insufficient input validation when processing the HTTP header “Content-Type” value using regular expressions. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

7.8CVSS6.8AI score0.0151EPSS
SaveExploits1References3Affected Software2
CNNVD
CNNVD
added 2025/02/12 12:00 a.m.11 views

Koa 安全漏洞

Koa is an open source middleware for Koa.js. A security vulnerability exists in Koa that stems from the use of malicious regular expressions to parse X-Forwarded-Proto and X-Forwarded-HostHTTP headers...

9.2CVSS5.7AI score0.00825EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2025/02/12 12:00 a.m.7 views

PT-2025-7056

Name of the Vulnerable Software and Affected Versions: Koa versions prior to 0.21.2 Koa versions prior to 1.7.1 Koa versions prior to 2.15.4 Koa versions prior to 3.0.0-alpha.3 Description: The issue concerns a Denial-of-Service attack due to Koa using an evil regex to parse the X-Forwarded-Proto...

9.2CVSS5.9AI score0.00825EPSS
SaveExploits1References19
Positive Technologies
Positive Technologies
added 2025/02/12 12:00 a.m.13 views

PT-2025-7059 · Unknown · Audiobookshelf

Name of the Vulnerable Software and Affected Versions: Audiobookshelf versions 2.17.0 through 2.19.0 Description: Audiobookshelf is a self-hosted audiobook and podcast server. A flaw in the authentication bypass logic allows unauthenticated requests to match certain unanchored regex patterns in t...

8.2CVSS7.2AI score0.04662EPSS
SaveExploits2References9
Rows per page
Query Builder