Publish Advisories

GHSA-26xq-m8xw-6373
GHSA-7j6w-p859-464f
GHSA-968p-4wvh-cqc8
This commit is contained in:
advisory-database[bot]
2025-03-11 20:32:15 +00:00
parent b394d212a9
commit 47e92a8a17
3 changed files with 343 additions and 0 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,66 @@
{
"schema_version": "1.4.0",
"id": "GHSA-7j6w-p859-464f",
"modified": "2025-03-11T20:30:50Z",
"published": "2025-03-11T20:30:35Z",
"aliases": [],
"summary": "Froxlor allows Multiple Accounts to Share the Same Email Address Leading to Potential Privilege Escalation or Account Takeover",
"details": "### Summary\nthe vulnerability is that users (such as resellers or customers) are able to create accounts with the same email address as an existing account (e.g., if the admin has [admin@froxlor.com](mailto:admin@froxlor.com), others can also create an account using the same email). This creates potential issues with account identification and security.\n\n### Impact\nLocal/Authenticated: This vulnerability can be exploited by authenticated users (e.g., reseller, customer) who can create accounts with the same email address that has already been used by another account, such as the admin.\nEmail-based: The attack vector is email-based, as the system does not prevent multiple accounts from registering the same email address, leading to possible conflicts and security issues.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "froxlor/froxlor"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.2.6"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.2.5"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/froxlor/Froxlor/security/advisories/GHSA-7j6w-p859-464f"
},
{
"type": "WEB",
"url": "https://github.com/froxlor/Froxlor/commit/a43d53d54034805e3e404702a01312fa0c40b623"
},
{
"type": "PACKAGE",
"url": "https://github.com/froxlor/Froxlor"
},
{
"type": "WEB",
"url": "https://mega.nz/file/h8oFHQrL#I4V02_BWee4CCx7OoBl_2Ufkd5Wc7fvs5aCatGApkoQ"
}
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2025-03-11T20:30:35Z",
"nvd_published_at": null
}
}
File diff suppressed because one or more lines are too long