CVE-2026-39893 PUBLISHED

Cacti: Pre-authentication SQL injection via rfilter RLIKE clause in graph_view.php

Assigner: GitHub_M
Reserved: 07.04.2026 Published: 24.06.2026 Updated: 25.06.2026

Cacti is an open source performance and fault management framework. In versions 1.2.30 and prior, the rfilter request variable was concatenated into a RLIKE SQL clause without sanitization. The endpoint does not require authentication (graph viewing supports guest access via the configured guest user), so the SQLi was reachable pre-auth on installs with guest viewing enabled. This issue was fixed in version 1.2.31.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor Cacti
Product cacti
Versions
  • Version < 1.2.31 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE