Security Risk Category

Denial of Service Security Risks — Page 3

Published vulnerability pages connected to Denial of Service. Each page keeps one canonical URL and focused remediation guidance.

215 published Denial of Service risks

Denial of Service risks

Showing 73–108 of 215 published risks.

low

CVE-2026-40958 in Absolute Secure Access

CVE-2026-40958 is a input validation error in Secure Access clients prior to 14.55. Attackers with intimate knowledge of and total control over the tunnel protocol can create a non-persistent DoS against their client.

CVE-2026-40958network-securityinput-validationdenial-of-service

Updated Jul 16, 2026

criticalCISA KEVEPSS 0.005

CVE-2023-4346 KNX Protocol Connection Authorization Option 1 Account Lockout Vulnerability

KNX Association KNX Protocol Connection Authorization Option 1 contains an overly restrictive account lockout mechanism vulnerability that could allow an attacker to purge all devices without additional security options enabled and set a BCU key to lock the device.

CVE-2023-4346network-securityindustrial-controlauthentication-bypassdenial-of-service

Updated Jul 16, 2026

mediumEPSS 0.002

CVE-2026-57962 Mozilla Thunderbird LDAP Memory Exhaustion Vulnerability

A malicious LDAP server, which a Thunderbird user is configured to query for address-book autocomplete, can stash arbitrarily large amounts of attacker-supplied data into the Thunderbird LDAP client until it crashes due to memory exhaustion. This vulnerability was fixed in Thunderbird 152.0.1 and Thunderbird 140.12.1.

CVE-2026-57962browserinput-validationdenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.003

CVE-2026-44041 UltraVNC Wide String Out-of-Bounds Read

UltraVNC through 1.8.2.2 contains an out-of-bounds read in the wide-string to multibyte conversion helper. In rfb/dh.cpp:204, the vncWc2Mb() function passes a caller-supplied WCHAR pointer to wcslen() before any bounds check. If the caller provides a wide-character buffer that is not properly NUL-terminated, wcslen() reads past the end of the buffer until it encounters a NUL wchar, resulting in an out-of-bounds read. Under typical Win32 API usage this requires an abnormal caller contract. Impact is limited to a potential information disclosure from adjacent memory regions or a process crash (denial of service) if the over-read crosses a page boundary.

CVE-2026-44041network-securityapi-securityinformation-disclosuredenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.011

CVE-2026-7828 UltraVNC Repeater Integer Overflow Vulnerability

UltraVNC repeater through 1.8.2.2 contains an integer overflow in the HTTP request logging path. In repeater/webgui/settings.c:336, the win_log() function allocates list nodes via malloc(sizeof(struct LIST) + strlen(line)), where line is derived from HTTP request URIs. If strlen(line) is sufficiently large, the addition overflows to a value smaller than sizeof(struct LIST), causing a heap allocation smaller than required. The subsequent strcpy of the full string into the undersized allocation produces a heap buffer overflow. In the current implementation this overflow is bounded by the HTTP receive buffer size (WI_RXBUFSIZE = 153600 bytes, well below SIZE_MAX on 32-bit builds), limiting practical exploitability to a partial heap write. A remote unauthenticated attacker can trigger the theoretical overflow path by sending a maximally-sized URI in an HTTP request to the repeater HTTP port.

CVE-2026-7828network-securityinput-validationdenial-of-servicememory-corruption

Updated Jul 15, 2026

highEPSS 0.005

CVE-2026-7831 UltraVNC Viewer Off-by-One Stack Overflow

UltraVNC viewer through 1.8.2.2 contains an off-by-one stack buffer overflow in the RFB ServerInit message handler. In vncviewer/ClientConnection.cpp, when the server-supplied nameLength equals exactly 2024 the code declares a 2024-byte stack buffer _dn[2024] and calls ReadString(_dn, 2024). ReadString writes the NUL terminator at buf[length], i.e., _dn[2024], one byte past the end of the stack buffer. A malicious VNC server can trigger this condition by advertising a desktop name of length 2024 in its ServerInit message. On release builds without stack canaries the single-byte NUL overwrite adjacent stack data. On builds with /GS stack protection the canary is corrupted and the process terminates, resulting in denial of service. User interaction (connecting the viewer to the malicious server) is required.

