Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Clockw1Se0V0

#14652of 56,330
19.6Total CVSS
Vulnerabilities · 2
Critical
2
PT-2026-30937
9.8
2026-04-07
Undefined · Undefined · CVE-2026-31271
megagao production ssm v1.0 contains an authorization bypass vulnerability in the user addition functionality. The insert() method in UserController.java lacks authentication checks, allowing unauthenticated attackers to create super administrator accounts by directly accessing the /user/insert endpoint. This leads to complete system compromise.
PT-2026-30938
9.8
2026-04-07
Mrcms · Mrcms · CVE-2026-31272
**Name of the Vulnerable Software and Affected Versions** MRCMS version 3.1.2 **Description** An access control issue exists where the `save()` function in the `UserController.java` file lacks proper authorization validation. This allows the direct addition of super administrator accounts without requiring authentication. **Recommendations** Update MRCMS version 3.1.2 to a patched version. As a temporary mitigation, restrict access to the `save()` function within the `UserController.java` controller.