CVE-2026-75334
Received Received - Intake

SQL Injection in Smart-Web2 Backend

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

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: MITRE

Description

The report module in the backend of smart-web2 v1.3.1 is vulnerable to arbitrary SQL execution. The sqlResource.sql parameter is stored in the t_report_sql_resource table through the ReportController.save() interface and directly embedded into Hibernate native queries without any parameterization or filtering.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
smart-web2 smart-web2 1.3.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability is in the report module of smart-web2 v1.3.1 backend. It allows arbitrary SQL execution due to the sqlResource.sql parameter being stored in the t_report_sql_resource table via ReportController.save() and then directly embedded into Hibernate native queries without parameterization or filtering.

Impact Analysis

An attacker could exploit this to execute malicious SQL commands on the database, potentially accessing, modifying, or deleting sensitive data without authorization.

Compliance Impact

This vulnerability could lead to unauthorized data access or manipulation, violating GDPR's data protection principles and HIPAA's security requirements for protected health information.

Mitigation Strategies

Immediately update smart-web2 to the latest version that patches this vulnerability. If no patch is available, disable the ReportController.save() interface or restrict access to it. Review database logs for suspicious SQL execution attempts.

Chat Assistant

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

EPSS Chart