CVE-2026-7831network-securitydenial-of-servicememory-corruption

Updated Jul 15, 2026

high

CVE-2026-14181 @fastify/middie Malformed URL Denial of Service

@fastify/middie versions 9.1.0 through 9.3.2 fail to guard the URL normalization step used by the standalone engine when incoming request paths contain malformed percent-encoded sequences. Inputs such as an incomplete percent escape or a truncated multibyte sequence cause the underlying decoder to throw synchronously, and the exception escapes the middie normalize step and terminates the Node.js process. The bypass affects applications that call middie.run directly on the standalone engine API, causing an immediate denial of service for all connected clients until restart. Applications using the Fastify plugin path are not affected because Fastifys error handler catches the exception. Patches: upgrade to @fastify/middie 9.3.3. Workarounds: migrate from the standalone engine API to the Fastify plugin path, where the framework error handler catches the exception.

CVE-2026-14181node-jsnpmapi-securityinput-validation

Updated Jul 15, 2026

mediumEPSS 0.002

CVE-2026-53904 MCO Password Reset Denial of Service Vulnerability

MCO is vulnerable to Account Denial of Service due to improper implementation of password reset functionality. Each password reset request invalidates previously set password as well as previously issued temporary passwords, furthermore, password resets are not limited in any way. An attacker who provides victim's email and answer to their security question, can successfully initiate the reset process and continuously invalidate credentials, effectively locking the victim out of their account. Answering security questions has a limited number of tries which lowers the risk of this vulnerability. Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 25.3.3.1 but may also affect other versions.

CVE-2026-53904microsoftweb-applicationauthentication-bypassdenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.002

CVE-2026-56372 ImageMagick Heap Buffer Overflow Read Vulnerability

ImageMagick before 7.1.2-19 contains a heap buffer overflow vulnerability in the magnify operation that allows attackers to read out of bounds memory. An unrecognized magnify:method value triggers an out of bounds read, potentially exposing sensitive information or causing denial of service.

CVE-2026-56372information-disclosuredenial-of-servicememory-corruption

Updated Jul 15, 2026

mediumEPSS 0.002

CVE-2026-61465 ImageMagick Memory Allocation Policy Bypass

ImageMagick before 7.1.2-26 and 6.9.13-51 is missing a check for the allowed memory allocation limit in matrix-backed operations such as -canny. An attacker can supply a crafted image that causes ImageMagick to allocate more memory than permitted by the configured policy, resulting in a denial of service.

CVE-2026-61465input-validationdenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.003

CVE-2026-61857 ImageMagick XMP Use-After-Free Vulnerability

ImageMagick before 7.1.2-26 contains a heap use-after-free vulnerability caused by missing null check when parsing XMP profiles. Attackers can craft malicious image files with specially crafted XMP data to trigger the vulnerability and cause application crashes.

CVE-2026-61857denial-of-servicememory-corruption

Updated Jul 15, 2026

mediumEPSS 0.003

CVE-2026-61861 ImageMagick Use-After-Free Vulnerability

ImageMagick before 7.1.2-26 contains a use-after-free vulnerability in the FormatMagickCaption method when memory allocation fails. Attackers can trigger memory allocation failures to cause a dangling pointer to reference freed memory, potentially enabling denial of service or code execution.

CVE-2026-61861denial-of-servicememory-corruption

Updated Jul 15, 2026

lowEPSS 0.002

CVE-2026-61870 ImageMagick VIFF Memory Leak Vulnerability

ImageMagick before 7.1.2-26 contains a memory leak vulnerability in the VIFF encoder when memory allocation fails. Attackers can trigger allocation failures by processing specially crafted VIFF images to exhaust available memory and cause denial of service.

CVE-2026-61870input-validationdenial-of-service

Updated Jul 15, 2026

highEPSS 0.004

CVE-2026-56260 Crawl4AI Arbitrary File Write Vulnerability

Crawl4AI before 0.8.7 contains an arbitrary file write vulnerability in the Docker API server's /screenshot and /pdf endpoints. The output_path parameter accepts arbitrary filesystem paths without validation, allowing an attacker to supply absolute or path-traversal values to write to any location writable by the application's user, overwriting server files and causing denial of service.

CVE-2026-56260pythonapi-securitydenial-of-servicepath-traversal

Updated Jul 15, 2026

high

CVE-2026-33801 in Junos OS

An Improper Check for Unusual or Exceptional Conditions vulnerability in the routing protocol daemon (RPD) of Juniper Networks Junos OS and Junos OS Evolved allows an adjacent, unauthenticated attacker sending a specific BGP update over an established BGP session to cause a...

CVE-2026-33801network-securitydenial-of-service

Updated Jul 15, 2026

medium

CVE-2026-33802 in Junos OS

A Missing Authorization vulnerability in the CLI of Juniper Networks Junos OS on EX Series allows a local, authenticated attacker to cause a Denial-of-Service (DoS). On EX2300, EX4000, EX4100, EX4300-MP (Multigigabit) and EX4400 switches, an authenticated, local attacker with...

CVE-2026-33802network-securityauthorization-bypassdenial-of-service

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-57019 in Junos OS

An Improper Validation of Specified Quantity in Input vulnerability in the Packet Forwarding Engine (pfe) of Juniper Networks Junos OS on MX Series allows an unauthenticated, adjacent attacker to cause a Denial-of-Service (DoS). When a specific packet is received from device...

CVE-2026-57019network-securityinput-validationdenial-of-service

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-57020 in Junos OS

An Improper Check for Unusual or Exceptional Conditions vulnerability in the packet forwarding engine (pfe) of Juniper Networks Junos OS on QFX10000 Series allows an unauthenticated, adjacent attacker to cause a Denial-of-Service (DoS). On all QFX10000 platforms in an...

CVE-2026-57020network-securitydenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.005

CVE-2026-57021 in Junos OS

An Out-of-bounds Write vulnerability in the http-gatekeeper (http-gk) of Juniper Networks Junos OS on SRX Series allows an unauthenticated, network-based attacker to cause a Denial-of-Service (DoS). If an SRX Series device is configured for remote-access VPN with pre-logon...

CVE-2026-57021network-securitydenial-of-servicememory-corruption

Updated Jul 15, 2026

highEPSS 0.004

CVE-2026-57022 in Junos OS

An Improper Check for Unusual or Exceptional Conditions vulnerability in the Packet Forwarding Engine (PFE) of Juniper Networks Junos OS on MX with SPC3 and SRX Series allows an unauthenticated, network-based attacker to cause a Denial-of-Service (DoS). When an affected...

CVE-2026-57022network-securitydenial-of-service

Updated Jul 15, 2026

highEPSS 0.005

CVE-2026-57023 in Junos OS

An Improper Validation of Specified Quantity in Input vulnerability in the TCP proxy plugin of Juniper Networks Junos OS on MX Series with SPC3, and SRX Series allows an unauthenticated, network-based attacker to cause a complete Denial of Service (DoS). When TCP proxy is...

CVE-2026-57023network-securityinput-validationdenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.004

CVE-2026-57024 in Junos OS

A Use of Multiple Resources with Duplicate Identifier vulnerability in the IKE daemon (iked) of Juniper Networks Junos OS on MX with SPC3 and SRX Series allows an unauthenticated, network-based attacker to cause a Denial-of-Service (DoS). On an MX with SPC3 and SRX devices...

CVE-2026-57024network-securitydenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.001

CVE-2026-57025 in Junos OS

A Return of Pointer Value Outside of Expected Range vulnerability in the fileio library of Juniper Networks Junos OS and Junos OS Evolved allows a local, low-privilged attacker to cause a Denial-of-Service (DoS). On EX Series, QFX Series and MX Series a low-privileged...

CVE-2026-57025network-securitydenial-of-servicememory-corruption

Updated Jul 15, 2026

highEPSS 0.005

CVE-2026-57026 in Junos OS

An Improper Validation of Syntactic Correctness of Input vulnerability in the SIP plugin of Juniper Networks Junos OS on MX Series with SPC3 and SRX Series allows an unauthenticated, network-based attacker to cause a Denial-of-Service (DoS).If the SIP ALG is enabled on an...

CVE-2026-57026network-securityinput-validationdenial-of-service

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-57027 in Junos OS

A Missing Release of Memory after Effective Lifetime vulnerability in the packet forwarding engine (pfe) of Juniper Networks Junos OS on specific EX Series devices allows an unauthenticated adjacent attacker to cause a Denial-of-Service (DoS).When sFlow is configured in a...

