Ad

CVE-2026-33130

MEDIUM CVSS 3.1: 6.5 EPSS 0.04%
Updated Mar 24, 2026
Uptime.Kuma
Parameter Value
CVSS 6.5 (MEDIUM)
Affected Versions 1.23.0 — 2.2.1
Fixed In 2.2.1
Type CWE-1336 (Template Injection), CWE-98
Vendor Uptime.Kuma
Public PoC No

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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
Low
Basic privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
None
No data modification
Availability
None
No disruption

CVSS Vector v3.1

Vulnerable Products 1

Configuration From (including) Up to (excluding)
Uptime.Kuma Uptime_Kuma
cpe:2.3:a:uptime.kuma:uptime_kuma:*:*:*:*:*:*:*:*
1.23.0 2.2.1

Related Vulnerabilities