CVE-2019-16723
- EPSS 0.21%
- Published 23.09.2019 15:15:10
- Last modified 21.11.2024 04:31:03
In Cacti through 1.2.6, authenticated users may bypass authorization checks (for viewing a graph) via a direct graph_json.php request with a modified local_graph_id parameter.
CVE-2019-11025
- EPSS 0.45%
- Published 08.04.2019 23:29:00
- Last modified 21.11.2024 04:20:23
In clearFilter() in utilities.php in Cacti before 1.2.3, no escaping occurs before printing out the value of the SNMP community string (SNMP Options) in the View poller cache, leading to XSS.
CVE-2018-20723
- EPSS 0.53%
- Published 16.01.2019 16:29:00
- Last modified 21.11.2024 04:02:02
A cross-site scripting (XSS) vulnerability exists in color_templates.php in Cacti before 1.2.0 due to lack of escaping of unintended characters in the Name field for a Color.
CVE-2018-20724
- EPSS 0.62%
- Published 16.01.2019 16:29:00
- Last modified 21.11.2024 04:02:02
A cross-site scripting (XSS) vulnerability exists in pollers.php in Cacti before 1.2.0 due to lack of escaping of unintended characters in the Website Hostname for Data Collectors.
CVE-2018-20725
- EPSS 0.53%
- Published 16.01.2019 16:29:00
- Last modified 21.11.2024 04:02:02
A cross-site scripting (XSS) vulnerability exists in graph_templates.php in Cacti before 1.2.0 due to lack of escaping of unintended characters in the Graph Vertical Label.
CVE-2018-20726
- EPSS 0.54%
- Published 16.01.2019 16:29:00
- Last modified 21.11.2024 04:02:02
A cross-site scripting (XSS) vulnerability exists in host.php (via tree.php) in Cacti before 1.2.0 due to lack of escaping of unintended characters in the Website Hostname field for Devices.
CVE-2018-10059
- EPSS 0.29%
- Published 12.04.2018 16:29:00
- Last modified 21.11.2024 03:40:44
Cacti before 1.1.37 has XSS because the get_current_page function in lib/functions.php relies on $_SERVER['PHP_SELF'] instead of $_SERVER['SCRIPT_NAME'] to determine a page name.
CVE-2018-10060
- EPSS 0.67%
- Published 12.04.2018 16:29:00
- Last modified 21.11.2024 03:40:44
Cacti before 1.1.37 has XSS because it does not properly reject unintended characters, related to use of the sanitize_uri function in lib/functions.php.
CVE-2018-10061
- EPSS 0.96%
- Published 12.04.2018 16:29:00
- Last modified 21.11.2024 03:40:44
Cacti before 1.1.37 has XSS because it makes certain htmlspecialchars calls without the ENT_QUOTES flag (these calls occur when the html_escape function in lib/html.php is not used).
CVE-2016-10700
- EPSS 0.55%
- Published 24.11.2017 05:29:00
- Last modified 20.04.2025 01:37:25
auth_login.php in Cacti before 1.0.0 allows remote authenticated users who use web authentication to bypass intended access restrictions by logging in as a user not in the cacti database, because the guest user is not considered. NOTE: this vulnerabi...