Remote Code Execution (RCE) Affecting org.apache.dubbo:dubbo-rpc-http package, versions [2.7.0, 2.7.10) [2.6.0, 2.6.10)


0.0
medium

Snyk CVSS

    Attack Complexity High

    Threat Intelligence

    Exploit Maturity Proof of concept
    EPSS 6.44% (94th percentile)
Expand this section
NVD
9.8 critical

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

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