| 제목 | The Earnings and Expense Tracker Application has file reading vulnerabilities |
|---|
| 설명 | Users can read files on the server through carefully constructed urls. The vulnerability is at line 83 of index.php, where the code does not filter user input. page parameters are completely controllable and unfiltered.
https://github.com/web-zxl/img/blob/main/1.png
https://github.com/web-zxl/img/blob/main/2.png
We construct the following statement http://127.0.0.1/php-sqlite-expense-tracker/?page=php://filter /read=convert. base64-encode/resource=users and access, you can see the page read fetch base64 encoded users. base64 decoding is the source code of users.php
https://github.com/web-zxl/img/blob/main/3.png |
|---|
| 원천 | ⚠️ https://www.sourcecodester.com/php/16354/earnings-and-expense-tracker-app-using-php-and-sqlite3-source-code-free-download.html |
|---|
| 사용자 | aallll (UID 34396) |
|---|
| 제출 | 2023. 04. 04. PM 12:11 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 04. 05. AM 08:04 (20 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 224997 [SourceCodester Earnings and Expense Tracker App 1.0 index.php page 정보 공개] |
|---|
| 포인트들 | 20 |
|---|