This vulnerability occurs when a software interface fails to alert users before they perform a risky action. Without clear warnings, users can be more easily misled into taking steps that harm their system or data.
A secure user interface acts as a safety checkpoint, clearly informing users when an action could be dangerous—like installing software from an untrusted source or permanently deleting critical data. These warnings should be prominent, use plain language, and require explicit user confirmation to proceed, helping prevent accidental or socially-engineered mistakes. For developers, this means building proactive confirmation dialogs or banners for high-risk operations such as file execution, financial transactions, or system changes. The warning should explain the specific risk (e.g., 'This file came from outside your organization') and offer a safe alternative, empowering users to make informed security decisions rather than blindly proceeding.
Impact: Hide Activities