mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
system_settings_system_wide_preferences_configure.yaml is missing full path to security binary #85
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RomanTatar-wandera on GitHub.
Originally assigned to: @robertgendler on GitHub.
Summary
system_settings_system_wide_preferences_configure.yamlinsonomabranch is missing full path tosecuritybinarySteps to reproduce
8d3ac525e4/rules/system_settings/system_settings_system_wide_preferences_configure.yaml (L14)What is the current bug behavior?
Without full path attacker can put earlier into path different
securitybinaryInstead of intended file will be executed mallicious binary
Code execution
What is the expected correct behavior?
On line 14
security -qshould be/usr/bin/security -q