Vissamoutafis

#3704of 53,632
70.1Total CVSS
Vulnerabilities · 9
Medium
2
High
7
PT-2023-4935
8.5
2023-09-05
Cacti · Cacti · CVE-2023-39510
**Name of the Vulnerable Software and Affected Versions** Cacti versions prior to 1.2.25 **Description** Cacti is an open source operational monitoring and fault management framework. Affected versions are subject to a Stored Cross-Site-Scripting (XSS) Vulnerability that allows an authenticated user to poison data stored in the cacti 's database. These data will be viewed by administrative cacti accounts and execute JavaScript code in the victim's browser at view-time. The `reports admin.php` script displays reporting information about graphs, devices, data sources etc. An adversary that is able to configure a malicious Device name can deploy a stored XSS attack against any user of the same (or broader) privileges. This configuration occurs through "http://<HOST>/cacti/host.php", while the rendered malicious payload is exhibited at "http://<HOST>/cacti/reports admin.php" when a graph with the maliciously altered device name is linked to the report. **Recommendations** To resolve the issue, upgrade to version 1.2.25 or later. For versions prior to 1.2.25, users unable to update should manually filter HTML output. As a temporary workaround, consider restricting access to the `http://<HOST>/cacti/host.php` and `http://<HOST>/cacti/reports admin.php` endpoints to minimize the risk of exploitation. Additionally, restrict the ability to configure device names in cacti to only trusted users with the General Administration>Sites/Devices/Data permissions.
PT-2023-4936
8.5
2023-09-05
Cacti · Cacti · CVE-2023-39513
**Name of the Vulnerable Software and Affected Versions** Cacti versions prior to 1.2.25 **Description** Cacti is an open source operational monitoring and fault management framework. Affected versions are subject to a Stored Cross-Site-Scripting (XSS) Vulnerability which allows an authenticated user to poison data stored in the Cacti database. These data will be viewed by administrative Cacti accounts and execute JavaScript code in the victim's browser at view-time. The script under `host.php` is used to monitor and manage hosts in the Cacti app, hence displays useful information such as data queries and verbose logs. An adversary that is able to configure a data-query template with malicious code appended in the template path can deploy a stored XSS attack against any user with the General Administration>Sites/Devices/Data privileges. This configuration occurs through `http://<HOST>/cacti/data queries.php` by editing an existing or adding a new data query template. If a template is linked to a device then the formatted template path will be rendered in the device's management page, when a verbose data query is requested. **Recommendations** For versions prior to 1.2.25, upgrade to version 1.2.25 or later to resolve the issue. As a temporary workaround for users unable to update, manually filter HTML output. Consider restricting access to the `data queries.php` page to minimize the risk of exploitation. Avoid using the `http://<HOST>/cacti/data queries.php` endpoint to edit or add new data query templates until the issue is resolved.
PT-2023-4941
8.5
2023-09-05
Cacti · Cacti · CVE-2023-39514
**Name of the Vulnerable Software and Affected Versions** Cacti versions prior to 1.2.25 **Description** The issue is a Stored Cross-Site-Scripting (XSS) vulnerability that allows an authenticated user to poison data stored in the Cacti database. This data will be viewed by administrative Cacti accounts and execute JavaScript code in the victim's browser at view-time. The script under `graphs.php` displays graph details such as data-source paths, data template information, and graph related fields. An adversary can deploy a stored XSS attack against any user with General Administration>Graphs privileges by configuring either a data-source template with malicious code appended in the data-source name or a device with a malicious payload injected in the device name. This configuration occurs through the `http://<HOST>/cacti/data templates.php` endpoint by editing an existing or adding a new data template. A user with Template Editor>Data Templates permissions can configure the data-source name, and a user with General Administration>Sites/Devices/Data permissions can configure the device name. **Recommendations** To resolve the issue, upgrade to version 1.2.25 or later. For versions prior to 1.2.25, add manual HTML escaping as a temporary workaround. As a mitigation measure, consider restricting access to the `graphs.php` script and the `http://<HOST>/cacti/data templates.php` endpoint to minimize the risk of exploitation. Additionally, limit the permissions of users with Template Editor>Data Templates and General Administration>Sites/Devices/Data permissions to reduce the attack surface.