Bug 2237616 (CVE-2023-30534) - CVE-2023-30534 cacti: Insecure deserialization of filter data
Summary: CVE-2023-30534 cacti: Insecure deserialization of filter data
Keywords:
Status: NEW
Alias: CVE-2023-30534
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2237617 2237618
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-09-06 05:31 UTC by Avinash Hanwate
Modified: 2023-09-06 05:31 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Avinash Hanwate 2023-09-06 05:31:05 UTC
Cacti is an open source operational monitoring and fault management framework. There are two instances of insecure deserialization in Cacti version 1.2.24. While a viable gadget chain exists in Cacti’s vendor directory (phpseclib), the necessary gadgets are not included, making them inaccessible and the insecure deserializations not exploitable. Each instance of insecure deserialization is due to using the unserialize function without sanitizing the user input. Cacti has a “safe” deserialization that attempts to sanitize the content and check for specific values before calling unserialize, but it isn’t used in these instances. The vulnerable code lies in graphs_new.php, specifically within the host_new_graphs_save function. This issue has been addressed in version 1.2.25. Users are advised to upgrade. There are no known workarounds for this vulnerability.


https://github.com/Cacti/cacti/security/advisories/GHSA-77rf-774j-6h3p

Comment 1 Avinash Hanwate 2023-09-06 05:31:33 UTC
Created cacti tracking bugs for this issue:

Affects: epel-all [bug 2237617]
Affects: fedora-all [bug 2237618]


Note You need to log in before you can comment on or make changes to this bug.