A city scheduled task runs elevated and points at a script the low-privilege user can modify. What should the tester conclude?
Select an answer to reveal the explanation.
Short Explanation
An elevated scheduled task with a writable script is a timed elevator you control. When the clock hits, higher privileges run your edited file—classic and high value. Name does not matter; the rights and the ACL do.
Full Explanation
Windows scheduled tasks configured to run as privileged accounts inherit whatever content their action scripts or binaries contain. Weak discretionary ACLs on those artifacts let low-privilege users inject behavior that later executes elevated. The abuse class is not limited to a vendor-named task and is Windows-specific in this framing, though analogous cron issues exist on Linux. Treat weak elevated-task ACLs as priority findings.