| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| BSA Radar 1.6.7234.24750 - Authenticated Privilege Escalation Vulnerability | 7 Jul 202000:00 | – | zdt | |
| Global RADAR BSA Radar Elevation of Privilege Vulnerability | 23 Jun 202000:00 | – | cnvd | |
| CVE-2020-14945 | 22 Jun 202021:45 | – | cve | |
| CVE-2020-14945 | 22 Jun 202021:45 | – | cvelist | |
| CVE-2020-14945 | 22 Jun 202022:15 | – | nvd | |
| CVE-2020-14945 | 22 Jun 202022:15 | – | osv | |
| Privilege escalation | 22 Jun 202022:15 | – | prion |
# Exploit Title: BSA Radar 1.6.7234.24750 - Authenticated Privilege Escalation
# Date: 2020-07-06
# Exploit Author: William Summerhill
# Vendor homepage: https://www.globalradar.com/
# Version: BSA Radar - Version 1.6.7234.24750 and lower
# CVE-2020-14945 - Privilege Escalation
Description: A privilege escalation vulnerability exists within Global RADAR BSA Radar 1.6.7234.X that allows an authenticated, low-privileged user to escalate their privileges to administrator rights (i.e. the "BankAdmin" role) via a forged request to the SaveUser API.
Proof of Concept:
The privilege escalation is achieved by saving the response of the GetUser request (from clicking the username in the top right). When this profile is saved it will send a request to the SaveUserProfile endpoint. This response can be saved and modified (while updating it as needed to escalate privileges to BankAdmin role) then sent to the SaveUser endpoint which is the endpoint used for admins to update privileges of any user. After successful privilege escalation, a user can then access the Administration features and modify the application or accounts, cause further damage to the application and users, or exfiltrate application data.
HTTP Request PoC:
POST /WS/AjaxWS.asmx/SaveUser
{"user":
{"UserID":<CURRENT USER ID>,"Username":"...","Firstname":"...","Lastname":"...","Email":"...","BranchID":"...","Role":"BANKADMIN","WireLimit":"XXXXXXX","BankID":"...","Permissions":["XXXXXXXXXXXXXXX"], <REMAINDER OF REQUEST HERE> } }
The Role, WireLimit and Permissions parameters can be forged to forcefully change your current user permissions to elevate them to a higher role such as BankAdmin with full account modification permissions.
Tested on: Windows
CVE: CVE-2020-14945
Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14945Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation