Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/cacti@1.2.24%2Bds1-1%2Bdeb12u3?distro=trixie
purl pkg:deb/debian/cacti@1.2.24%2Bds1-1%2Bdeb12u3?distro=trixie
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (10)
Vulnerability Summary Aliases
VCID-3y7d-ujep-4ydm Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, Cacti calls `compat_password_hash` when users set their password. `compat_password_hash` use `password_hash` if there is it, else use `md5`. When verifying password, it calls `compat_password_verify`. In `compat_password_verify`, `password_verify` is called if there is it, else use `md5`. `password_verify` and `password_hash` are supported on PHP < 5.5.0, following PHP manual. The vulnerability is in `compat_password_verify`. Md5-hashed user input is compared with correct password in database by `$md5 == $hash`. It is a loose comparison, not `===`. It is a type juggling vulnerability. Version 1.2.27 contains a patch for the issue. CVE-2024-34340
VCID-44fx-4w2y-y3dy Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in `form_save()` function in `graph_template_inputs.php` is not thoroughly checked and is used to concatenate the SQL statement in `draw_nontemplated_fields_graph_item()` function from `lib/html_form_templates.php` , finally resulting in SQL injection. Version 1.2.27 contains a patch for the issue. CVE-2024-31458
VCID-6t6n-ws5n-wkay Cacti provides an operational monitoring and fault management framework. Prior to 1.2.27, some of the data stored in `form_save()` function in `data_queries.php` is not thoroughly checked and is used to concatenate the HTML statement in `grow_right_pane_tree()` function from `lib/html.php` , finally resulting in cross-site scripting. Version 1.2.27 contains a patch for the issue. CVE-2024-31443
VCID-85gc-u991-z3dw Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, an arbitrary file write vulnerability, exploitable through the "Package Import" feature, allows authenticated users having the "Import Templates" permission to execute arbitrary PHP code on the web server. The vulnerability is located within the `import_package()` function defined into the `/lib/import.php` script. The function blindly trusts the filename and file content provided within the XML data, and writes such files into the Cacti base path (or even outside, since path traversal sequences are not filtered). This can be exploited to write or overwrite arbitrary files on the web server, leading to execution of arbitrary PHP code or other security impacts. Version 1.2.27 contains a patch for this issue. CVE-2024-25641
VCID-fhtp-y9a5-vqgj Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, a SQL injection vulnerability in `automation_get_new_graphs_sql` function of `api_automation.php` allows authenticated users to exploit these SQL injection vulnerabilities to perform privilege escalation and remote code execution. In `api_automation.php` line 856, the `get_request_var('filter')` is being concatenated into the SQL statement without any sanitization. In `api_automation.php` line 717, The filter of `'filter'` is `FILTER_DEFAULT`, which means there is no filter for it. Version 1.2.27 contains a patch for the issue. CVE-2024-31445
VCID-jkca-shmj-mbbu Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, there is a file inclusion issue in the `lib/plugin.php` file. Combined with SQL injection vulnerabilities, remote code execution can be implemented. There is a file inclusion issue with the `api_plugin_hook()` function in the `lib/plugin.php` file, which reads the plugin_hooks and plugin_config tables in database. The read data is directly used to concatenate the file path which is used for file inclusion. Version 1.2.27 contains a patch for the issue. CVE-2024-31459
VCID-k7kv-za2s-dud5 Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in `automation_tree_rules.php` is not thoroughly checked and is used to concatenate the SQL statement in `create_all_header_nodes()` function from `lib/api_automation.php` , finally resulting in SQL injection. Using SQL based secondary injection technology, attackers can modify the contents of the Cacti database, and based on the modified content, it may be possible to achieve further impact, such as arbitrary file reading, and even remote code execution through arbitrary file writing. Version 1.2.27 contains a patch for the issue. CVE-2024-31460
VCID-y4py-r1dd-9bcu Cacti provides an operational monitoring and fault management framework. Versions of Cacti prior to 1.2.27 contain a residual cross-site scripting vulnerability caused by an incomplete fix for CVE-2023-50250. `raise_message_javascript` from `lib/functions.php` now uses purify.js to fix CVE-2023-50250 (among others). However, it still generates the code out of unescaped PHP variables `$title` and `$header`. If those variables contain single quotes, they can be used to inject JavaScript code. An attacker exploiting this vulnerability could execute actions on behalf of other users. This ability to impersonate users could lead to unauthorized changes to settings. Version 1.2.27 fixes this issue. CVE-2024-29894
VCID-y683-kz6e-afhv Cacti provides an operational monitoring and fault management framework. Prior to version 1.2.27, some of the data stored in `automation_tree_rules_form_save()` function in `automation_tree_rules.php` is not thoroughly checked and is used to concatenate the HTML statement in `form_confirm()` function from `lib/html.php` , finally resulting in cross-site scripting. Version 1.2.27 contains a patch for the issue. CVE-2024-31444
VCID-zxu5-equ9-1kam A HTML injection vulnerability exists in the file upload functionality of Cacti <= 1.2.29. When a file with an invalid format is uploaded, the application reflects the submitted filename back into an error popup without proper sanitization. As a result, attackers can inject arbitrary HTML elements (e.g., <h1>, <b>, <svg>) into the rendered page. NOTE: Multiple third-parties including the maintainer have stated that they cannot reproduce this issue after 1.2.27. CVE-2025-45160

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T13:01:01.502040+00:00 Debian Importer Fixing VCID-jkca-shmj-mbbu https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:40:46.572931+00:00 Debian Importer Fixing VCID-44fx-4w2y-y3dy https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:37:58.201484+00:00 Debian Importer Fixing VCID-fhtp-y9a5-vqgj https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T12:34:02.340617+00:00 Debian Importer Fixing VCID-k7kv-za2s-dud5 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T11:50:08.798817+00:00 Debian Importer Fixing VCID-3y7d-ujep-4ydm https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:38:13.375548+00:00 Debian Importer Fixing VCID-y683-kz6e-afhv https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:19:58.839361+00:00 Debian Importer Fixing VCID-85gc-u991-z3dw https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:00:04.640754+00:00 Debian Importer Fixing VCID-6t6n-ws5n-wkay https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:38:24.679033+00:00 Debian Importer Fixing VCID-y4py-r1dd-9bcu https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-13T08:56:43.014834+00:00 Debian Importer Fixing VCID-jkca-shmj-mbbu https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:41:24.803905+00:00 Debian Importer Fixing VCID-44fx-4w2y-y3dy https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:39:20.253086+00:00 Debian Importer Fixing VCID-fhtp-y9a5-vqgj https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:36:25.300949+00:00 Debian Importer Fixing VCID-k7kv-za2s-dud5 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T08:04:38.700481+00:00 Debian Importer Fixing VCID-3y7d-ujep-4ydm https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T07:11:24.859477+00:00 Debian Importer Fixing VCID-y683-kz6e-afhv https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:57:24.577367+00:00 Debian Importer Fixing VCID-85gc-u991-z3dw https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-13T06:42:14.671402+00:00 Debian Importer Fixing VCID-6t6n-ws5n-wkay https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:48:33.797238+00:00 Debian Importer Fixing VCID-y4py-r1dd-9bcu https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:20:10.475384+00:00 Debian Importer Fixing VCID-zxu5-equ9-1kam https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:16:59.145010+00:00 Debian Importer Fixing VCID-jkca-shmj-mbbu https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:15:48.717540+00:00 Debian Importer Fixing VCID-44fx-4w2y-y3dy https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:15:38.566508+00:00 Debian Importer Fixing VCID-fhtp-y9a5-vqgj https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:15:26.566920+00:00 Debian Importer Fixing VCID-k7kv-za2s-dud5 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:12:49.958338+00:00 Debian Importer Fixing VCID-3y7d-ujep-4ydm https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:08:53.313980+00:00 Debian Importer Fixing VCID-y683-kz6e-afhv https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:07:46.123827+00:00 Debian Importer Fixing VCID-85gc-u991-z3dw https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:06:40.242722+00:00 Debian Importer Fixing VCID-6t6n-ws5n-wkay https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-02T17:02:12.350591+00:00 Debian Importer Fixing VCID-y4py-r1dd-9bcu https://security-tracker.debian.org/tracker/data/json 38.1.0