mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
### [CVE-2024-29194](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-29194)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
OneUptime is a solution for monitoring and managing online services. 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. This has been patched in 7.0.1815.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/OneUptime/oneuptime/security/advisories/GHSA-246p-xmg8-wmcq
|
|
- https://github.com/OneUptime/oneuptime/security/advisories/GHSA-246p-xmg8-wmcq
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
- https://github.com/mansploit/CVE-2024-29194-POC
|
|
- https://github.com/nomi-sec/PoC-in-GitHub
|
|
|