First published: Sun Mar 02 2025(Updated: )
A vulnerability was found in zj1983 zz up to 2024-8 and classified as critical. Affected by this issue is the function getUserOrgForUserId of the file src/main/java/com/futvan/z/system/zorg/ZorgAction.java. The manipulation of the argument userID leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Credit: cna@vuldb.com
Affected Software | Affected Version | How to fix |
---|---|---|
zj1983 zz | <=2024-8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-1821 is classified as a critical vulnerability.
CVE-2025-1821 is a SQL injection vulnerability that arises from improper handling of the userID argument.
CVE-2025-1821 affects the zj1983 zz software version up to and including 2024-8.
To fix CVE-2025-1821, sanitize and validate all user inputs to the getUserOrgForUserId function to prevent SQL injection.
The vulnerable function in the zj1983 zz software is getUserOrgForUserId, located in ZorgAction.java.