Lucene search
+L

289 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 2:39 a.m.11 views

CVE-2023-23638

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...

9.8CVSS9.5AI score0.04847EPSS
SaveExploits3References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:31 p.m.11 views

CVE-2022-24969

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...

6.1CVSS6.7AI score0.02073EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:06 p.m.13 views

CVE-2022-39198

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...

9.8CVSS7.2AI score0.02573EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:35 p.m.19 views

CVE-2021-43297

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...

9.8CVSS7.4AI score0.16969EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/05/22 9:27 p.m.36 views

CVE-2021-30179

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...

9.8CVSS6.9AI score0.04084EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:27 p.m.11 views

CVE-2021-30181

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...

9.8CVSS6.8AI score0.60596EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:13 p.m.30 views

CVE-2021-36162

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...

8.8CVSS6.8AI score0.02261EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:12 p.m.13 views

CVE-2021-36163

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...

9.8CVSS6.7AI score0.03253EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:06 p.m.14 views

CVE-2021-37579

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 jav...

9.8CVSS6.9AI score0.06561EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:26 p.m.11 views

CVE-2021-25641

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 t...

9.8CVSS7.1AI score0.21221EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:26 p.m.13 views

CVE-2021-25640

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...

6.1CVSS6.7AI score0.02073EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:38 p.m.21 views

CVE-2021-36161

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...

9.8CVSS6.9AI score0.02467EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:31 p.m.15 views

CVE-2021-30180

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...

9.8CVSS6.8AI score0.60427EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:40 p.m.11 views

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 detai...

9.8CVSS6.9AI score0.15828EPSS
SaveExploits3
RedhatCVE
RedhatCVE
added 2025/05/22 5:24 p.m.12 views

CVE-2020-11995

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...

9.8CVSS9.6AI score0.05682EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:16 a.m.14 views

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,...

9.8CVSS6.7AI score0.36513EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2025/02/14 12:29 p.m.17 views

CVE-2023-46279

Deserialization of Untrusted Data vulnerability in Apache Dubbo.This issue only affects Apache Dubbo 3.1.5. Users are recommended to upgrade to the latest version, which fixes the issue...

9.8CVSS6.7AI score0.01666EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/14 10:21 a.m.12 views

CVE-2023-29234

A deserialization vulnerability existed when decode a malicious package.This issue affects Apache Dubbo: from 3.1.0 through 3.1.10, from 3.2.0 through 3.2.4. Users are recommended to upgrade to the latest version, which fixes the issue...

9.8CVSS6.7AI score0.07401EPSS
SaveExploits2References1
Gitee
Gitee
added 2024/07/01 4:01 p.m.71 views

Exploit for Deserialization of Untrusted Data in Apache Dubbo

Apache Dubbo 反序列化漏洞CVE-2023-29234 is a vulnerability in the Apache Dubbo framework, which allows an attacker to execute arbitrary code on the server-side. The vulnerability is caused by a deserialization issue in the Dubbo framework, which can be exploited by sending a specially crafted serialize...

9.8CVSS9.8AI score0.07401EPSS
SaveExploits2
Gitee
Gitee
added 2024/06/14 8:09 a.m.67 views

Exploit for Deserialization of Untrusted Data in Apache Dubbo

Apache ActiveMQ远程命令执行漏洞 影响版本: 5.18.0=Apache ActiveMQ5.18.3, 5.17.0=Apache ActiveMQ5.17.6, 5.16.0=Apache ActiveMQ5.16.7, 5.15.0=Apache ActiveMQ5.15.15 利用方式: 利用ActiveMQ的反序列化漏洞,可以执行任意命令 漏洞回显复现: 漏洞脚本: https://github.com/Fw-fW-fw/activemqThrowable, https://github.com/sincere9/Apache-ActiveMQ-RCE Apach...

9.8CVSS7AI score0.07401EPSS
SaveExploits2
Rows per page
Query Builder