SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-75334

CRITICAL · CVSS 9.8 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The report module in smart-web2 v1.3.1 is susceptible to arbitrary SQL execution due to the sqlResource.sql parameter being directly embedded into Hibernate native queries without proper parameterization or filtering. This vulnerability could allow an attacker to execute malicious SQL commands, potentially compromising the integrity and confidentiality of the database. Organizations using this version of smart-web2 should prioritize addressing this issue to mitigate the risk of data breaches and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75334
Severity
CRITICAL
CVSS
9.8
EPSS
0.39%

Original NVD 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.