Lucene search
K

223 matches found

Nuclei
Nuclei
added 14 hours ago12 views

Apache Dubbo 2.5.x-2.7.4 - Insecure Deserialization

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.8CVSS7.9AI score0.94048EPSS
Exploits2References4
Veracode
Veracode
added 2025/12/13 5:9 a.m.4 views

Remote Code Execution (RCE)

org.apache.dubbo:dubbo is vulnerable to Remote Code Execution RCE. The vulnerability is due to insecure deserialization handling in hessian-lite during exception logging, which allows an attacker to execute malicious code through crafted serialized data...

9.8CVSS7.5AI score0.46296EPSS
Exploits1References2Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2021-2042

Malware in sbrugna...

9.8CVSS9.1AI score0.0121EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-2100

Malware in sbrugna...

9.8CVSS9.2AI score0.02891EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.4 views

EUVD-2021-2105

Malware in sbrugna...

8.8CVSS8.5AI score0.01012EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2021-2103

Malware in sbrugna...

9.8CVSS9.2AI score0.02734EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-1324

Malicious code in bioql PyPI...

9.8CVSS9.3AI score0.02183EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-7031

Malicious code in bioql PyPI...

9.8CVSS9.3AI score0.10341EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-6051

Malicious code in bioql PyPI...

6.1CVSS6.2AI score0.02387EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-1431

Malicious code in bioql PyPI...

6.1CVSS6.2AI score0.00705EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-1521

Malicious code in bioql PyPI...

9.8CVSS9.3AI score0.03871EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-0880

Malicious code in bioql PyPI...

9.8CVSS9.4AI score0.02419EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2022-1367

Malicious code in bioql PyPI...

9.8CVSS9.3AI score0.04398EPSS
Exploits0References2
GithubExploit
GithubExploit
added 2025/07/11 7:47 a.m.243 views

Exploit for Deserialization of Untrusted Data in Apache Dubbo

CVE-2023-23638 For educational purposes only. Provided by Zo...

9.8CVSS7.3AI score0.50291EPSS
Exploits3
RedhatCVE
RedhatCVE
added 2025/05/23 2:39 a.m.2 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.50291EPSS
Exploits3References1
RedhatCVE
RedhatCVE
added 2025/05/22 10:31 p.m.4 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.02387EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:27 p.m.6 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.02183EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:27 p.m.3 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.03871EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:13 p.m.4 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.01012EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:12 p.m.4 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.0121EPSS
Exploits0References1
Rows per page
Query Builder