Lucene search
K

220 matches found

Github Security Blog
Github Security Blog
added 2025/02/12 7:45 p.m.40 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.00715EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2025/02/12 7:45 p.m.7 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.00715EPSS
Exploits0References5
NVD
NVD
added 2025/02/12 7:15 p.m.31 views

CVE-2025-25283

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.5CVSS0.00715EPSS
Exploits0References3
OSV
OSV
added 2025/02/12 6:58 p.m.2 views

CLSA-2025-1739386692 libvirt: Fix of 2 CVEs

CVE-2024-2496: fix memory corruption listing interfaces - CVE-2024-4418: fix stack use-after-free in event loop...

6.2CVSS6.7AI score0.00486EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2025/02/12 6:21 p.m.20 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.00715EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/02/12 6:21 p.m.33 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.5CVSS0.00715EPSS
Exploits0References3
Snyk
Snyk
added 2025/02/12 10:51 a.m.3 views

Regular Expression Denial of Service (ReDoS)

Overview parse-duration is a package that converts a human readable duration to ms. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS. An attacker could cause an event loop delay or trigger an out of memory error that would crash a running Node.js...

8.7CVSS7AI score0.00715EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/02/12 12:0 a.m.3 views

parse-duration 安全漏洞

parse-duration is an application that converts readable durations to milliseconds by the individual developer Jake Rosoman. A security vulnerability exists in parse-duration prior to version 2.1.3, which stems from a CPU-intensive operation when parsing strings, and may result in a delayed event...

7.5CVSS6.5AI score0.00715EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/02/12 12:0 a.m.4 views

PT-2025-7066 · Node.Js +1 · Node.Js +1

Name of the Vulnerable Software and Affected Versions: parse-duraton versions prior to 2.1.3 Description: The issue is related to an event loop delay due to the CPU-bound operation of resolving the provided string, which can range from 0.5ms to 50ms per operation, depending on the size of the inp...

7.5CVSS6.6AI score0.00715EPSS
Exploits0References9
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/01/30 4:55 p.m.5 views

Malicious code in media_kit_native_event_loop (npm)

The package communicates with a domain associated with malicious activity. --- -= Per source details. Do not edit below this line.=- Source: ghsa-malware 08d4f7b68836068f9cc96c2c5db66c0ad1cbc255e21f525e5069885d7aff5e5f Any computer that has this package installed or running should be considered...

6.8AI score
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2025/01/09 12:0 a.m.31 views

Amazon Linux 2 : python3-tornado (ALAS-2025-2725)

The version of python3-tornado installed on the remote host is prior to 5.0.2-4. It is, therefore, affected by a vulnerability as referenced in the ALAS2-2025-2725 advisory. Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Torna...

7.5CVSS7.2AI score0.01051EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2024/12/12 8:0 p.m.1 views

path-to-regexp: Backtracking regular expressions cause ReDoS

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...

7.5CVSS6.8AI score0.00932EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/12/02 3:57 p.m.15 views

CVE-2024-53981 python-multipart has a Denial of service (DoS) via deformation `multipart/form-data` boundary

python-multipart is a streaming multipart parser for Python. When parsing form data, python-multipart skips line breaks CR \r or LF \n in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time, which may cause...

7.5CVSS0.00632EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/12/02 3:57 p.m.15 views

CVE-2024-53981

python-multipart is a streaming multipart parser for Python. When parsing form data, python-multipart skips line breaks CR \r or LF \n in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time, which may cause...

7.5CVSS7.5AI score0.00632EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/12/02 3:57 p.m.16 views

CVE-2024-53981 python-multipart has a Denial of service (DoS) via deformation `multipart/form-data` boundary

python-multipart is a streaming multipart parser for Python. When parsing form data, python-multipart skips line breaks CR \r or LF \n in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time, which may cause...

7.5CVSS6.8AI score0.00632EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2024/11/23 12:14 a.m.2 views

SUSE CVE-2024-52804

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

5.3CVSS6.9AI score0.01051EPSS
Exploits0References10
Github Security Blog
Github Security Blog
added 2024/11/22 8:26 p.m.70 views

Tornado has an HTTP cookie parsing DoS vulnerability

The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in the event loop thread and may block the processing of other requests. See...

7.5CVSS6.7AI score0.01051EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/11/22 8:26 p.m.0 views

GHSA-8W49-H785-MJ3C Tornado has an HTTP cookie parsing DoS vulnerability

The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in the event loop thread and may block the processing of other requests. See...

7.5CVSS6.8AI score0.01051EPSS
Exploits0References5
OSV
OSV
added 2024/11/22 4:15 p.m.3 views

DEBIAN-CVE-2024-52804

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

7.5CVSS7.2AI score0.01051EPSS
Exploits0References1
OSV
OSV
added 2024/11/22 4:15 p.m.4 views

AZL-53624 CVE-2024-52804 affecting package python-tornado 6.2.0-1

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

7.5CVSS7.3AI score0.01051EPSS
Exploits0References1
Rows per page
Query Builder