CVE-2025-24368: protect save_component_automation_tree_rule_item entry point #6094
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I'm part of the Debian LTS Team and I'm testing our patch for GHSA-f9c7-7rc3-574c, hence trying to reproduce the vulnerability.
c7e4ee7 is the current Cacti official fix (+ 94526a9).
It seems that
automation_tree_rules.php
now protects thesave_component_automation_match_item
entry point, rather than thesave_component_automation_tree_rule_item
described in the GHSA.This is also inconsistent with the automation_graph_rules.php fix which protects the
save_component_automation_graph_rule_item
entry point.No directly usable PoC was published, so I can't guarantee it, but the following patch should be more consistent with the GHSA, and actually triggers when I try to recreate the payload described there (in particular
'save_component_automation_tree_rule_item' => 1
).Please let me know if I'm mistaken :)