支持本站 — 捐款将帮助我们持续运营

目标:1000 元,已筹:752

75.2%
一、 漏洞 CVE-2022-42889 基础信息
漏洞信息
                                        # Apache Commons Text 1.10.0 之前远程代码执行漏洞

N/A
                                        
神龙判断

是否为 Web 类漏洞:

判断理由:

是。这个漏洞存在于Apache Commons Text库中,涉及变量插值功能,可能导致远程代码执行或与远程服务器的意外通信,当应用程序使用受影响版本(1.5至1.9)的插值默认设置且使用了不可信的配置值时,可能会被利用。
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Apache Commons Text prior to 1.10.0 allows RCE when applied to untrusted input due to insecure interpolation defaults
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Apache Commons Text performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of org.apache.commons.text.lookup.StringLookup that performs the interpolation. Starting with version 1.5 and continuing through 1.9, the set of default Lookup instances included interpolators that could result in arbitrary code execution or contact with remote servers. These lookups are: - "script" - execute expressions using the JVM script execution engine (javax.script) - "dns" - resolve dns records - "url" - load values from urls, including from remote servers Applications using the interpolation defaults in the affected versions may be vulnerable to remote code execution or unintentional contact with remote servers if untrusted configuration values are used. Users are recommended to upgrade to Apache Commons Text 1.10.0, which disables the problematic interpolators by default.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Apache Commons Text 代码注入漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Apache Commons Text是美国阿帕奇(Apache)基金会的一个专注于字符串算法的库。 Apache Commons Text 1.5至1.9版本存在安全漏洞,该漏洞源于默认的Lookup实例集包括可能导致任意代码执行或与远程服务器联系的插值器,可能容易受到远程代码执行或与远程服务器的无意接触的影响。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
代码注入
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-42889 的公开POC
#POC 描述源链接神龙链接
1CVE-2022-42889 dockerized sample application (Apache Commons Text RCE)https://github.com/0xst4n/CVE-2022-42889POC详情
2Proof of Concept for the Apache commons-text vulnerability CVE-2022-42889.https://github.com/SeanWrightSec/CVE-2022-42889-PoCPOC详情
3ClusterImagePolicy demo for cve-2022-42889 text4shell https://github.com/chainguard-dev/text4shell-policyPOC详情
4An intentionally vulnerable webapp to get your hands dirty with CVE-2022-42889.https://github.com/tulhan/commons-text-goatPOC详情
5Dockerized POC for CVE-2022-42889 Text4Shellhttps://github.com/karthikuj/cve-2022-42889-text4shell-dockerPOC详情
6cve-2022-42889 Text4Shell CVE-2022-42889 affects Apache Commons Text versions 1.5 through 1.9. It has been patched as of Commons Text version 1.10. https://github.com/ClickCyber/cve-2022-42889POC详情
7A simple application that shows how to exploit the CVE-2022-42889 vulnerabilityhttps://github.com/korteke/CVE-2022-42889-POCPOC详情
8Nonehttps://github.com/eunomie/cve-2022-42889-checkPOC详情
9Apache commons text - CVE-2022-42889 Text4Shell proof of concept exploit.https://github.com/kljunowsky/CVE-2022-42889-text4shellPOC详情
10A fully automated, accurate, and extensive scanner for finding text4shell RCE CVE-2022-42889https://github.com/securekomodo/text4shell-scanPOC详情
11Nonehttps://github.com/neerazz/CVE-2022-42889POC详情
12通过 jvm 启动参数 以及 jps pid进行拦截非法参数https://github.com/uk0/cve-2022-42889-interceptPOC详情
13Proof of Concept Appliction for testing CVE-2022-42889https://github.com/securekomodo/text4shell-pocPOC详情
14Nonehttps://github.com/humbss/CVE-2022-42889POC详情
15This project includes a python script which generates malicious commands leveraging CVE-2022-42889 vulnerabilityhttps://github.com/stavrosgns/Text4ShellPayloadsPOC详情
16python script for CVE-2022-42889https://github.com/s3l33/CVE-2022-42889POC详情
17Dockerized PoC for CVE-2022-42889 Text4Shellhttps://github.com/galoget/CVE-2022-42889-Text4Shell-DockerPOC详情
18CVE-2022-42889 Text4Shell Exploit POChttps://github.com/rhitikwadhvana/CVE-2022-42889-Text4Shell-Exploit-POCPOC详情
19A simple dockerize application that shows how to exploit the CVE-2022-42889 vulnerability.https://github.com/akshayithape-devops/CVE-2022-42889-POCPOC详情
20Apache Text4Shell (CVE-2022-42889) Burp Bounty Profilehttps://github.com/0xmaximus/Apache-Commons-Text-CVE-2022-42889POC详情
21Vulnerability Scanner for CVE-2022-42889 (Text4Shell)https://github.com/smileostrich/Text4Shell-ScannerPOC详情
22CVE-2022-42889 aka Text4Shell research & PoChttps://github.com/cxzero/CVE-2022-42889-text4shellPOC详情
23Text4Shell PoC Exploit https://github.com/west-wind/CVE-2022-42889POC详情
24Nonehttps://github.com/Vulnmachines/text4shell-CVE-2022-42889POC详情
25CVE-2022-42889 Blind-RCE Nuclei Templatehttps://github.com/Hack4rLIFE/CVE-2022-42889POC详情
26Proof of Concept for CVE-2022-42889 (Text4Shell Vulnerability) https://github.com/cryxnet/CVE-2022-42889-RCEPOC详情
27CVE-2022-42889 (a.k.a. Text4Shell) RCE Proof of Concepthttps://github.com/sunnyvale-it/CVE-2022-42889-PoCPOC详情
28Script to handle CVE 2022-42889https://github.com/QAInsights/cve-2022-42889-jmeterPOC详情
29Nonehttps://github.com/adarshpv9746/Text4shell--Automated-exploit---CVE-2022-42889POC详情
30Python Script to exploit RCE of CVE-2022-42889 https://github.com/pwnb0y/Text4shell-exploitPOC详情
31CVE-2022-42889 - Text4Shell exploithttps://github.com/gokul-ramesh/text4shell-exploitPOC详情
32text4shell(CVE-2022-42889) BurpSuite Scannerhttps://github.com/f0ng/text4shellburpscannerPOC详情
33https://github.com/karthikuj/cve-2022-42889-text4shell-docker.githttps://github.com/WFS-Mend/vtrade-commonPOC详情
34Kubernetes Lab for CVE-2022-42889https://github.com/devenes/text4shell-cve-2022-42889POC详情
35A demonstration of CVE-2022-42889 (text4shell) remote code execution vulnerabilityhttps://github.com/hotblac/text4shellPOC详情
36docker for CVE-2022-42889https://github.com/necroteddy/CVE-2022-42889POC详情
37Nonehttps://github.com/ReachabilityOrg/cve-2022-42889-text4shell-dockerPOC详情
38Nonehttps://github.com/dgor2023/cve-2022-42889-text4shell-dockerPOC详情
39Nonehttps://github.com/Dima2021/cve-2022-42889-text4shellPOC详情
40Nonehttps://github.com/RSA-Demo/cve-2022-42889-text4shellPOC详情
41Dockerized POC for CVE-2022-42889 Text4Shellhttps://github.com/aaronm-sysdig/text4shell-dockerPOC详情
42This repository contains a Python script to automate the process of testing for a vulnerability known as Text4Shell, referenced under the CVE id: CVE-2022-42889. https://github.com/gustanini/CVE-2022-42889-Text4Shell-POCPOC详情
43Text4Shellhttps://github.com/Sic4rio/CVE-2022-42889POC详情
44RCE PoC for Apache Commons Text vulnhttps://github.com/34006133/CVE-2022-42889POC详情
45Nonehttps://github.com/DimaMend/cve-2022-42889-text4shellPOC详情
46CVE-2022-42889 Blind-RCE Nuclei Templatehttps://github.com/Gotcha-1G/CVE-2022-42889POC详情
47Nonehttps://github.com/joshbnewton31080/cve-2022-42889-text4shellPOC详情
48Nonehttps://github.com/MendDemo-josh/cve-2022-42889-text4shellPOC详情
49CVE-2022-42889 dockerized sample application (Apache Commons Text RCE)https://github.com/rockmelodies/CVE-2022-42889POC详情
50This repository contains a Python script to automate the process of testing for a vulnerability known as Text4Shell, referenced under the CVE id: CVE-2022-42889. https://github.com/808ale/CVE-2022-42889-Text4Shell-POCPOC详情
51A fully automated, accurate, and extensive scanner for finding text4shell RCE CVE-2022-42889https://github.com/kiralab/text4shell-scanPOC详情
52A custom Python-based proof-of-concept (PoC) exploit targeting Text4Shell (CVE-2022-42889), a critical remote code execution vulnerability in Apache Commons Text versions < 1.10.https://github.com/chaudharyarjun/text4shell-exploitPOC详情
53CVE-2022-42889 Blind-RCE Nuclei Templatehttps://github.com/Gotcha1G/CVE-2022-42889POC详情
54Apache Commons Text performs variable interpolation, allowing properties to be dynamically evaluated and expanded. The standard format for interpolation is "${prefix:name}", where "prefix" is used to locate an instance of org.apache.commons.text.lookup.StringLookup that performs the interpolation. Starting with version 1.5 and continuing through 1.9, the set of default Lookup instances included interpolators that could result in arbitrary code execution or contact with remote servers. These lookups are: - "script" - execute expressions using the JVM script execution engine (javax.script) - "dns" - resolve dns records - "url" - load values from urls, including from remote servers Applications using the interpolation defaults in the affected versions may be vulnerable to remote code execution or unintentional contact with remote servers if untrusted configuration values are used. Users are recommended to upgrade to Apache Commons Text 1.10.0, which disables the problematic interpolators by default. https://github.com/projectdiscovery/nuclei-templates/blob/main/dast/cves/2022/CVE-2022-42889.yamlPOC详情
55Nonehttps://github.com/Threekiii/Awesome-POC/blob/master/%E5%BC%80%E5%8F%91%E6%A1%86%E6%9E%B6%E6%BC%8F%E6%B4%9E/Apache%20Commons%20Text%20%E8%BF%9C%E7%A8%8B%E4%BB%A3%E7%A0%81%E6%89%A7%E8%A1%8C%E6%BC%8F%E6%B4%9E%20CVE-2022-42889.mdPOC详情
56Python Script to exploit RCE of CVE-2022-42889 https://github.com/vickyaryan7/Text4shell-exploitPOC详情
57A custom Python-based proof-of-concept (PoC) exploit targeting Text4Shell (CVE-2022-42889), a critical remote code execution vulnerability in Apache Commons Text versions < 1.10.https://github.com/Syndicate27/text4shell-exploitPOC详情
58Log4Shell / Log4J Payload - CVE-2021-45046 and CVE-2022-42889https://github.com/ifconfig-me/Log4Shell-PayloadsPOC详情
59Nonehttps://github.com/shoucheng3/asf__commons-text_CVE-2022-42889_1-9POC详情
60Proof of Concept (PoC) for CVE-2022-42889 (Text4Shell) targeting Apache Commons Text versions prior to 1.10.0. This script automates Remote Code Execution (RCE) via script interpolation to establish a reverse shell. This version is a structured optimization based on the original exploit found at Exploit-DB (ID: 52261).https://github.com/Goultarde/CVE-2022-42889-text4shellPOC详情
三、漏洞 CVE-2022-42889 的情报信息
四、漏洞 CVE-2022-42889 的评论

暂无评论


发表评论