CVE-2025-29773:
Froxlor allows Multiple Accounts to Share the Same Email Address Leading to Potential Privilege Escalation or Account Takeover
5.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.02934%
CWE
Published
3/11/2025
Updated
3/13/2025
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
froxlor/froxlor | composer | <= 2.2.5 | 2.2.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing email uniqueness checks across admin and customer accounts. The patch adds SQL queries in Admins.php
and Customers.php
to validate()
email uniqueness against the panel_admins
table. The pre-patch versions of these functions did not perform these checks, allowing email reuse. The high confidence comes from the direct correlation between the added validation logic in the commit diff and the vulnerability description.