Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SpamixOfficial/CVE-2023-38831
CVE-2023-38831 Proof-of-concept code
https://github.com/SpamixOfficial/CVE-2023-38831
cve cve-2023-38831 poc proof-of-concept rust
Last synced: 23 days ago
JSON representation
CVE-2023-38831 Proof-of-concept code
- Host: GitHub
- URL: https://github.com/SpamixOfficial/CVE-2023-38831
- Owner: SpamixOfficial
- License: unlicense
- Created: 2023-12-12T14:54:30.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-20T11:24:29.000Z (11 months ago)
- Last Synced: 2023-12-20T16:11:42.922Z (11 months ago)
- Topics: cve, cve-2023-38831, poc, proof-of-concept, rust
- Language: Rust
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CVE-2023-38831
This is an easy to use tool that creates a CVE-2023-38831 exploit that affects all WinRAR versions prior to 6.23.
## Here's more info about the CVE-2023-38831 exploit
> RARLAB WinRAR before 6.23 allows attackers to execute arbitrary code when a user attempts to view a benign file within a ZIP archive. The issue occurs because a ZIP archive may include a benign file (such as an ordinary .JPG file) and also a folder that has the same name as the benign file, and the contents of the folder (which may include executable content) are processed during an attempt to access only the benign file. This was exploited in the wild in April through October 2023.
## How to build
To build the project simply run this command in the project directory.
(*MAKE SURE YOU HAVE CARGO INSTALLED BEFORE RUNNING THIS!*)
```bash
cargo build --release
```After running this command you'll have an executable located in `target/release` called `winrar-script-exploiter`!
## How-To-Use
Simply run the executable and input all necessary valus.
Try it with some of the demo files in the *demos* folder!
## Reference
https://cve.circl.lu/cve/CVE-2023-38831
https://nvd.nist.gov/vuln/detail/CVE-2023-38831