CyberRota Analysis
AI-GeneratedThe vulnerability exists in the Hongjing e-HR application, specifically within the getSdutyTree servlet endpoint, where an unauthenticated SQL injection flaw allows remote attackers to bypass authentication and access sensitive resources. By manipulating the unsanitized codeitemid parameter, attackers can execute UNION-based SQL queries against the Microsoft SQL Server, potentially exposing user credentials and other confidential data. Organizations using this application should prioritize remediation efforts to mitigate the risk of unauthorized data access.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Hongjing e-HR contains an unauthenticated SQL injection vulnerability in the getSdutyTree servlet endpoint that allows remote unauthenticated attackers to access protected resources by supplying a path traversal sequence in the request URI to bypass the oauthservlet authentication filter. Attackers can inject UNION-based SQL payloads through the unsanitized codeitemid parameter into the underlying Microsoft SQL Server query to retrieve sensitive database contents including user credentials. Exploitation evidence was first observed by the Shadowserver Foundation on 2024-07-30 (UTC).