Cyber Posture

CVE-2025-29773

MediumPublic PoC

Published: 13 March 2025

Published
13 March 2025
Modified
03 April 2025
KEV Added
Patch
CVSS Score 5.8 CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N
EPSS Score 0.0009 25.1th percentile
Risk Priority 12 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may create an account to maintain access to victim systems.

Security Summary

CVE-2025-29773 affects Froxlor, an open-source server administration software, in versions prior to 2.2.6. The vulnerability enables users to create accounts using the same email address as an existing account, such as an administrator's, due to a lack of duplicate email prevention. This flaw, classified under CWE-287 (Improper Authentication), leads to potential conflicts in account identification and broader security issues. It carries a CVSS v3.1 base score of 5.8 (AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N).

Authenticated users with elevated privileges, such as resellers or customers, can exploit this vulnerability by registering new accounts with an email address already in use by another account. The email-based attack vector allows for possible account confusion or takeover scenarios, compromising confidentiality and integrity of affected accounts, though no direct impact on availability is noted.

The Froxlor GitHub security advisory (GHSA-7j6w-p859-464f) and associated commit (a43d53d54034805e3e404702a01312fa0c40b623) confirm that upgrading to version 2.2.6 resolves the issue by implementing proper email uniqueness checks during account creation. Administrators are advised to apply this patch promptly to mitigate risks from duplicate email exploitation.

Details

CWE(s)
CWE-287NVD-CWE-noinfo

Affected Products

froxlor
froxlor
2.2.5

MITRE ATT&CK Enterprise Techniques

T1136 Create Account Persistence
Adversaries may create an account to maintain access to victim systems.
Why these techniques?

Vulnerability allows creation of accounts with duplicate emails by bypassing uniqueness checks, directly facilitating T1136 Create Account for account confusion or takeover scenarios.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

References