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

目标: 1000 元 · 已筹: 1336

100%

CVE-2019-7609 PoC — Elasticsearch Kibana 代码注入漏洞

来源
关联漏洞
标题: Elasticsearch Kibana 代码注入漏洞 (CVE-2019-7609)
Description:Elasticsearch Kibana是荷兰Elasticsearch公司的一套开源的、基于浏览器的分析和搜索Elasticsearch仪表板工具。 Kibana 5.6.15之前版本和6.6.1之前版本中的Timelion visualizer存在安全漏洞。远程攻击者可通过发送请求利用该漏洞执行JavaScript代码并可能以Kibana进程权限执行任意命令。
介绍
# CVE-2019-7609-KibanaRCE
Minor changes were made to the CVE to make it compatible with Python 3. cve-modific.py

Here are the modifications: In the get_kibana_version() function, the line match = re.findall(pattern, r.content) was updated to match = re.findall(pattern, r.text). This change was made to use r.text instead of r.content, allowing the response to be treated as a string rather than bytes.

![Captura de tela de 2023-07-16 21-35-30](https://github.com/OliveiraaX/CVE-2019-7609-KibanaRCE/assets/131061822/59de3ace-e334-46ac-8501-c7b9d12d7882)

![Captura de tela de 2023-07-16 21-50-42](https://github.com/OliveiraaX/CVE-2019-7609-KibanaRCE/assets/131061822/f33a1461-6d17-4877-bdf7-9733e60086bd)
For educational purposes This script is intended for educational use only.

Original: https://github.com/LandGrey/CVE-2019-7609/
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →