CVE-2026-52476
Deferred Deferred - Pending Action

SQL Injection in Aiflowy <= 2.1.2

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

Publication date: 2026-07-21

Last updated on: 2026-07-22

Assigner: MITRE

Description

SQL Injection vulnerability in aiflowy <= 2.1.2 allows a remote attacker to obtain sensitive information via the getPageData method in the DatacenterQuery.java file

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-22
Generated
2026-08-11
AI Q&A
2026-07-22
EPSS Evaluated
2026-08-09
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
aiflowy aiflowy 2.1.2

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 is a SQL Injection vulnerability in the software aiflowy version 2.1.2 or earlier. It allows a remote attacker to send malicious SQL queries through the getPageData method in the DatacenterQuery.java file. This can lead to unauthorized access to sensitive database information.

Detection Guidance

This vulnerability is specific to the aiflowy <= 2.1.2 application and involves SQL injection via the getPageData method. To detect it, inspect the application logs for unusual SQL queries or errors related to DatacenterQuery.java. Check for requests containing suspicious SQL patterns like 'UNION SELECT' or 'OR 1=1' in parameters passed to the getPageData endpoint.

Impact Analysis

If you use aiflowy <= 2.1.2, an attacker could exploit this to steal sensitive data from your database, such as user credentials, personal information, or other confidential records. This could lead to data breaches, identity theft, or unauthorized system access.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, or other regulations due to unauthorized data exposure. GDPR requires protecting personal data, while HIPAA mandates safeguarding health information. A breach could result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Immediately update aiflowy to the latest version beyond 2.1.2 to patch the SQL injection flaw in DatacenterQuery.java. If an update is unavailable, disable or restrict access to the getPageData method in DatacenterQuery.java until a patch is applied.

Chat Assistant

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

EPSS Chart