CVE-2023-36821
CVSS V2 None
CVSS V3 None
Description
Uptime Kuma, a self-hosted monitoring tool, allows an authenticated attacker to install a maliciously crafted plugin in versions prior to 1.22.1, which may lead to remote code execution. Uptime Kuma allows authenticated users to install plugins from an official list of plugins. This feature is currently disabled in the web interface, but the corresponding API endpoints are still available after login. After downloading a plugin, it's installed by calling `npm install` in the installation directory of the plugin. Because the plugin is not validated against the official list of plugins or installed with `npm install --ignore-scripts`, a maliciously crafted plugin taking advantage of npm scripts can gain remote code execution. Version 1.22.1 contains a patch for this issue.
Overview
- CVE ID
- CVE-2023-36821
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2023-07-05T21:14:44.234Z
- Last Modified Date
- 2023-07-05T21:14:44.234Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/louislam/uptime-kuma/security/advisories/GHSA-7grx-f945-mj96 | x_refsource_CONFIRM |
https://github.com/louislam/uptime-kuma/pull/3346 | x_refsource_MISC |
https://github.com/louislam/uptime-kuma/blob/8c60e902e1c76ecbbd1b0423b07ce615341cb850/server/plugins-manager.js#L210-L216 | x_refsource_MISC |
https://github.com/louislam/uptime-kuma/releases/tag/1.22.1 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-36821 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36821 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-25 16:20:41 | Added to TrackCVE |