CVE-2026-33130

Uptime Kuma is an open source, self-hosted monitoring tool. In versions 1.23.0 through 2.2.0, the fix from GHSA-vffh-c9pq-4crh doesn't fully work to preventServer-side Template Injection (SSTI). The three mitigations added to the Liquid engine (root, relativeReference, dynamicPartials) only block quoted paths. If a project uses an unquoted absolute path, attackers can still read any file on the server. The original fix in notification-provider.js only constrains the first two steps of LiquidJS's file resolution (via root, relativeReference, and dynamicPartials options), but the third step, the require.resolve() fallback in liquid.node.js has no containment check, allowing unquoted absolute paths like /etc/passwd to resolve successfully. Quoted paths happen to be blocked only because the literal quote characters cause require.resolve('"/etc/passwd"') to throw a MODULE_NOT_FOUND error, not because of any intentional security measure. This issue has been fixed in version 2.2.1.
Configurations

Configuration 1 (hide)

cpe:2.3:a:uptime.kuma:uptime_kuma:*:*:*:*:*:*:*:*

History

24 Mar 2026, 15:24

Type Values Removed Values Added
Summary
  • (es) Uptime Kuma es una herramienta de monitoreo de código abierto y autoalojada. En las versiones 1.23.0 a 2.2.0, la corrección de GHSA-vffh-c9pq-4crh no funciona completamente para prevenir la Inyección de Plantillas del Lado del Servidor (SSTI). Las tres mitigaciones añadidas al motor Liquid (root, relativeReference, dynamicPartials) solo bloquean rutas entre comillas. Si un proyecto utiliza una ruta absoluta sin comillas, los atacantes aún pueden leer cualquier archivo en el servidor. La corrección original en notification-provider.js solo restringe los dos primeros pasos de la resolución de archivos de LiquidJS (a través de las opciones root, relativeReference y dynamicPartials), pero el tercer paso, el fallback de require.resolve() en liquid.node.js no tiene una verificación de contención, permitiendo que rutas absolutas sin comillas como /etc /passwd se resuelvan con éxito. Las rutas entre comillas se bloquean solo porque los caracteres de comillas literales hacen que require.resolve('"/etc /passwd"') arroje un error MODULE_NOT_FOUND, no debido a ninguna medida de seguridad intencional. Este problema ha sido corregido en la versión 2.2.1.
CPE cpe:2.3:a:uptime.kuma:uptime_kuma:*:*:*:*:*:*:*:*
References () https://github.com/advisories/GHSA-vffh-c9pq-4crh - () https://github.com/advisories/GHSA-vffh-c9pq-4crh - Exploit, Mitigation, Vendor Advisory
References () https://github.com/louislam/uptime-kuma/releases/tag/2.2.1 - () https://github.com/louislam/uptime-kuma/releases/tag/2.2.1 - Patch, Product
References () https://github.com/louislam/uptime-kuma/security/advisories/GHSA-v832-4r73-wx5j - () https://github.com/louislam/uptime-kuma/security/advisories/GHSA-v832-4r73-wx5j - Exploit, Mitigation, Vendor Advisory
First Time Uptime.kuma uptime Kuma
Uptime.kuma

20 Mar 2026, 10:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-20 10:16

Updated : 2026-03-24 15:24


NVD link : CVE-2026-33130

Mitre link : CVE-2026-33130

CVE.ORG link : CVE-2026-33130


JSON object : View

Products Affected

uptime.kuma

  • uptime_kuma
CWE
CWE-98

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')

CWE-1336

Improper Neutralization of Special Elements Used in a Template Engine