From 83900b12f0ab2d6f796a9a03ef71ab0e45206bd5 Mon Sep 17 00:00:00 2001 From: tardc Date: Fri, 21 Aug 2020 17:24:17 +0800 Subject: [PATCH] update README.md --- Dubbo/CVE-2020-1948/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dubbo/CVE-2020-1948/README.md b/Dubbo/CVE-2020-1948/README.md index e41593b..9b9e887 100644 --- a/Dubbo/CVE-2020-1948/README.md +++ b/Dubbo/CVE-2020-1948/README.md @@ -1,10 +1,10 @@ -# CVE-2020-1948 Dubbo RCE +# CVE-2020-1948 Dubbo RCE 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. **Affected version**: apache dubbo 2.5.0 - 2.5.10, 2.6.0 - 2.6.7, 2.7.0 - 2.7.6 -**[FOFA]([https://fofa.so/result?q=protocol%3D%3D%22apache-dubbo%22&qbase64=cHJvdG9jb2w9PSJhcGFjaGUtZHViYm8i&file=&file=](https://fofa.so/result?q=protocol%3D%3D"apache-dubbo"&qbase64=cHJvdG9jb2w9PSJhcGFjaGUtZHViYm8i&file=&file=)) query rule**: protocol=="apache-dubbo" +**[FOFA](https://fofa.so/result?q=protocol%3D%3D"apache-dubbo"&qbase64=cHJvdG9jb2w9PSJhcGFjaGUtZHViYm8i&file=&file=) query rule**: protocol=="apache-dubbo" # Demo