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

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-51467 PoC — Apache OFBiz 代码问题漏洞

来源
关联漏洞
标题: Apache OFBiz 代码问题漏洞 (CVE-2023-51467)
Description:Apache OFBiz是美国阿帕奇(Apache)基金会的一套企业资源计划(ERP)系统。该系统提供了一整套基于Java的Web应用程序组件和工具。 Apache OFBiz 18.12.11之前版本存在代码问题漏洞,该漏洞源于允许攻击者绕过身份验证来实现服务器端请求伪造。
Description
Apache OfBiz Auth Bypass Scanner for CVE-2023-51467
介绍
# CVE-2023-51467 Scanner 🕵️‍♂️

## Description 📜

CVE-2023-51467 Scanner is a Python-based command-line tool 🛠️ that scans URLs for a specific vulnerability in the Apache OfBiz ERP system. This zero-day security flaw, tracked as CVE-2023-51467, allows attackers to bypass authentication protections due to an incomplete patch for the critical vulnerability CVE-2023-49070.

## Vulnerability Details 🔐

The CVE-2023-51467 vulnerability resides in the login functionality of Apache OfBiz versions prior to 18.12.10. It can be exploited by sending an HTTP request with empty or invalid USERNAME and PASSWORD parameters, which results in an authentication success message, allowing unauthorized access to internal resources.

## Installation 💻

To use the CVE-2023-51467 Scanner, you need Python 3.x.

You can install the required packages using `pip` 📦:

```shell
pip install -r requirements.txt 
```

## Usage 🚀

To scan a single URL 🎯:

```shell
python exploit.py -u http://example.com
```

To scan a list of URLs from a file 📊:

```shell
python exploit.py -f urls.txt -o output.txt -t 50
```

## Options ⚙️

- `-u`, `--url`: Single URL to send the GET request to 🌐.
- `-f`, `--file`: File containing a list of base URLs to scan 📄.
- `-o`, `--output`: File to write vulnerable systems to (default is `output.txt`) 📝.
- `-t`, `--threads`: Number of concurrent threads to use (default is 10) 🧵.

## Disclaimer ⚠️

This tool is intended for security research and should not be used for illegal activities. The authors of this tool cannot be held responsible for any misuse or damage from its use.
文件快照

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

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