CVE-2017-14535
published 2018-02-16CVE-2017-14535: trixbox 2.8.0.4 has OS command injection via shell metacharacters in the lang parameter to /maint/modules/home/index.php.
PriorityP272high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EXPLOIT
EPSS
50.07%
98.8th percentile
trixbox 2.8.0.4 has OS command injection via shell metacharacters in the lang parameter to /maint/modules/home/index.php.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| netfortris | trixbox | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect exploitation attempts by monitoring HTTP GET/POST requests to /maint/modules/home/index.php containing shell metacharacters (e.g., pipe '|') in the 'lang' parameter. ↗
- →Alert on HTTP requests to /maint/modules/home/index.php with a 'lang' parameter value containing URL-encoded bash reverse shell payloads (e.g., %2Fdev%2Ftcp%2F indicating /dev/tcp/ usage). ↗
- →Flag HTTP requests to the trixbox /maint/ interface using the hardcoded Base64 Authorization header 'Basic bWFpbnQ6cGFzc3dvcmQ=' (maint:password), which is used by exploit tooling. ↗
- →Successful exploitation returns HTTP 200 with /etc/passwd content in the response body; detect by matching 'root:.*:0:0:' pattern in HTTP responses from /maint/modules/home/index.php. ↗
- ·The exploit as published sends the payload via HTTP POST to a GET-style URL with the lang parameter; defenders should monitor both GET and POST methods to /maint/modules/home/index.php. ↗
- ·The hardcoded Authorization header decodes to 'maint:password', indicating the /maint/ interface uses HTTP Basic Auth with default credentials; this credential pair should be treated as a known-bad indicator in authentication logs. ↗
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv2.09.0CRITICALAV:N/AC:L/Au:S/C:C/I:C/A:C
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Trixbox 2.8.0.4 - 'lang' Remote Code Execution (Unauthenticated)
exploitdb·2021-05-28·CVSS 8.8
CVE-2017-14535 [HIGH] Trixbox 2.8.0.4 - 'lang' Remote Code Execution (Unauthenticated)
Trixbox 2.8.0.4 - 'lang' Remote Code Execution (Unauthenticated)
---
# Exploit Title: Trixbox 2.8.0.4 - 'lang' Remote Code Execution (Unauthenticated)
# Date: 27.05.2021
# Exploit Author: Ron Jost (Hacker5preme)
# Credits to: https://secur1tyadvisory.wordpress.com/2018/02/11/trixbox-os-command-injection-vulnerability-cve-2017-14535/
# Credits to: Sachin Wagh
# Vendor Homepage: https://sourceforge.net/projects/asteriskathome/
# Software Link: https://sourceforge.net/projects/asteriskathome/files/trixbox%20CE/trixbox%202.8/trixbox-2.8.0.4.iso/download
# Version: 2.8.0.4
# Tested on: Xubuntu 20.04
# CVE: CVE-2017-14535
'''
Description:
trixbox 2.8.0.4 has OS command injection via shell metacharacters in the lang parameter to /maint/modules/home/index.php
'''
'''
Import required modules:
Nuclei
Trixbox - 2.8.0.4 OS Command Injection
nuclei·CVSS 8.8
CVE-2017-14535 [HIGH] Trixbox - 2.8.0.4 OS Command Injection
Trixbox - 2.8.0.4 OS Command Injection
Trixbox 2.8.0.4 is vulnerable to OS command injection via shell metacharacters in the lang parameter to /maint/modules/home/index.php.
Template:
id: CVE-2017-14535
info:
name: Trixbox - 2.8.0.4 OS Command Injection
author: pikpikcu
severity: high
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.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized remote code execution, compromising the confidentiality, integrity, and availability of the affected system.
remediation: |
Upgrade to a patched version of Trixbox or apply the necessary security patches provided by the vendor.
reference:
- https://secur1tyadvisory.wordpress.com/2
http://packetstormsecurity.com/files/162854/Trixbox-2.8.0.4-Remote-Code-Execution.htmlhttp://www.securityfocus.com/bid/103004https://github.com/Hacker5preme/Exploits/tree/main/CVE-2017-14535-Exploithttps://secur1tyadvisory.wordpress.com/2018/02/11/trixbox-os-command-injection-vulnerability-cve-2017-14535/https://twitter.com/tiger_tigerboy/status/962689803270500352https://www.linkedin.com/pulse/trixbox-os-command-injection-vulnerability-sachin-wagh-ceh-ecsa-/?published=thttp://packetstormsecurity.com/files/162854/Trixbox-2.8.0.4-Remote-Code-Execution.htmlhttp://www.securityfocus.com/bid/103004https://github.com/Hacker5preme/Exploits/tree/main/CVE-2017-14535-Exploithttps://secur1tyadvisory.wordpress.com/2018/02/11/trixbox-os-command-injection-vulnerability-cve-2017-14535/https://twitter.com/tiger_tigerboy/status/962689803270500352https://www.linkedin.com/pulse/trixbox-os-command-injection-vulnerability-sachin-wagh-ceh-ecsa-/?published=t
2018-02-16
Published