cve,link,title,description,vendor,products,score,severity,epss,cisa,cisa_published,article,ransomware,exploited,exploited_date,poc,trended,trended_no_1,trended_no_1_date,published,trended_score CVE-2023-29234,https://securityvulnerability.io/vulnerability/CVE-2023-29234,Bypass serialize checks in Apache Dubbo,"A deserialization vulnerability exists in Apache Dubbo that can be exploited when decoding a specially crafted malicious package. This vulnerability impacts Apache Dubbo versions from 3.1.0 to 3.1.10 and from 3.2.0 to 3.2.4, potentially allowing an attacker to execute arbitrary code. Users are strongly advised to upgrade to the latest version to mitigate the associated risks.",Apache,Apache Dubbo,9.8,CRITICAL,0.05567000061273575,false,,false,false,false,,,false,false,,2023-12-15T09:15:00.000Z,0 CVE-2023-46279,https://securityvulnerability.io/vulnerability/CVE-2023-46279,Apache Dubbo: Bypass deny serialize list check in Apache Dubbo,"A deserialization of untrusted data vulnerability has been identified in Apache Dubbo, specifically in version 3.1.5. This flaw could potentially allow an attacker to exploit the system by manipulating data during the deserialization process. It is crucial for users to upgrade to the latest version of Apache Dubbo to mitigate this vulnerability and ensure their systems remain secure.",Apache,Apache Dubbo,9.8,CRITICAL,0.026179999113082886,false,,false,false,false,,,false,false,,2023-12-15T09:15:00.000Z,0 CVE-2023-23638,https://securityvulnerability.io/vulnerability/CVE-2023-23638,Apache Dubbo Deserialization Vulnerability Gadgets Bypass,"A deserialization vulnerability existed when dubbo generic invoke, which could lead to malicious code execution. This issue affects Apache Dubbo 2.7.x version 2.7.21 and prior versions; Apache Dubbo 3.0.x version 3.0.13 and prior versions; Apache Dubbo 3.1.x version 3.1.5 and prior versions. ",Apache,Apache Dubbo,5,MEDIUM,0.015049999579787254,false,,false,false,true,2023-06-08T05:14:01.000Z,true,false,false,,2023-03-08T11:15:00.000Z,0 CVE-2022-39198,https://securityvulnerability.io/vulnerability/CVE-2022-39198,Apache Dubbo Hession Deserialization Vulnerability Gadgets Bypass,"A deserialization vulnerability existed in dubbo hessian-lite 3.2.12 and its earlier versions, which could lead to malicious code execution. This issue affects Apache Dubbo 2.7.x version 2.7.17 and prior versions; Apache Dubbo 3.0.x version 3.0.11 and prior versions; Apache Dubbo 3.1.x version 3.1.0 and prior versions.",Apache,Apache Dubbo,9.8,CRITICAL,0.01607000082731247,false,,false,false,false,,,false,false,,2022-10-18T00:00:00.000Z,0 CVE-2022-24969,https://securityvulnerability.io/vulnerability/CVE-2022-24969,bypass of CVE-2021-25640,"bypass CVE-2021-25640 > In Apache Dubbo prior to 2.6.12 and 2.7.15, the usage of parseURL method will lead to the bypass of the white host check which can cause open redirect or SSRF vulnerability.",Apache,Apache Dubbo,6.1,MEDIUM,0.0013599999947473407,false,,false,false,false,,,false,false,,2022-06-09T16:15:00.000Z,0 CVE-2021-43297,https://securityvulnerability.io/vulnerability/CVE-2021-43297,Dubbo Hessian cause RCE when parse error,"A deserialization vulnerability existed in dubbo hessian-lite 3.2.11 and its earlier versions, which could lead to malicious code execution. Most Dubbo users use Hessian2 as the default serialization/deserialization protocol, during Hessian catch unexpected exceptions, Hessian will log out some imformation for users, which may cause remote command execution. This issue affects Apache Dubbo Apache Dubbo 2.6.x versions prior to 2.6.12; Apache Dubbo 2.7.x versions prior to 2.7.15; Apache Dubbo 3.0.x versions prior to 3.0.5.",Apache,Apache Dubbo,9.8,CRITICAL,0.004720000084489584,false,,false,false,true,2022-01-17T17:52:34.000Z,true,false,false,,2022-01-10T15:25:48.000Z,0 CVE-2021-37579,https://securityvulnerability.io/vulnerability/CVE-2021-37579,Bypass deserialization checks in Apache Dubbo,"The Dubbo Provider will check the incoming request and the corresponding serialization type of this request meet the configuration set by the server. But there's an exception that the attacker can use to skip the security check (when enabled) and reaching a deserialization operation with native java serialization. Apache Dubbo 2.7.13, 3.0.2 fixed this issue by quickly fail when any unrecognized request was found.",Apache,Apache Dubbo,9.8,CRITICAL,0.010540000163018703,false,,false,false,false,,,false,false,,2021-09-09T07:45:12.000Z,0 CVE-2021-36161,https://securityvulnerability.io/vulnerability/CVE-2021-36161,Unprotected input value toString cause RCE,"Some component in Dubbo will try to print the formated string of the input arguments, which will possibly cause RCE for a maliciously customized bean with special toString method. In the latest version, we fix the toString call in timeout, cache and some other places. Fixed in Apache Dubbo 2.7.13",Apache,Apache Dubbo,9.8,CRITICAL,0.004209999926388264,false,,false,false,false,,,false,false,,2021-09-09T07:45:11.000Z,0 CVE-2021-36163,https://securityvulnerability.io/vulnerability/CVE-2021-36163,Unsafe deserialization in providers using the Hessian protocol,"In Apache Dubbo, users may choose to use the Hessian protocol. The Hessian protocol is implemented on top of HTTP and passes the body of a POST request directly to a HessianSkeleton: New HessianSkeleton are created without any configuration of the serialization factory and therefore without applying the dubbo properties for applying allowed or blocked type lists. In addition, the generic service is always exposed and therefore attackers do not need to figure out a valid service/method name pair. This is fixed in 2.7.13, 2.6.10.1",Apache,Apache Dubbo,9.8,CRITICAL,0.0028699999675154686,false,,false,false,false,,,false,false,,2021-09-07T09:25:11.000Z,0 CVE-2021-36162,https://securityvulnerability.io/vulnerability/CVE-2021-36162,Unprotected yaml deserialization cause RCE,"Apache Dubbo supports various rules to support configuration override or traffic routing (called routing in Dubbo). These rules are loaded into the configuration center (eg: Zookeeper, Nacos, ...) and retrieved by the customers when making a request in order to find the right endpoint. When parsing these YAML rules, Dubbo customers will use SnakeYAML library to load the rules which by default will enable calling arbitrary constructors. An attacker with access to the configuration center he will be able to poison the rule so when retrieved by the consumers, it will get RCE on all of them. This was fixed in Dubbo 2.7.13, 3.0.2",Apache,Apache Dubbo,8.8,HIGH,0.0015800000401213765,false,,false,false,false,,,false,false,,2021-09-07T09:25:10.000Z,0 CVE-2021-25640,https://securityvulnerability.io/vulnerability/CVE-2021-25640,Open Redirect or SSRF vulnerability usage of parseURL,"In Apache Dubbo prior to 2.6.9 and 2.7.9, the usage of parseURL method will lead to the bypass of white host check which can cause open redirect or SSRF vulnerability.",Apache,Apache Dubbo,6.1,MEDIUM,0.0013699999544769526,false,,false,false,false,,,false,false,,2021-06-01T14:15:00.000Z,0 CVE-2021-30180,https://securityvulnerability.io/vulnerability/CVE-2021-30180,Apache Dubbo RCE on customers via Condition route poisoning (Unsafe YAML unmarshaling),"Apache Dubbo prior to 2.7.9 support Tag routing which will enable a customer to route the request to the right server. These rules are used by the customers when making a request in order to find the right endpoint. When parsing these YAML rules, Dubbo customers may enable calling arbitrary constructors.",Apache,Apache Dubbo,9.8,CRITICAL,0.004209999926388264,false,,false,false,false,,,false,false,,2021-06-01T14:15:00.000Z,0 CVE-2021-30181,https://securityvulnerability.io/vulnerability/CVE-2021-30181,Apache Dubbo RCE on customers via Script route poisoning (Nashorn script injection),"Apache Dubbo prior to 2.6.9 and 2.7.9 supports Script routing which will enable a customer to route the request to the right server. These rules are used by the customers when making a request in order to find the right endpoint. When parsing these rules, Dubbo customers use ScriptEngine and run the rule provided by the script which by default may enable executing arbitrary code.",Apache,Apache Dubbo,9.8,CRITICAL,0.004209999926388264,false,,false,false,false,,,false,false,,2021-06-01T14:15:00.000Z,0 CVE-2021-25641,https://securityvulnerability.io/vulnerability/CVE-2021-25641,Dubbo Zookeeper does not check serialization id,"Each Apache Dubbo server will set a serialization id to tell the clients which serialization protocol it is working on. But for Dubbo versions before 2.7.8 or 2.6.9, an attacker can choose which serialization id the Provider will use by tampering with the byte preamble flags, aka, not following the server's instruction. This means that if a weak deserializer such as the Kryo and FST are somehow in code scope (e.g. if Kryo is somehow a part of a dependency), a remote unauthenticated attacker can tell the Provider to use the weak deserializer, and then proceed to exploit it.",Apache,Apache Dubbo,9.8,CRITICAL,0.029030000790953636,false,,false,false,true,2022-11-10T06:33:54.000Z,true,false,false,,2021-06-01T14:15:00.000Z,0 CVE-2021-30179,https://securityvulnerability.io/vulnerability/CVE-2021-30179,Apache Dubbo Pre-auth RCE via Java deserialization in the Generic filter,"Apache Dubbo prior to 2.6.9 and 2.7.9 by default supports generic calls to arbitrary methods exposed by provider interfaces. These invocations are handled by the GenericFilter which will find the service and method specified in the first arguments of the invocation and use the Java Reflection API to make the final call. The signature for the $invoke or $invokeAsync methods is Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/Object; where the first argument is the name of the method to invoke, the second one is an array with the parameter types for the method being invoked and the third one is an array with the actual call arguments. In addition, the caller also needs to set an RPC attachment specifying that the call is a generic call and how to decode the arguments. The possible values are: - true - raw.return - nativejava - bean - protobuf-json An attacker can control this RPC attachment and set it to nativejava to force the java deserialization of the byte array located in the third argument.",Apache,Apache Dubbo,9.8,CRITICAL,0.008489999920129776,false,,false,false,false,,,false,false,,2021-06-01T14:15:00.000Z,0 CVE-2020-11995,https://securityvulnerability.io/vulnerability/CVE-2020-11995,Apache Dubbo default deserialization protocol Hessian2 cause CRE,"A deserialization vulnerability existed in dubbo 2.7.5 and its earlier versions, which could lead to malicious code execution. Most Dubbo users use Hessian2 as the default serialization/deserialization protool, during Hessian2 deserializing the HashMap object, some functions in the classes stored in HasMap will be executed after a series of program calls, however, those special functions may cause remote command execution. For example, the hashCode() function of the EqualsBean class in rome-1.7.0.jar will cause the remotely load malicious classes and execute malicious code by constructing a malicious request. This issue was fixed in Apache Dubbo 2.6.9 and 2.7.8.",Apache,Apache Dubbo,9.8,CRITICAL,0.004720000084489584,false,,false,false,false,,,false,false,,2021-01-11T09:40:19.000Z,0 CVE-2020-1948,https://securityvulnerability.io/vulnerability/CVE-2020-1948,,"This vulnerability can affect all Dubbo users stay on version 2.7.6 or lower. An attacker can send RPC requests with unrecognized service name or method name along with some malicious parameter payloads. When the malicious parameter is deserialized, it will execute some malicious code. More details can be found below.",Apache,Apache Dubbo,9.8,CRITICAL,0.005080000031739473,false,,false,false,true,2020-07-14T02:42:41.000Z,true,false,false,,2020-07-14T13:11:31.000Z,0 CVE-2019-17564,https://securityvulnerability.io/vulnerability/CVE-2019-17564,,"Unsafe deserialization occurs within a Dubbo application which has HTTP remoting enabled. An attacker may submit a POST request with a Java object in it to completely compromise a Provider instance of Apache Dubbo, if this instance enables HTTP. This issue affected Apache Dubbo 2.7.0 to 2.7.4, 2.6.0 to 2.6.7, and all 2.5.x versions.",Apache,Apache Dubbo,9.8,CRITICAL,0.014890000224113464,false,,false,false,true,2020-02-24T07:46:36.000Z,true,false,false,,2020-04-01T21:17:59.000Z,0