PT-2020-14680 · Librenms · Librenms
Published
2020-07-21
·
Updated
2021-09-08
·
CVE-2020-15877
CVSS v3.1
8.8
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
LibreNMS versions prior to 1.65.1
Description
The issue is related to insufficient access control for normal users. This is due to the use of
'guard' => 'admin' instead of 'middleware' => ['can:admin'] in the routes/web.php file.Recommendations
For versions prior to 1.65.1, update to version 1.65.1 or later to resolve the issue. As a temporary workaround, consider modifying the
routes/web.php file to use 'middleware' => ['can:admin'] instead of 'guard' => 'admin' to enforce proper access control.Exploit
Fix
Exposure of Resource to Wrong Sphere
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Librenms