| 제목 | icret EasyImages2.0 <=2.83 Pre-Auth Path Traversal |
|---|
| 설명 | This vulnerability pertains to a pre-authentication path traversal flaw found in EasyImage version 2.8.3. The vulnerability is located in the app/hide.php file, where an attacker can input a parameter named "key" which will be decoded in the urlHash function. By default, the hide_key in the configuration is set to 'EasyImage2.0'.
Once decoded, the key is concatenated with the real_path and then passed to the file_get_contents function. The issue here is that an attacker can exploit this path traversal vulnerability by crafting a specific key that manipulates the file_get_contents function to read any file on the system, such as /etc/passwd, thereby gaining access to sensitive information.
By constructing a specific request, an attacker can cause the system to decode a path that points to any file, enabling them to read system files. This can lead to an information leak and poses a serious threat to the security of the system.
An example of how to exploit this vulnerability has been provided in the description. This example illustrates how an attacker can construct a specific request to read the /etc/passwd file on the system. |
|---|
| 원천 | ⚠️ https://note.zhaoj.in/share/MHnV2WLY9rxU |
|---|
| 사용자 | glzjin (UID 59815) |
|---|
| 제출 | 2023. 12. 22. AM 10:16 (2 연령 ago) |
|---|
| 모더레이션 | 2023. 12. 24. PM 12:07 (2 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 248950 [icret EasyImages 2.8.3 app/hide.php key 정보 공개] |
|---|
| 포인트들 | 20 |
|---|