Remote Code Execution (RCE) Affecting org.apache.dubbo:dubbo-rpc-http Open this link in a new tab package, versions [2.7.0, 2.7.10) [2.6.0, 2.6.10)
Exploit Maturity
Proof of concept
Attack Complexity
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-ORGAPACHEDUBBO-1298631
-
published
2 Jun 2021
-
disclosed
2 Jun 2021
-
credit
Unknown
Introduced: 2 Jun 2021
CVE-2021-30179 Open this link in a new tabHow to fix?
Upgrade org.apache.dubbo:dubbo-rpc-http
to version 2.7.10, 2.6.10 or higher.
Overview
org.apache.dubbo:dubbo-rpc-http is a JSON-RPC module of dubbo project
Affected versions of this package are vulnerable to Remote Code Execution (RCE) via 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.