Privilege Escalation in Fedora Linux: Exploiting ABRT for Root(initblog.com)3 points·by ementally·قبل 7 أشهر·2 commentsinitblog.comPrivilege Escalation in Fedora Linux: Exploiting ABRT for Roothttps://initblog.com/2025/abrt-root/2 commentsPost comment[–]westurner·قبل 7 أشهرreply g_autofree char *docker_inspect_cmdline = NULL; if (root_dir != NULL) docker_inspect_cmdline = g_strdup_printf("chroot %s /bin/sh -c \"docker inspect %s\"", root_dir, container_id); else docker_inspect_cmdline = g_strdup_printf("docker inspect %s", container_id); What static and dynamic analysis tools and rules could have found this vuln?[–]westurner·قبل 7 أشهرreplyAlmost regex: .*cmd.*=.*printf.*%s
What static and dynamic analysis tools and rules could have found this vuln?