vendor:
Fiyo CMS
by:
@rungga_reksya, @dvnrcy
8,8
CVSS
HIGH
Privilege Escalation (Manipulation of User Group)
264
CWE
Product Name: Fiyo CMS
Affected Version From: 2.0.6.1
Affected Version To: 2.0.6.1
Patch Exists: Yes
Related CWE: CVE-2017-6823
CPE: a:fiyo_cms:fiyo_cms:2.0.6.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows Server 2012 Datacenter Evaluation
2017
Fiyo CMS 2.0.6.1 allows remote authenticated users to gain privileges via a modified level parameter
Fiyo CMS have five user group (super administrator, administrator, editor, publisher, member) and only three group can access backend page of admin (super administrator, administrator and editor). If we login as super administrator and access edit profile menu, check source code (ctrl+u) from your browser and we get level privilege: super administrator = 1, administrator = 2, editor = 3, publisher = 4, member = 5. If we change the level parameter to 1, we can gain super administrator privileges.
Mitigation:
Ensure that the level parameter is not modified by an unauthorized user.