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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-44877 PoC — CentOS Web Panel 操作系统命令注入漏洞

Source
Associated Vulnerability
Title:CentOS Web Panel 操作系统命令注入漏洞 (CVE-2022-44877)
Description:CentOS Web Panel(CWP)是Control Web Panel社区的一款免费的虚拟主机控制面板。 Centos Web Panel 7 v0.9.8.1147之前版本存在安全漏洞,该漏洞源于/login/index.php组件存在问题,允许未经身份验证的攻击者通过精心设计的HTTP请求执行任意系统命令。
Readme
use go-exploit module

#when module mode off
```
go get github.com/vulncheck-oss/go-exploit
```

#when moduile mode on
```
go mod init example.com/myapp
go get github.com/vulncheck-oss/go-exploit
```

build
```
go build -o cve-2022-44877 main.go
```
File Snapshot

[4.0K] /data/pocs/58b859a21a0fc7b40ccc7f7070140451f5c2ae30 ├── [2.4K] main.go └── [ 250] README.md 0 directories, 2 files
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.