GHSA-246p-xmg8-wmcq

Suggest an improvement
Source
https://github.com/advisories/GHSA-246p-xmg8-wmcq
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/03/GHSA-246p-xmg8-wmcq/GHSA-246p-xmg8-wmcq.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-246p-xmg8-wmcq
Aliases
Published
2024-03-25T19:37:27Z
Modified
2024-03-25T19:58:33.377247Z
Severity
  • 8.3 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L CVSS Calculator
Summary
OneUptime Vulnerable to a Privilege Escalation via Local Storage Key Manipulation
Details

Summary

A security vulnerability exists in oneuptime's local storage handling, where a regular user can escalate privileges by modifying the is_master_admin key to true. This allows unauthorized access to administrative functionalities.

Details

The vulnerability lies in the improper validation of client-side stored data within the web application. Specifically, the is_master_admin key, stored in the local storage of the browser, can be manipulated by an attacker. By changing this key from false to true, the application grants administrative privileges to the user, without proper server-side validation.

POC

(I am using Firefox Developer to demonstrate this vulnerability) Log in as a normal user. Open developer tools (hit F12), click Storage, then Local Storage. Modify the is_master_admin key from false to true.

Impact

This vulnerability represents a high security risk as it allows any authenticated user to gain administrative privileges through client-side manipulation. Most of the admin previlages were disabled except the user list. Where an attacker could see all the list of users who signed up to OneUptome.

Patch

This has been patched in 7.0.1815

Database specific
{
    "nvd_published_at": "2024-03-24T19:15:07Z",
    "cwe_ids": [
        "CWE-639"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2024-03-25T19:37:27Z"
}
References

Affected packages

npm / @oneuptime/model

Package

Name
@oneuptime/model
View open source insights on deps.dev
Purl
pkg:npm/%40oneuptime/model

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
7.0.1815

npm / @oneuptime/common-server

Package

Name
@oneuptime/common-server
View open source insights on deps.dev
Purl
pkg:npm/%40oneuptime/common-server

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
7.0.1815