CVE-2025-52392 Details
Description
Soosyze CMS 2.0 allows brute-force login attacks via the /user/login endpoint due to missing rate-limiting and lockout mechanisms. An attacker can repeatedly submit login attempts without restrictions, potentially gaining unauthorized administrative access. This vulnerability corresponds to CWE-307: Improper Restriction of Excessive Authentication Attempts.
A brute-force login vulnerability has been identified in Soosyze CMS version 2.0. The issue arises in the '/user/login' authentication endpoint, where the absence of rate limiting and account lockout mechanisms allows attackers to repeatedly submit login attempts. This vulnerability can be exploited by sending automated POST requests with a known username or email and a list of passwords, potentially leading to unauthorized access, especially to administrative accounts.
It is recommended to implement server-side rate limiting, such as restricting failed login attempts to a maximum of five per minute per IP address. Temporary account lockouts after multiple failed attempts, the introduction of CAPTCHA or other bot-mitigation measures, and logging and monitoring of repeated failed authentication attempts are also advisable.
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.
Volerion
Assessed Aug 13, 2025CISA-ADP
Assessed Aug 13, 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://beafn28.gitbook.io/beafn28/cve/brute-force-login-vulnerability-in-soosyze-cms-2.0-cve-2025-52392 | [email protected] | ExploitRemedyTechnical Description |
| https://github.com/soosyze/soosyze/issues/269 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.exploit-db.com/exploits/52416 | [email protected] | Exploit |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-307 | Improper Restriction of Excessive Authentication Attempts | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| Soosyze CMS | All versions |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Aug 19, 2025 | CVE Modified | [email protected] |
| Aug 13, 2025 | CVE Modified | CISA-ADP |
| Aug 13, 2025 | New CVE Received | [email protected] |
Volerion