CVE-2026-75876
Received Received - Intake

SQL Injection in EasyReport via ModuleController

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

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulDB

Description

A security vulnerability has been detected in xianrendzw EasyReport up to 2.0.17.0522_Beta. Affected by this issue is some unknown functionality of the file ModuleController.java of the component Move Operations. Such manipulation of the argument sourcePath leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-19
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
xianrendzw easyreport to 2.0.17.0522_Beta (inc)

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

CVE-2026-75876 is a SQL injection vulnerability in EasyReport versions up to 2.0.17.0522_Beta. It occurs in the 'move' operations for module and category paths due to unsafe MyBatis `${}` interpolation, where user input directly enters SQL statements. An authenticated attacker with specific permissions can exploit this to inject malicious SQL and manipulate data.

Detection Guidance

To detect this SQL injection vulnerability in EasyReport, inspect the application logs for unusual SQL queries or errors related to ModuleController.java. Check if the sourcePath parameter contains suspicious inputs like single quotes or semicolons. Use network monitoring tools to observe stacked queries or unexpected database interactions.

Impact Analysis

An attacker could exploit this to read, modify, or delete sensitive data in the database. This includes accessing confidential information, altering reports, or disrupting system operations. The attack requires authentication but can be performed remotely.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR and HIPAA requirements for data protection and integrity. Non-compliance risks include legal penalties, reputational damage, and loss of trust.

Mitigation Strategies

Immediately update EasyReport to a patched version if available. Replace all `${}` interpolations in ModuleController.java with parameterized `#{}` bindings. Remove allowMultiQueries=true from the MySQL JDBC URL to prevent stacked queries. Restrict user permissions to minimize attack surface.

Chat Assistant

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

EPSS Chart