CVE-2026-97321
Deferred Deferred - Pending Action

SQL Injection in Ruoyi Vue Pro GoView Data Endpoint

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: VulDB

Description

A vulnerability has been found in YunaiV/zhijiantianya ruoyi-vue-pro up to 2026.08. The impacted element is the function GoViewDataServiceImpl.getDataBySQL of the file yudao-module-report/src/main/java/cn/iocoder/yudao/module/report/service/goview/GoViewDataServiceImpl.java of the component GoView Data Endpoint. Such manipulation of the argument sql leads to sql injection. The attack may be performed from remote. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-25
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

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.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the GoView Data Endpoint of the ruoyi-vue-pro project. It exists in the function GoViewDataServiceImpl.getDataBySQL where the sql argument is not properly sanitized, allowing attackers to manipulate it and execute arbitrary SQL commands remotely.

Detection Guidance

This vulnerability involves SQL injection in the GoView Data Endpoint. To detect it, inspect network traffic for suspicious SQL queries targeting the vulnerable endpoint. Check application logs for unusual SQL commands or errors. Use tools like SQLMap to test for injection points in the GoView Data Endpoint URL.

Impact Analysis

An attacker could exploit this to read, modify, or delete database contents, potentially gaining unauthorized access to sensitive data. The impact depends on the database permissions and data stored. The exploit is publicly available, increasing risk.

Compliance Impact

This vulnerability could lead to unauthorized data access or breaches, violating GDPR (data protection) and HIPAA (health data privacy) requirements. Organizations may face legal penalties, fines, or reputational damage if exploited.

Mitigation Strategies

Immediately update the affected component to the latest patched version. If no patch is available, disable the GoView Data Endpoint or restrict access to the vulnerable function GoViewDataServiceImpl.getDataBySQL. Implement input validation for SQL queries and use parameterized queries to prevent SQL injection.

Chat Assistant

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

EPSS Chart