First published: Thu Oct 18 2018(Updated: )
In \lib\admin\action\dataaction.class.php in Gxlcms v2.0, the database backup filename generation uses mt_rand() unsafely, resulting in predictable database backup file locations.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Usualtool CMS | =2.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability of CVE-2018-18487 is an unsafe usage of mt_rand() in the database backup filename generation, leading to predictable file locations.
CVE-2018-18487 affects Gxlcms v2.0 by allowing an attacker to predict the location of the database backup file.
The severity rating of CVE-2018-18487 is 7.5 (HIGH).
The Common Weakness Enumeration (CWE) ID of CVE-2018-18487 is CWE-200.
To fix CVE-2018-18487, you should update Gxlcms to a version that addresses the unsafe usage of mt_rand() in the database backup filename generation.