CVE Vulnerabilities

CVE-2019-6716

Authorization Bypass Through User-Controlled Key

Published: Mar 21, 2019 | Modified: Aug 24, 2020
CVSS 3.x
9.4
CRITICAL
Source:
NVD
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
CVSS 2.x
7.5 HIGH
AV:N/AC:L/Au:N/C:P/I:P/A:P
RedHat/V2
RedHat/V3
Ubuntu

An unauthenticated Insecure Direct Object Reference (IDOR) in Wicket Core in LogonBox Nervepoint Access Manager 2013 through 2017 allows a remote attacker to enumerate internal Active Directory usernames and group names, and alter back-end server jobs (backup and synchronization jobs), which could allow for the possibility of a Denial of Service attack via a modified jobId parameter in a runJob.html GET request.

Weakness

The system’s authorization functionality does not prevent one user from gaining access to another user’s data or record by modifying the key value identifying the data.

Affected Software

Name Vendor Start Version End Version
Nervepoint_access_manager Logonbox 1.2-rg10 (including) 1.2-rg10 (including)
Nervepoint_access_manager Logonbox 1.2-rg3 (including) 1.2-rg3 (including)
Nervepoint_access_manager Logonbox 1.2-rg4 (including) 1.2-rg4 (including)
Nervepoint_access_manager Logonbox 1.2-rg5 (including) 1.2-rg5 (including)
Nervepoint_access_manager Logonbox 1.2-rg6 (including) 1.2-rg6 (including)
Nervepoint_access_manager Logonbox 1.2-rg7 (including) 1.2-rg7 (including)
Nervepoint_access_manager Logonbox 1.2-rg8 (including) 1.2-rg8 (including)
Nervepoint_access_manager Logonbox 1.2-rg9 (including) 1.2-rg9 (including)
Nervepoint_access_manager Logonbox 1.3-rg (including) 1.3-rg (including)
Nervepoint_access_manager Logonbox 1.3-rg1 (including) 1.3-rg1 (including)
Nervepoint_access_manager Logonbox 1.3-rg2 (including) 1.3-rg2 (including)
Nervepoint_access_manager Logonbox 1.3-rg3 (including) 1.3-rg3 (including)
Nervepoint_access_manager Logonbox 1.3-rg4 (including) 1.3-rg4 (including)
Nervepoint_access_manager Logonbox 1.3-rg5 (including) 1.3-rg5 (including)
Nervepoint_access_manager Logonbox 1.3-rg6 (including) 1.3-rg6 (including)
Nervepoint_access_manager Logonbox 1.3-rg7 (including) 1.3-rg7 (including)
Nervepoint_access_manager Logonbox 1.3-rg8 (including) 1.3-rg8 (including)
Nervepoint_access_manager Logonbox 1.4-rg (including) 1.4-rg (including)
Nervepoint_access_manager Logonbox 1.4-rg1 (including) 1.4-rg1 (including)
Nervepoint_access_manager Logonbox 1.4-rg2 (including) 1.4-rg2 (including)
Nervepoint_access_manager Logonbox 1.4-rg3 (including) 1.4-rg3 (including)

Extended Description

Retrieval of a user record occurs in the system based on some key value that is under user control. The key would typically identify a user-related record stored in the system and would be used to lookup that record for presentation to the user. It is likely that an attacker would have to be an authenticated user in the system. However, the authorization process would not properly check the data access operation to ensure that the authenticated user performing the operation has sufficient entitlements to perform the requested data access, hence bypassing any other authorization checks present in the system. For example, attackers can look at places where user specific data is retrieved (e.g. search screens) and determine whether the key for the item being looked up is controllable externally. The key may be a hidden field in the HTML form field, might be passed as a URL parameter or as an unencrypted cookie variable, then in each of these cases it will be possible to tamper with the key value. One manifestation of this weakness is when a system uses sequential or otherwise easily-guessable session IDs that would allow one user to easily switch to another user’s session and read/modify their data.

Potential Mitigations

References