Lucene search
+L

789 matches found

RedHat Linux
RedHat Linux
added 2024/02/26 2:21 a.m.7 views

bind9: KeyTrap - Extreme CPU consumption in DNSSEC validator

Processing specially crafted responses coming from DNSSEC-signed zones can lead to uncontrolled CPU usage, leading to a Denial of Service in the DNSSEC-validating resolver side. This vulnerability applies only for systems where DNSSEC validation is enabled...

7.5CVSS6.7AI score0.99995EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/02/14 9:34 p.m.166 views

CVE-2024-23323

A flaw was found in the Envoy proxy. The regex expression is compiled for every request and can result in high CPU usage and increased request latency when multiple routes are configured with such matchers...

5.3CVSS7.2AI score0.00504EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/02/14 12:0 a.m.6 views

F5 BIG-IP Security Vulnerabilities

F5 BIG-IP is an application delivery platform from F5 Corporation that integrates network traffic management, application security management, load balancing, and other features. A security vulnerability exists in F5 BIG-IP that stems from an undisclosed request that may result in increased CPU...

7.5CVSS7.1AI score0.00342EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/13 2:15 p.m.8 views

AZL-34560 CVE-2023-4408 affecting package bind for versions less than 9.19.21-1

The DNS message parsing code in named includes a section whose computational complexity is overly high. It does not cause problems for typical DNS traffic, but crafted queries and responses may cause excessive CPU load on the affected named instance by exploiting this flaw. This issue affects bot...

7.5CVSS6.7AI score0.01327EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/13 2:15 p.m.4 views

AZL-34353 CVE-2023-4408 affecting package bind for versions less than 9.16.48-1

The DNS message parsing code in named includes a section whose computational complexity is overly high. It does not cause problems for typical DNS traffic, but crafted queries and responses may cause excessive CPU load on the affected named instance by exploiting this flaw. This issue affects bot...

7.5CVSS6.7AI score0.01327EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/01/24 9:59 a.m.5 views

php: DoS vulnerability when parsing multipart request body

A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker...

7.5CVSS7.3AI score0.01459EPSS
SaveExploits0References5
OSV
OSV
added 2024/01/19 3:24 p.m.12 views

GHSA-8R5V-VM4M-4G25 Resource exhaustion vulnerability in h2 may lead to Denial of Service (DoS)

An attacker with an HTTP/2 connection to an affected endpoint can send a steady stream of invalid frames to force the generation of reset frames on the victim endpoint. By closing their recv window, the attacker could then force these resets to be queued in an unbounded fashion, resulting in Out ...

6.9AI score
SaveExploits0References5
OSV
OSV
added 2024/01/17 12:0 p.m.47 views

RUSTSEC-2024-0003 Resource exhaustion vulnerability in h2 may lead to Denial of Service (DoS)

An attacker with an HTTP/2 connection to an affected endpoint can send a steady stream of invalid frames to force the generation of reset frames on the victim endpoint. By closing their recv window, the attacker could then force these resets to be queued in an unbounded fashion, resulting in Out ...

7.8CVSS7AI score0.82813EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/01/11 12:0 a.m.5 views

PT-2026-20360

Name of the Vulnerable Software and Affected Versions zlib versions prior to 1.3.2 Description The software contains an issue where CPU consumption can occur through the crc32 combine64 and crc32 combine gen64 functions. This is due to the x2nmodp function potentially performing right shifts with...

5.5CVSS5.9AI score0.00218EPSS
SaveExploits1References113
Positive Technologies
Positive Technologies
added 2024/01/10 12:0 a.m.5 views

PT-2024-2753 · Isc +12 · Bind 9 +12

Name of the Vulnerable Software and Affected Versions: BIND 9 versions 9.0.0 through 9.16.45 BIND 9 versions 9.18.0 through 9.18.21 BIND 9 versions 9.19.0 through 9.19.19 BIND 9 versions 9.9.3-S1 through 9.11.37-S1 BIND 9 versions 9.16.8-S1 through 9.16.45-S1 BIND 9 versions 9.18.11-S1 through...

7.8CVSS6.6AI score0.99995EPSS
SaveExploits1References199
Snyk
Snyk
added 2024/01/03 4:44 p.m.2 views

