CVE-2009-4623
Advanced Comment System 1.0 - Remote Code Execution via ACS_path Parameter
Title source: llmExploitation Summary
EIP tracks 4 public exploits for CVE-2009-4623. PoCs published by Kurd-Team, kernel-cyber, sammonsempes.
AI-analyzed exploit summary This is a writeup describing a Remote File Inclusion (RFI) vulnerability in Advanced Comment System 1.0. It provides exploit paths but lacks actual exploit code or payload details.
Description
Multiple PHP remote file inclusion vulnerabilities in Advanced Comment System 1.0 allow remote attackers to execute arbitrary PHP code via a URL in the ACS_path parameter to (1) index.php and (2) admin.php in advanced_comment_system/. NOTE: this might only be a vulnerability when the administrator has not followed installation instructions in install.php. NOTE: this might be the same as CVE-2020-35598.
Exploits (4)
This is a writeup describing a Remote File Inclusion (RFI) vulnerability in Advanced Comment System 1.0. It provides exploit paths but lacks actual exploit code or payload details.
The repository contains a functional Python exploit for CVE-2009-4623, targeting a PHP remote file inclusion vulnerability in Advanced Comment System 1.0. The exploit sends a crafted request to execute arbitrary PHP code via the 'ACS_path' parameter, resulting in a reverse shell.
This repository contains a functional exploit script for CVE-2009-4623, which leverages a PHP file inclusion vulnerability to achieve remote command execution. The script sends crafted HTTP requests with a null byte termination to include malicious PHP code via the `ACS_path` parameter.
The repository contains a functional Python exploit for CVE-2009-4623, targeting Advanced Comment System 1.0. The exploit leverages a PHP null byte injection to execute arbitrary commands via a crafted POST request to 'index.php'.