A transit agency has a Samba share that allows guest write next to a Linux cron job that ingests that share as a privileged user. Which class of privilege-escalation risk does this multi-service layout best illustrate?
Select an answer to reveal the explanation.
Short Explanation
Picture a public drop box that a night-shift clerk empties into the vault every hour. If anyone can toss something in the box, the clerk's privileged routine becomes the escalator. Weak shares plus privileged consumers are a classic chain—not a single magic exploit.
Full Explanation
Privilege escalation frequently arises from chaining misconfigurations across services rather than from a single exotic bug. A guest-writable transit share that a root or service-level cron ingest trusts creates a high-impact trust boundary failure. Testers should describe that class: untrusted write path meeting privileged automation. Reporting should emphasize hardening share permissions, validating inputs, and reducing the privilege of consumers—not publishing a weaponized walkthrough.