<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Hongjing - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/hongjing/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 13 Aug 2026 18:56:47 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/hongjing/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Unauthenticated SQL Injection and Authentication Bypass in Hongjing e-HR</title><link>https://feed.craftedsignal.io/briefs/2026-08-hongjing-ehr-sql-injection/</link><pubDate>Thu, 13 Aug 2026 18:56:47 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-hongjing-ehr-sql-injection/</guid><description>Hongjing e-HR contains an unauthenticated SQL injection and path traversal vulnerability (CVE-2024-58374) allowing attackers to bypass authentication and exfiltrate database contents via the getSdutyTree servlet.</description><content:encoded><![CDATA[<p>Hongjing e-HR software is affected by an unauthenticated vulnerability in the getSdutyTree servlet. Attackers leverage a path traversal sequence within the request URI to bypass the oauthservlet authentication filter, allowing them to reach protected endpoints without credentials. Once authentication is bypassed, attackers can perform UNION-based SQL injection by manipulating the unsanitized codeitemid parameter. This allows for the unauthorized retrieval of sensitive information from the backend Microsoft SQL Server database, including user credentials. Exploitation in the wild was first identified by the Shadowserver Foundation on July 30, 2024. This vulnerability poses a significant risk to organizations using the e-HR platform as it facilitates full database exfiltration through unauthenticated access.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker sends a crafted HTTP GET request to the getSdutyTree servlet endpoint.</li>
<li>Request includes a path traversal sequence (e.g., ../) in the URI to bypass the oauthservlet authentication filter.</li>
<li>The application fails to validate the request path, granting access to the endpoint without an active session.</li>
<li>Attacker includes a malicious UNION-based SQL payload within the codeitemid parameter.</li>
<li>The application passes the unsanitized input directly to the backend Microsoft SQL Server database query.</li>
<li>The database executes the injected SQL command and returns the results of the UNION query within the application response.</li>
<li>Attacker parses the response to exfiltrate user credentials and other sensitive data.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows remote, unauthenticated attackers to bypass security controls and perform unauthorized data exfiltration from the e-HR database. This can lead to a complete compromise of user credentials and the exposure of sensitive organizational information, potentially facilitating further lateral movement or additional system access.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection engineering teams:</p>
<ul>
<li>Deploy webserver logs monitoring to detect URI patterns containing path traversal sequences directed at the getSdutyTree servlet.</li>
<li>Audit Microsoft SQL Server database logs for unexpected UNION SELECT or sensitive information schema queries originating from the application service account.</li>
<li>Apply vendor-supplied patches for CVE-2024-58374 on all internet-facing e-HR instances immediately.</li>
<li>Inspect web server access logs for anomalous GET requests containing non-alphanumeric characters or SQL keywords in the codeitemid parameter.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">threat</category><category>vulnerability</category><category>sql-injection</category><category>web-application</category><category>cve-2024-58374</category></item></channel></rss>