| 제목 | SourceCodester Pizzafy Ecommerce System 1.0 File Inclusion |
|---|
| 설명 | The Local File Inclusion vulnerability in Pizzafy allows an attacker to manipulate the page parameter to traverse the server's file system, moving beyond the intended directory. As evidenced in LFI 2.png, the application's failure to sanitize directory traversal sequences (../) results in the server attempting to execute arbitrary file paths. This flaw exposes sensitive internal data, such as the full system path C:\xampp\htdocs\Pizzafy\admin\index.php, and potentially allows for the reading of critical configuration files. If an attacker successfully pairs this with a file upload or log poisoning vector, the vulnerability could escalate to full Remote Code Execution (RCE). To secure the system, developers must implement a strict whitelist of allowed filenames and ensure the application does not directly handle path-based user input. |
|---|
| 원천 | ⚠️ https://github.com/cyber-bhaskar10/CVE-Writeups/blob/main/CVE%20Writeup%20Local%20File%20Inclusion%20(LFI)%20in%20index.php.md |
|---|
| 사용자 | bhaskar10 (UID 98245) |
|---|
| 제출 | 2026. 05. 13. PM 08:08 (22 날 ago) |
|---|
| 모더레이션 | 2026. 06. 01. PM 04:59 (19 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367648 [SourceCodester Pizzafy Ecommerce System 1.0 /admin/index.php page 권한 상승] |
|---|
| 포인트들 | 20 |
|---|