CVE-2026-34400
Received Received - Intake

SQL Injection in Alerta Query API Allows Data Manipulation

Vulnerability report for CVE-2026-34400, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-03-31

Last updated on: 2026-04-10

Assigner: GitHub, Inc.

Description

Alerta is a monitoring tool. Prior to version 9.1.0, the Query string search API (q=) was vulnerable to SQL injection via the Postgres query parser, which built WHERE clauses by interpolating user-supplied search terms directly into SQL strings via f-strings. This issue has been patched in version 9.1.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-03-31
Last Modified
2026-04-10
Generated
2026-07-06
AI Q&A
2026-04-01
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
alerta_project alerta to 9.1.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the Alerta monitoring tool prior to version 9.1.0. The issue is in the Query string search API (q=), which was vulnerable to SQL injection attacks. Specifically, the Postgres query parser built WHERE clauses by directly inserting user-supplied search terms into SQL strings using f-strings, allowing attackers to inject malicious SQL code.

Impact Analysis

The SQL injection vulnerability can allow an attacker to manipulate the database queries executed by the Alerta tool. This could lead to unauthorized data access, data modification, or even deletion. Since the vulnerability is exploitable remotely without authentication, it poses a significant risk to the confidentiality, integrity, and availability of the data managed by Alerta.

Mitigation Strategies

The vulnerability has been patched in Alerta version 9.1.0. The immediate step to mitigate this vulnerability is to upgrade your Alerta installation to version 9.1.0 or later.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-34400. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart