SNYK-JAVA-ORGECLIPSEMILO-2990191
## Overview [org.eclipse.milo:sdk-server](https://mvnrepository.com/artifact/org.eclipse.milo/sdk-server) is an open-source implementation of OPC UA Affected versions of this package are vulnerable to Denial of Service (DoS) when bypassing the limitations for excessive memory consumption by sending multiple `CloseSession` requests with the `deleteSubscription` parameter equal to `False`. ## 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 vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime. One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines. When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries. Two common types of DoS vulnerabilities: * High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, [commons-fileupload:commons-fileupload](https://security.snyk.io/vuln/SNYK-JAVA-COMMONSFILEUPLOAD-30082). * Crash - An attacker sending crafted requests that could cause the system to crash. For Example, [npm `ws` package](https://snyk.io/vuln/npm:ws:20171108) ## Remediation Upgrade `org.eclipse.milo:sdk-server` to version 0.6.8 or higher. ## References - [GitHub Commit](https://github.com/eclipse/milo/commit/4534381760d7d9f0bf00cbf6a8449bb0d13c6ce5) - [GitHub Issue](https://github.com/eclipse/milo/issues/1030) - [GitHub PR](https://github.com/eclipse/milo/pull/1031)
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| 0 |
Timeline
- Aug 23, 2022 CVE Updated
- Sep 7, 2022 CVE Published
References
- https://security.snyk.io/vuln/SNYK-JAVA-ORGECLIPSEMILO-2990191 advisory
- https://learn.snyk.io/lesson/redos/ technical
- https://mvnrepository.com/artifact/org.eclipse.milo/sdk-server technical
- https://snyk.io/vuln/npm:ws:20171108 technical
- https://github.com/eclipse/milo/commit/4534381760d7d9f0bf00cbf6a8449bb0d13c6ce5 patch
- https://github.com/eclipse/milo/issues/1030 issue
- https://github.com/eclipse/milo/pull/1031 patch