CVE-2026-4317 PUBLISHED

SQL inyection in Umami Software application

Assigner: INCIBE
Reserved: 17.03.2026 Published: 31.03.2026 Updated: 31.03.2026

SQL inyection (SQLi) vulnerability in Umami Software web application through an improperly sanitized parameter, which could allow an authenticated attacker to execute arbitrary SQL commands in the database.Specifically, they could manipulate the value of the 'timezone' request parameter by including malicious characters and SQL payload. The application would interpolate these values directly into the SQL query without first performing proper filtering or sanitization (e.g., using functions such as 'prisma.rawQuery', 'prisma.$queryRawUnsafe' or raw queries with 'ClickHouse'). The successful explotation of this vulnerability could allow an authenticated attacker to compromiso the data of the database and execute dangerous functions.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:H
CVSS Score: 9.3

Product Status

Vendor Umami Software application
Product Umami Software
Versions Default: unaffected
  • Version 3.0.2 is affected

Solutions

The vulnerability has been fixed by Umami Software team in version 3.0.3.

Credits

  • Hector Ruiz Ruiz & NaxusAI finder

References

Problem Types

  • CWE-89 Improper neutralization of special elements used in an SQL command ('SQL injection') CWE