Cyber Posture

CVE-2025-0558

Medium

Published: 18 January 2025

Published
18 January 2025
Modified
19 September 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0006 18.2th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-0558 is a SQL injection vulnerability classified as critical in TDuckCloud tduck-platform versions up to 4.0. The issue resides in the QueryProThemeRequest function within the file src/main/java/com/tduck/cloud/form/request/QueryProThemeRequest.java, where manipulation of the 'color' argument enables SQL injection. It is associated with CWE-74 (Improper Neutralization of Special Elements) and CWE-89 (SQL Injection), carrying a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). The vulnerability was published on 2025-01-18.

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring no user interaction and low complexity. Successful exploitation allows limited impacts on confidentiality, integrity, and availability through SQL injection, potentially enabling unauthorized data access, modification, or denial of service on the affected platform.

Advisories from VulDB and a related GitHub repository indicate that an exploit has been publicly disclosed and may be actively used. The vendor was contacted early regarding the issue but has not responded or provided any patches or mitigations as of the latest information. Security practitioners should isolate affected instances, monitor for anomalous queries involving the 'color' parameter, and consider input validation or upgrades if available.

Details

CWE(s)
CWE-74CWE-89

Affected Products

tduckcloud
tduck-platform
≤ 4.0

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in web parameter of cloud form platform enables exploitation of public-facing application (T1190), abuse of server software component (T1505 as cited in advisory), and collection from databases (T1213.006).

References