Lucene search
+L

4333 matches found

OSV
OSV
added 2024/04/03 3:15 p.m.2 views

DEBIAN-CVE-2024-26693

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a crash when we run out of stations A DoS tool that injects loads of authentication frames made our AP crash. The iwlmvmisdup function couldn't find the per-queue dupdata which was not allocated. The root...

5.5CVSS5.7AI score0.00243EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.30 views

CVE-2024-26693

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a crash when we run out of stations A DoS tool that injects loads of authentication frames made our AP crash. The iwlmvmisdup function couldn't find the per-queue dupdata which was not allocated. The root...

5.5CVSS6.4AI score0.00243EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/04/03 2:54 p.m.32 views

CVE-2024-26693 wifi: iwlwifi: mvm: fix a crash when we run out of stations

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a crash when we run out of stations A DoS tool that injects loads of authentication frames made our AP crash. The iwlmvmisdup function couldn't find the per-queue dupdata which was not allocated. The root...

7.8AI score0.00243EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/03 2:54 p.m.9 views

CVE-2024-26693 wifi: iwlwifi: mvm: fix a crash when we run out of stations

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a crash when we run out of stations A DoS tool that injects loads of authentication frames made our AP crash. The iwlmvmisdup function couldn't find the per-queue dupdata which was not allocated. The root...

5.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/03 2:54 p.m.41 views

CVE-2024-26693

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix a crash when we run out of stations A DoS tool that injects loads of authentication frames made our AP crash. The iwlmvmisdup function couldn't find the per-queue dupdata which was not allocated. The root...

5.5CVSS6.3AI score0.00243EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/03 12:00 a.m.5 views

PT-2024-40495 · Unknown · Amphp/Http +1

Name of the Vulnerable Software and Affected Versions: amphp/http-client versions 4.0.0-rc10 through 4.0.0 Description: The issue affects early versions of amphp/http-client with HTTP/2 support, causing the collection of HTTP/2 CONTINUATION frames in an unbounded buffer. This occurs because the...

8.2CVSS7.3AI score
SaveExploits0References4
GitLab Advisory Database
GitLab Advisory Database
added 2024/04/03 12:00 a.m.26 views

amphp/http-client Denial of Service via HTTP/2 CONTINUATION Frames

Early versions of amphp/http-client with HTTP/2 support v4.0.0-rc10 to 4.0.0 will collect HTTP/2 CONTINUATION frames in an unbounded buffer and will not check the header size limit until it has received the ENDHEADERS flag, resulting in an OOM crash. Later versions of amphp/http-client v4.1.0-rc1...

7.3AI score
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/04/03 12:00 a.m.37 views

AMPHP Denial of Service via HTTP/2 CONTINUATION Frames

amphp/http will collect HTTP/2 CONTINUATION frames in an unbounded buffer and will not check the header size limit until it has received the ENDHEADERS flag, resulting in an OOM crash. amphp/http-client and amphp/http-server are indirectly affected if they're used with an unpatched version of...

8.2CVSS7.3AI score0.83366EPSS
SaveExploits1References10Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/03 12:00 a.m.13 views

PT-2024-2622

Vulnerability Report Name of the Vulnerable Software and Affected Versions: Node.js versions 18.x, 20.x, and 21.x corepack20-20.12.1-1.1 corepack21-21.7.2-1.1 OpenSUSE affected versions not specified MosOS affected versions not specified Alma Linux affected versions not specified Rocky Linux...

9.8CVSS7.5AI score0.87211EPSS
SaveExploits6References200
Positive Technologies
Positive Technologies
added 2024/04/03 12:00 a.m.15 views

PT-2024-2624 · Nghttp2 +10 · Nghttp2 +10

Name of the Vulnerable Software and Affected Versions: nghttp2 versions prior to 1.61.0 Description: The nghttp2 library keeps reading an unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync, causing excessive CPU usage to decode the HPACK...

8.2CVSS7.5AI score0.99999EPSS
SaveExploits23References186
Positive Technologies
Positive Technologies
added 2024/04/03 12:00 a.m.10 views