CVE-2026-57027network-securitydenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.002

CVE-2026-57029 in Junos OS Evolved

A Missing Synchronization vulnerability in the flow collector handler of Juniper Networks Junos OS Evolved on QFX Series allows an adjacent, unauthenticated attacker to cause a Denial-of-Service (DoS). When the reachability of an sFlow collector changes, the corresponding...

CVE-2026-57029network-securitydenial-of-servicerace-condition

Updated Jul 15, 2026

highEPSS 0.004

CVE-2026-57030 in Junos OS

A Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') vulnerability in the packet forwarding engine (PFE) of Juniper Networks Junos OS on SRX Series allows an unauthenticated, network-based attacker to cause a Denial-of-Service (DoS)....

CVE-2026-57030network-securitydenial-of-servicerace-condition

Updated Jul 15, 2026

highEPSS 0.004

CVE-2026-57032 in Junos OS

An Improper Handling of Undefined Parameters vulnerability in the packet forwarding engine (pfe) of Juniper Networks Junos OS on EX Series devices allows an authenticated attacker with low privileges to cause a Denial-of-Service (DoS). If an attempt is made to subscribe to an...

CVE-2026-57032network-securitydenial-of-service

Updated Jul 15, 2026

high

CVE-2026-33382 in Grafana OSS

Several Grafana API endpoints, some of them unauthenticated, do not limit the size of the request body before processing it. An attacker can send very large payloads that force excessive memory allocation, potentially exhausting memory and causing a denial of service.

CVE-2026-33382api-securitydevopsweb-applicationdenial-of-service

Updated Jul 15, 2026

mediumEPSS 0.004

CVE-2026-8609 in Grafana OSS

An unauthenticated attacker can repeatedly call Grafana's OAuth login route with unique values, causing unbounded memory growth that can eventually exhaust memory and crash the Grafana instance (denial of service).

CVE-2026-8609devopsweb-applicationdenial-of-service

Updated Jul 15, 2026

highEPSS 0.003

CVE-2026-55233 in OpenResty

OpenResty is a high performance web platform. From 1.29.2.1 to before 1.29.2.5, an out-of-bounds write vulnerability exists in the upstream PROXY protocol v2 implementation. When OpenResty is configured to send PROXY protocol version 2 headers to upstream servers,...

CVE-2026-55233network-securityweb-applicationdenial-of-servicememory-corruption

Updated Jul 15, 2026

highEPSS 0.004

CVE-2026-57212 in RabbitMQ Server

RabbitMQ is a messaging and streaming broker. Prior to 3.13.14, 4.0.19, 4.1.10, and 4.2.5, the rabbitmq_management HTTP API accepts oversized valid JSON bodies on with_decode and direct_request paths because read_complete_body checks the accumulated size before the final...

CVE-2026-57212network-securityapi-securitydenial-of-service

Updated Jul 15, 2026

highEPSS 0.005

CVE-2026-57220 in RabbitMQ Server

RabbitMQ is a messaging and streaming broker. Prior to 4.2.6, the RabbitMQ stream listener does not enforce the configured stream frame-size limit while assembling frames during authentication and before Tune negotiation, allowing an unauthenticated remote client to declare...

CVE-2026-57220network-securitydenial-of-service

Updated Jul 15, 2026

highEPSS 0.005

CVE-2026-45756 in Symfony JSON Path

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 7.3.0-BETA1 until 7.4.12 and 8.0.12, the JsonPath component compiles attacker-controlled match() and search() filter patterns directly into preg_match()...

CVE-2026-45756phpweb-applicationinput-validationdenial-of-service

Updated Jul 15, 2026

highEPSS 0.006

CVE-2026-45133 in Symfony YAML

Symfony YAML can crash a worker when it parses very deeply nested YAML input.

CVE-2026-45133phpweb-applicationinput-validationdenial-of-service

Updated Jul 15, 2026

highEPSS 0.008

CVE-2026-45304 in Symfony YAML

Symfony YAML can use too much memory when crafted aliases expand recursively.

CVE-2026-45304phpweb-applicationinput-validationdenial-of-service

Updated Jul 15, 2026