Lucene search
+L

799 matches found

Github Security Blog
Github Security Blog
added 2025/02/14 5:56 p.m.35 views

@octokit/endpoint has a Regular Expression in parse that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking

Summary By crafting specific options parameters, the endpoint.parseoptions call can be triggered, leading to a regular expression denial-of-service ReDoS attack. This causes the program to hang and results in high CPU utilization. Details The issue occurs in the parse function within the parse.ts...

5.3CVSS6.3AI score0.00605EPSS
SaveExploits0References5Affected Software1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.7 views

Astra Linux – Vulnerability in python-tornado

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.5CVSS7AI score0.01051EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/05 9:27 p.m.11 views

CVE-2022-2931

A potential DOS vulnerability was discovered in GitLab CE/EE affecting all versions before 15.1.6, all versions starting from 15.2 before 15.2.4, all versions starting from 15.3 before 15.3.2. Malformed content added to the issue description could have been used to trigger high CPU usage...

7.5CVSS6.4AI score0.0112EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 1:15 a.m.12 views

CVE-2024-20314

A vulnerability in the IPv4 Software-Defined Access SD-Access fabric edge node feature of Cisco IOS XE Software could allow an unauthenticated, remote attacker to cause high CPU utilization and stop all traffic processing, resulting in a denial of service DoS condition on an affected device. This...

8.6CVSS7.2AI score0.00803EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 1:10 a.m.10 views

CVE-2024-20303

A vulnerability in the multicast DNS mDNS gateway feature of Cisco IOS XE Software for Wireless LAN Controllers WLCs could allow an unauthenticated, adjacent attacker to cause a denial of service DoS condition. This vulnerability is due to improper management of mDNS client entries. An attacker...

7.4CVSS6.9AI score0.00322EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/02/05 12:17 a.m.9 views

CVE-2024-4227

In Genivia gSOAP with a specific configuration an unauthenticated remote attacker can generate a high CPU load when forcing to parse an XML having duplicate ID attributes which can lead to a DoS...

7.5CVSS7AI score0.00705EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2025/02/04 6:15 p.m.23 views

Security Bulletin: Multiple Vulnerabilities in Golang Affect IBM Cloud Pak System

Summary Vulnerabilities in Golang affect IBM Cloud Pak System. Vulnerability Details CVEID:CVE-2024-24789 DESCRIPTION: The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an...

9.8CVSS8.1AI score0.91969EPSS
SaveExploits1Affected Software1
NVD
NVD
added 2025/01/15 8:15 a.m.11 views

CVE-2024-4227

In Genivia gSOAP with a specific configuration an unauthenticated remote attacker can generate a high CPU load when forcing to parse an XML having duplicate ID attributes which can lead to a DoS...

7.5CVSS0.00705EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/15 8:15 a.m.5 views

CVE-2024-4227

In Genivia gSOAP with a specific configuration an unauthenticated remote attacker can generate a high CPU load when forcing to parse an XML having duplicate ID attributes which can lead to a DoS...

7.5CVSS7.2AI score
SaveExploits0References2
CVE
CVE
added 2025/01/15 8:0 a.m.100 views

CVE-2024-4227

CVE-2024-4227 affects Genivia gSOAP. A specific configuration allows an unauthenticated remote attacker to cause high CPU load by forcing the XML parser to process duplicate ID attributes, leading to a DoS. The vulnerability is tied to the gSOAP XML parsing behavior; impact is denial of service w...

7.5CVSS7.5AI score0.00705EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/01/15 12:0 a.m.7 views

PT-2025-2635 · Genivia · Gsoap

Name of the Vulnerable Software and Affected Versions: Genivia gSOAP affected versions not specified Description: The issue allows an unauthenticated remote attacker to generate a high CPU load by forcing the system to parse an XML with duplicate ID attributes, potentially leading to a Denial of...

7.8CVSS7.7AI score0.00705EPSS
SaveExploits0References12
OSV
OSV
added 2024/12/12 9:6 a.m.6 views

CVE-2024-12401 Cert-manager: potential dos when parsing specially crafted pem inputs

A flaw was found in the cert-manager package. This flaw allows an attacker who can modify PEM data that the cert-manager reads, for example, in a Secret resource, to use large amounts of CPU in the cert-manager controller pod to effectively create a denial-of-service DoS vector for the cert-manag...

4.4CVSS6.6AI score0.00645EPSS
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2024/12/12 2:25 a.m.15 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.13.54 packages and security update

Red Hat OpenShift Container Platform release 4.13.54 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.13. Red Hat Product Security has rated this update as having a...

9.1CVSS6.7AI score0.01386EPSS
SaveExploits0References3
Snyk
Snyk
added 2024/12/02 9:37 p.m.5 views

Allocation of Resources Without Limits or Throttling

Overview python-multipart is an A streaming multipart parser for Python Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling through the multipart/form-data, when line breaks: CR \r or LF \n in front of the first boundary and any tailing bytes...

8.7CVSS6.9AI score0.00644EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/12/02 3:57 p.m.24 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.00644EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/22 4:15 p.m.5 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
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/11/20 12:57 a.m.8 views

waitress: Waitress has a denial of service leading to high CPU usage/resource exhaustion

A flaw was found in the Waitress WSGI server for Python. When a remote client closes the connection before waitress has had the opportunity to call getpeername, waitress will incorrectly clean up the connection, leading to the main thread attempting to write to a socket that no longer exists, and...

7.5CVSS5.7AI score0.01386EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2024/11/20 12:57 a.m.21 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.16.23 packages and security update

Red Hat OpenShift Container Platform release 4.16.23 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.16. Red Hat Product Security has rated this update as having a...

9.1CVSS6.7AI score0.01386EPSS
SaveExploits0References3
NVD
NVD
added 2024/11/18 4:15 p.m.34 views

CVE-2020-3548

A vulnerability in the Transport Layer Security TLS protocol implementation of Cisco AsyncOS software for Cisco Email Security Appliance ESA could allow an unauthenticated, remote attacker to cause high CPU usage on an affected device, resulting in a denial of service DoS condition. The...

7.5CVSS0.00809EPSS
SaveExploits0References1
Veracode
Veracode
added 2024/11/08 11:0 a.m.11 views

Regular Expression Denial Of Service (ReDoS)

Knwl.js is vulnerable to Regular Expression Denial of Service ReDoS. The vulnerability is due to the presence of inefficient regular expressions, which allow attackers to craft input that causes excessive backtracking, leading to high CPU usage and potential service disruption...

8.7CVSS7AI score0.00435EPSS
SaveExploits0
Rows per page
Query Builder