CVE-2025-3799 Details
Description
A vulnerability, which was classified as critical, was found in WCMS 11. Affected is an unknown function of the file app/controllers/AnonymousController.php. The manipulation of the argument email/username leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Other parameters might be affected as well.
A critical SQL injection vulnerability has been identified in WCMS version 11. The issue arises in the 'app/controllers/AnonymousController.php' file, specifically within the 'anonymous/setregister' interface. The vulnerability is triggered by manipulating the 'email' or 'username' parameters, allowing attackers to execute arbitrary SQL commands. This exploitation can be done remotely, without any authentication, potentially leading to unauthorized access and data theft.
It is recommended to thoroughly validate and sanitize the 'email' and 'username' parameters to prevent SQL injection. Additionally, using prepared statements for SQL queries can help mitigate this vulnerability by avoiding direct concatenation of user input into SQL commands.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 21, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/IceFoxH/VULN/issues/15 | [email protected] | ExploitIssue Tracking |
| https://vuldb.com/?ctiid.305652 | [email protected] | Permissions RequiredVDB Entry |
| https://vuldb.com/?id.305652 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/?submit.554697 | [email protected] | Third Party AdvisoryVDB Entry |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wcms wcms | 11.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jul 15, 2025 | Initial Analysis | [email protected] |
| Apr 19, 2025 | New CVE Received | [email protected] |