Cyber Resilience

CVE-2024-58352

SQLi

Public PoCSQLi
Published
02 July 2026
Modified
02 July 2026
CVSS Score v4 8.7
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0056 44th percentile
Risk Priority 45 floored blend · peak EPSS

Summary

CVE-2024-58352 is a high-severity SQL Injection: Hibernate (CWE-564) vulnerability in Csdn (inferred from references). Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Landray OA contains an unauthenticated HQL injection vulnerability that allows unauthenticated attackers to query arbitrary Hibernate entity classes by injecting malicious HQL syntax into the uid POST parameter of the wechatLoginHelper.do endpoint. Attackers can exploit the lack of input sanitization…

more

in the string-concatenated filter expression passed to the Hibernate findList() call to extract sensitive data such as administrator password hashes and, with sufficient database privileges, perform file-write operations enabling remote code execution. Exploitation evidence was first observed by the Shadowserver Foundation on 2024-03-11 (UTC).

CWE(s)

Related Threats

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.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-23959Shared CWE-564
CVE-2025-8052Shared CWE-564
CVE-2025-67280Shared CWE-564
CVE-2026-4594Shared CWE-564
CVE-2025-0959Shared CWE-564
CVE-2026-22242Shared CWE-564
CVE-2024-48988Shared CWE-564
CVE-2026-4593Shared CWE-564
CVE-2026-40871Shared CWE-564

Affected Assets

Csdn
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static analysis can discover dynamic-query construction flaws before deployment.

Input validation directly stops untrusted data from being concatenated into dynamic Hibernate queries.

Requiring documented secure-development standards and tools reduces use of unsafe dynamic SQL patterns.

Secure engineering principles require parameterized queries or ORM-safe APIs instead of string-built SQL.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent dynamic SQL construction from untrusted input.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect injection flaws but does not prevent them at design time.

prevents

Secure SDLC mandates input validation and ORM usage that reduce dynamic SQL injection risk.

prevents

Application security requirements include secure query construction and ORM parameter binding.

prevents

Secure architecture principles discourage dynamic SQL but do not directly address Hibernate misuse.

prevents

Secure coding explicitly requires parameterized queries and safe Hibernate usage to prevent injection.

degrades

Access restrictions limit data exposure but do not stop injection into queries.

References