You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security: fix unsafe deserialization in managers.php (1.2.x backport) (#6898)
Backport of develop PR #6895 to 1.2.x.
Replace cacti_unserialize(stripslashes(get_nfilter_request_var(...)))
with sanitize_unserialize_selected_items() at both call sites in
managers.php. Add intval() cast on imploded IDs as defense-in-depth.
The safe function validates serialized structure and ensures all
values are numeric before use in SQL queries.
Addresses: GHSA-j9jv-6xjq-9hhj
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>
0 commit comments