6 matches found
cve-2020-1948-poc
cve-2020-1948-poc Apache Dubbo Deserialization Vulnerability install: root@kitploit: pip3 install dubbo-py root@kitploit: python3 cve-2020-1948.py Demo...
CVE-2020-1948
This repository does not have a README...
Dubbo-CVE-2020-1948
Apache Dubbo CVE-2020-1948 测试环境 引子 在这个漏洞出现之初,为了验证该漏洞的危害,我们从互联网上搜寻了很多人整理的例子,发现没有一个能够顺利验证该漏洞,故自己搞了一个,放在这里供大家参考,欢迎交流! 本环境基于 Apache Dubbo 官方示例环境改造而来,纠正了官方示例程序中几处编译中报错问题。例如: 官方示例代码中应用的 DubboService 类,实际应该 Service。 编译 root@kitploit: cd src mvn package 编译成功后会在 src/target 目录生成 dubbo.jar 文件。 运行...
Dubbo-deserialization
Apache Dubbo Deserialization Vulnerability Research This repository contains research materials, proof-of-concept code, and exploitation tools related to Apache Dubbo deserialization vulnerabilities, primarily focusing on CVE-2020-1948. Repository Structure Directories...
CVE-2020-1948
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. More detai...
CVE-2020-1948
CVE-2020-1948 affects Apache Dubbo before 2.7.8 (and related versions) where deserialization of untrusted data in RPC requests can trigger remote code execution. The vulnerability targets the Dubbo Provider component and allows an attacker to send RPC calls with unrecognized service/method names ...