| タイトル | SourceCodester Pizzafy Ecommerce System 1.0 File Inclusion |
|---|
| 説明 | This Local File Inclusion (LFI) 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 3.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\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%20LFI%20via%20Null%20Byte%20Injection%20in%20index.php.md |
|---|
| ユーザー | bhaskar10 (UID 98245) |
|---|
| 送信 | 2026年05月13日 20:26 (23 日 ago) |
|---|
| モデレーション | 2026年06月01日 16:59 (19 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 367649 [SourceCodester Pizzafy Ecommerce System 1.0 /index.php page 特権昇格] |
|---|
| ポイント | 20 |
|---|