Algorithmic Complexity

Overview PeterO.Cbor is a C implementation of Concise Binary Object Representation CBOR. Affected versions of this package are vulnerable to Algorithmic Complexity due to use of an inefficient algorithm in the DecodeFromBytes or other decoding mechanisms. An attacker can cause a denial of service...

7.5CVSS7AI score0.01061EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/01/03 12:0 a.m.32 views

GitLab 10.7 < 15.1.5 / 15.2 < 15.2.3 / 15.3 < 15.3.1 (CVE-2022-2908)

The version of GitLab installed on the remote host is affected by a vulnerability, as follows: - A potential DoS vulnerability was discovered in Gitlab CE/EE versions starting from 10.7 before 15.1.5, all versions starting from 15.2 before 15.2.3, all versions starting from 15.3 before 15.3.1...

4.3CVSS5.1AI score0.00883EPSS
SaveExploits0References4
Prion
Prion
added 2023/12/04 9:15 p.m.25 views

Default configuration

Traefik is an open source HTTP reverse proxy and load balancer. The traefik docker container uses 100% CPU when it serves as its own backend, which is an automatically generated route resulting from the Docker integration in the default configuration. This issue has been addressed in versions...

5CVSS6.9AI score0.01269EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2023/10/25 2:22 p.m.5 views

GHSA-HRFV-MQP8-Q5RW Werkzeug DoS: High resource usage when parsing multipart/form-data containing a large part with CR/LF character at the beginning

Werkzeug multipart data parser needs to find a boundary that may be between consecutive chunks. That's why parsing is based on looking for newline characters. Unfortunately, code looking for partial boundary in the buffer is written inefficiently, so if we upload a file that starts with CR or LF...

5.7CVSS7.1AI score0.01072EPSS
SaveExploits0References9
OSV
OSV
added 2023/10/18 9:15 a.m.6 views

UBUNTU-CVE-2023-5632

In Eclipse Mosquito before and including 2.0.5, establishing a connection to the mosquitto server without sending data causes the EPOLLOUT event to be added, which results excessive CPU consumption. This could be used by a malicious actor to perform denial of service type attack. This issue is...

7.5CVSS5.8AI score0.00689EPSS
SaveExploits0References4
Snyk
Snyk
added 2023/10/10 5:16 p.m.3 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS resulting in a MsQuic server application or process crash. Details Denial of Service DoS describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users. Unlike other...

7.5CVSS7.1AI score0.69494EPSS
SaveExploits0References2
OSV
OSV
added 2023/10/04 5:15 p.m.5 views

CVE-2023-20259

A vulnerability in an API endpoint of multiple Cisco Unified Communications Products could allow an unauthenticated, remote attacker to cause high CPU utilization, which could impact access to the web-based management interface and cause delays with call processing. This API is not used for devic...

7.5CVSS5.8AI score0.00612EPSS
SaveExploits0References1
NVD
NVD
added 2023/10/04 5:15 p.m.26 views

CVE-2023-20259

A vulnerability in an API endpoint of multiple Cisco Unified Communications Products could allow an unauthenticated, remote attacker to cause high CPU utilization, which could impact access to the web-based management interface and cause delays with call processing. This API is not used for devic...

8.6CVSS8.7AI score0.00612EPSS
SaveExploits0References1
Prion
Prion
added 2023/10/04 5:15 p.m.21 views

Input validation

A vulnerability in an API endpoint of multiple Cisco Unified Communications Products could allow an unauthenticated, remote attacker to cause high CPU utilization, which could impact access to the web-based management interface and cause delays with call processing. This API is not used for devic...

5CVSS7.6AI score0.00612EPSS
SaveExploits0References1Affected Software5
Cisco
Cisco
added 2023/10/04 4:0 p.m.82 views

Multiple Cisco Unified Communications Products Unauthenticated API High CPU Utilization Denial of Service Vulnerability

A vulnerability in an API endpoint of multiple Cisco Unified Communications Products could allow an unauthenticated, remote attacker to cause high CPU utilization, which could impact access to the web-based management interface and cause delays with call processing. This API is not used for devic...

8.6CVSS8.1AI score0.00612EPSS
SaveExploits0References1
Rows per page
Query Builder