CVE-2024-31445
Publication date 14 May 2024
Last updated 20 August 2024
Ubuntu priority
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.
Status
Package | Ubuntu Release | Status |
---|---|---|
cacti | 24.04 LTS noble |
Fixed 1.2.26+ds1-1ubuntu0.1
|
22.04 LTS jammy |
Fixed 1.2.19+ds1-2ubuntu1.1
|
|
20.04 LTS focal |
Fixed 1.2.10+ds1-1ubuntu1.1
|
|
18.04 LTS bionic |
Fixed 1.1.38+ds1-1ubuntu0.1~esm3
|
|
16.04 LTS xenial |
Not affected
|
|
14.04 LTS trusty |
Not affected
|
Get expanded security coverage with Ubuntu Pro
Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.
Get Ubuntu ProReferences
Related Ubuntu Security Notices (USN)
- USN-6969-1
- Cacti vulnerabilities
- 20 August 2024
Other references
- https://www.cve.org/CVERecord?id=CVE-2024-31445
- https://github.com/Cacti/cacti/security/advisories/GHSA-vjph-r677-6pcc
- https://github.com/Cacti/cacti/commit/fd93c6e47651958b77c3bbe6a01fff695f81e886
- https://github.com/Cacti/cacti/blob/501712998589763d411a68d35e3cda98fd9cfd18/lib/api_automation.php#L717
- https://github.com/Cacti/cacti/blob/501712998589763d411a68d35e3cda98fd9cfd18/lib/api_automation.php#L856