PT-2024-2623 · Tempesta · Tempesta

Name of the Vulnerable Software and Affected Versions: Tempesta affected versions not specified Description: The issue is related to a firewall vulnerability in the implementation of the HTTP/2 protocol, specifically concerning the handling of CONTINUATION frames. This can lead to an uncontrolled...

6.3CVSS8.1AI score0.7275EPSS
SaveExploits0References8
Arista
Arista
added 2024/04/03 12:00 a.m.130 views

Security Advisory 0094

Security Advisory 0094 PDF Date: April 5, 2024 Revision | Date | Changes ---|---|--- 1.0 | April 3, 2024 | Initial release 1.1 | April 5, 2024 | Update required configuration for exploitation and mitigation Description Arista Networks is providing this security update in response to the following...

8.2CVSS8AI score0.94615EPSS
SaveExploits4
CNNVD
CNNVD
added 2024/04/03 12:00 a.m.13 views

amphp http 安全漏洞

AMPHP is a collection of PHP event-driven libraries open-sourced by AMPHP. A security vulnerability exists in amphp http that stems from collecting CONTINUATION frames in an unbounded buffer and not checking the limit until it receives the set ENDHEADERS flag, resulting in an OOM crash...

8.2CVSS8.1AI score0.83366EPSS
SaveExploits1References2
FreeBSD
FreeBSD
added 2024/04/03 12:00 a.m.36 views

go -- http2: close connections when receiving too many headers

The Go project reports: http2: close connections when receiving too many headers Maintaining HPACK state requires that we parse and process all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, we don't allocate memory to store the excess headers but...

7.5CVSS7AI score0.91969EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2024/04/03 12:00 a.m.15 views

PT-2024-21470 · Linux +7 · Linux Kernel +7

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A DoS tool that injects loads of authentication frames can cause the AP to crash. The iwl mvm is dup function couldn't find the per-queue dup data which was not allocated. The root cau...

8.8CVSS6.9AI score0.00969EPSS
SaveExploits1References640
NVD
NVD
added 2024/03/27 5:15 p.m.21 views

CVE-2024-20354

A vulnerability in the handling of encrypted wireless frames of Cisco Aironet Access Point AP Software could allow an unauthenticated, adjacent attacker to cause a denial of service DoS condition on the affected device. This vulnerability is due to incomplete cleanup of resources when dropping...

7.4CVSS5AI score0.00292EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/27 5:15 p.m.6 views

CVE-2024-20354

A vulnerability in the handling of encrypted wireless frames of Cisco Aironet Access Point AP Software could allow an unauthenticated, adjacent attacker to cause a denial of service DoS condition on the affected device. This vulnerability is due to incomplete cleanup of resources when dropping...

7.4CVSS5.8AI score0.00292EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/27 4:47 p.m.20 views

CVE-2024-20354

A vulnerability in the handling of encrypted wireless frames of Cisco Aironet Access Point AP Software could allow an unauthenticated, adjacent attacker to cause a denial of service DoS condition on the affected device. This vulnerability is due to incomplete cleanup of resources when dropping...

4.7CVSS7.2AI score0.00292EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/03/27 4:47 p.m.27 views

CVE-2024-20354

A vulnerability in the handling of encrypted wireless frames of Cisco Aironet Access Point AP Software could allow an unauthenticated, adjacent attacker to cause a denial of service DoS condition on the affected device. This vulnerability is due to incomplete cleanup of resources when dropping...

4.7CVSS5.3AI score0.00292EPSS
SaveExploits0References1
CVE
CVE
added 2024/03/27 4:47 p.m.92 views

CVE-2024-20354

Summary: CVE-2024-20354 affects Cisco Aironet Access Point (AP) Software. The vulnerability stems from incomplete cleanup of resources when dropping certain malformed encrypted wireless frames, allowing an unauthenticated, adjacent attacker (wireless client) to cause degradation of service or a p...

7.4CVSS6.9AI score0.00292EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder