CVE-2024-58352 PUBLISHED

Landray OA Unauthenticated HQL Injection via wechatLoginHelper.do

Assigner: VulnCheck
Reserved: 08.06.2026 Published: 02.07.2026 Updated: 02.07.2026

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 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).

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor Shenzhen Landray Software Co., Ltd.
Product Landry Office Automation (OA)
Versions Default: affected
  • Version * is affected

Credits

  • The Shadowserver Foundation reporter

References

Problem Types

  • SQL Injection: Hibernate CWE