org.apache.dubbo:dubbo-common@2.7.11 vulnerabilities

Direct Vulnerabilities

Known vulnerabilities in the org.apache.dubbo:dubbo-common package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • M
Deserialization of Untrusted Data

org.apache.dubbo:dubbo-common is a high-performance, java based, open source RPC framework.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to improper sanitization when Dubbo generic invoked.

How to fix Deserialization of Untrusted Data?

Upgrade org.apache.dubbo:dubbo-common to version 2.7.22, 3.0.14, 3.1.6 or higher.

[,2.7.22) [3.0.0,3.0.14) [3.1.0,3.1.6)
  • M
Open Redirect

org.apache.dubbo:dubbo-common is a high-performance, java based, open source RPC framework.

Affected versions of this package are vulnerable to Open Redirect due to the usage of parseURL method which can lead to a bypass of the white host check. This is a bypass of CVE-2021-25640 .

How to fix Open Redirect?

Upgrade org.apache.dubbo:dubbo-common to version 2.6.12, 2.7.15 or higher.

[,2.6.12) [2.7.0,2.7.15)
  • M
NULL Pointer Dereference

org.apache.dubbo:dubbo-common is a high-performance, java based, open source RPC framework.

Affected versions of this package are vulnerable to NULL Pointer Dereference. When the parseURL()/parseURLs() functions receive an empty address as an argument, or getDefaultExtension() return a null valued defaultextension, a null pointer dereference might occur leading to a potential crash.

How to fix NULL Pointer Dereference?

Upgrade org.apache.dubbo:dubbo-common to version 2.7.15, 3.0.2 or higher.

[,2.7.15) [3.0.0,3.0.2)
  • C
Remote Code Execution (RCE)

org.apache.dubbo:dubbo-common is a high-performance, java based, open source RPC framework.

Affected versions of this package are vulnerable to Remote Code Execution (RCE). Some components in Dubbo will try to print the formatted string of the input arguments, which will possibly cause RCE for a maliciously customized bean with a special toString method.

How to fix Remote Code Execution (RCE)?

Upgrade org.apache.dubbo:dubbo-common to version 2.7.13 or higher.

[,2.7.13)
  • M
Deserialization of Untrusted Data

org.apache.dubbo:dubbo-common is a high-performance, java based, open source RPC framework.

Affected versions of this package are vulnerable to Deserialization of Untrusted Data. The Dubbo Provider will check that the incoming request and the corresponding serialization type of the request meet the configuration set by the server. However, there is an exception that the attacker can use to skip the security check (when enabled) and reach a deserialization operation with native Java serialization.

How to fix Deserialization of Untrusted Data?

Upgrade org.apache.dubbo:dubbo-common to version 2.7.13, 3.0.2 or higher.

[,2.7.13) [3.0.0,3.0.2)