目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2022-42889— Apache Commons Text 代码注入漏洞

一分钟漏洞结论

影响对象
Apache Software Foundation Apache Commons Text
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Apache Commons Text是美国阿帕奇(Apache)基金会的一个专注于字符串算法的库。 Apache Commons Text 1.5至1.9版本存在安全漏洞,该漏洞源于默认的Lookup实例集包括可能导致任意代码执行或与远程服务器联系的插值器,可能容易受到远程代码执行或与远程服务器的无意接触的影响。

AI 预测 9.8 利用难度: 极易 EPSS 99.93% · P100

公开利用映射 2

ExploitDB · 1 EDB-52261 [webapps]
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2022-42889 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Apache Commons Text prior to 1.10.0 allows RCE when applied to untrusted input due to insecure interpolation defaults
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Apache Commons Text 代码注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Apache Commons Text是美国阿帕奇(Apache)基金会的一个专注于字符串算法的库。 Apache Commons Text 1.5至1.9版本存在安全漏洞,该漏洞源于默认的Lookup实例集包括可能导致任意代码执行或与远程服务器联系的插值器,可能容易受到远程代码执行或与远程服务器的无意接触的影响。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

神龙十问 — AI 深度分析

十问解析:根本原因、利用方式、修复建议、紧迫性。摘要免费,完整版需登录。

受影响产品

厂商 产品 影响版本 CPE 订阅
Apache Software Foundation Apache Commons Text unspecified ~ 1.9 -

二、漏洞 CVE-2022-42889 的公开POC

# POC 描述 源链接 神龙链接
1 CVE-2022-42889 dockerized sample application (Apache Commons Text RCE) https://github.com/0xst4n/CVE-2022-42889 POC详情
2 Proof of Concept for the Apache commons-text vulnerability CVE-2022-42889. https://github.com/SeanWrightSec/CVE-2022-42889-PoC POC详情
3 ClusterImagePolicy demo for cve-2022-42889 text4shell https://github.com/chainguard-dev/text4shell-policy POC详情
4 An intentionally vulnerable webapp to get your hands dirty with CVE-2022-42889. https://github.com/tulhan/commons-text-goat POC详情
5 Dockerized POC for CVE-2022-42889 Text4Shell https://github.com/karthikuj/cve-2022-42889-text4shell-docker POC详情
6 cve-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-42889 POC详情
7 A simple application that shows how to exploit the CVE-2022-42889 vulnerability https://github.com/korteke/CVE-2022-42889-POC POC详情
8 None https://github.com/eunomie/cve-2022-42889-check POC详情
9 Apache commons text - CVE-2022-42889 Text4Shell proof of concept exploit. https://github.com/kljunowsky/CVE-2022-42889-text4shell POC详情
10 A fully automated, accurate, and extensive scanner for finding text4shell RCE CVE-2022-42889 https://github.com/securekomodo/text4shell-scan POC详情
11 None https://github.com/neerazz/CVE-2022-42889 POC详情
12 通过 jvm 启动参数 以及 jps pid进行拦截非法参数 https://github.com/uk0/cve-2022-42889-intercept POC详情
13 Proof of Concept Appliction for testing CVE-2022-42889 https://github.com/securekomodo/text4shell-poc POC详情
14 None https://github.com/humbss/CVE-2022-42889 POC详情
15 This project includes a python script which generates malicious commands leveraging CVE-2022-42889 vulnerability https://github.com/stavrosgns/Text4ShellPayloads POC详情
16 python script for CVE-2022-42889 https://github.com/s3l33/CVE-2022-42889 POC详情
17 Dockerized PoC for CVE-2022-42889 Text4Shell https://github.com/galoget/CVE-2022-42889-Text4Shell-Docker POC详情
18 CVE-2022-42889 Text4Shell Exploit POC https://github.com/rhitikwadhvana/CVE-2022-42889-Text4Shell-Exploit-POC POC详情
19 A simple dockerize application that shows how to exploit the CVE-2022-42889 vulnerability. https://github.com/akshayithape-devops/CVE-2022-42889-POC POC详情
20 Apache Text4Shell (CVE-2022-42889) Burp Bounty Profile https://github.com/0xmaximus/Apache-Commons-Text-CVE-2022-42889 POC详情
21 Vulnerability Scanner for CVE-2022-42889 (Text4Shell) https://github.com/smileostrich/Text4Shell-Scanner POC详情
22 CVE-2022-42889 aka Text4Shell research & PoC https://github.com/cxzero/CVE-2022-42889-text4shell POC详情
23 Text4Shell PoC Exploit https://github.com/west-wind/CVE-2022-42889 POC详情
24 None https://github.com/Vulnmachines/text4shell-CVE-2022-42889 POC详情
25 CVE-2022-42889 Blind-RCE Nuclei Template https://github.com/Hack4rLIFE/CVE-2022-42889 POC详情
26 Proof of Concept for CVE-2022-42889 (Text4Shell Vulnerability) https://github.com/cryxnet/CVE-2022-42889-RCE POC详情
27 CVE-2022-42889 (a.k.a. Text4Shell) RCE Proof of Concept https://github.com/sunnyvale-it/CVE-2022-42889-PoC POC详情
28 Script to handle CVE 2022-42889 https://github.com/QAInsights/cve-2022-42889-jmeter POC详情
29 None https://github.com/adarshpv9746/Text4shell--Automated-exploit---CVE-2022-42889 POC详情
30 Python Script to exploit RCE of CVE-2022-42889 https://github.com/pwnb0y/Text4shell-exploit POC详情
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2022-42889 的情报信息

登录查看更多情报信息。

CVE-2022-42889 厂商安全公告 (2)

CVE-2022-42889 公开利用代码 (2)

CVE-2022-42889 邮件列表归档 (3)

CVE-2022-42889 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2022-42889

暂无评论


发表评论