Skip to main content

Category: Data Theft & Leakage

Clipboard hijacking in the browser

Clipboard hijacking changes or steals what a user copies and pastes—like bank details, addresses, or API keys—often without obvious signals.

Quick answer

Copy/paste is a common workflow for sensitive strings. A small clipboard change can redirect payments or leak secrets instantly.

For compromised sites and data theft patterns, isolation separates untrusted web content from the endpoint and supports stricter controls around high-risk browsing.

When you need this

  • You’ve seen indicators of this threat in your environment.
  • Users frequently click unknown links as part of daily work.
  • You need a control that reduces risk without relying on perfect user judgment.

Last updated

2026-01-29

How it usually happens in the browser

  • A malicious site or extension requests clipboard permissions or exploits permissive browser behaviors.
  • The attacker reads clipboard contents (secrets, tokens) or overwrites pasted values (payment info, wallet addresses).
  • Victims paste into finance, cloud, or dev tools assuming the value is unchanged.
  • The attacker profits from redirected transfers or harvested credentials/secrets.

What traditional defenses miss

  • Clipboard access can be legitimate for some apps, so blanket blocking is hard without policy and user experience work.
  • Users rarely verify long strings after paste.
  • The attack can be subtle and doesn’t require dropping a traditional executable.

How isolation changes the game

  • Isolation reduces exposure to untrusted sites that request clipboard access and contains risky browsing away from endpoints.
  • Policy can restrict clipboard permissions more aggressively for unknown destinations and isolated sessions.
  • Session deletion reduces residual state from risky browsing, limiting follow-on tracking and exploitation.

Operational checklist

  • Restrict clipboard permissions via enterprise browser policy; deny by default for unknown sites.
  • Enforce extension allowlists and audit extensions that request clipboard access.
  • For finance workflows, add out-of-band verification for payee/payout changes.
  • Isolate unknown destinations to reduce exposure to permission-request lures.
  • Educate teams handling secrets (engineering, IT): avoid pasting sensitive tokens into untrusted web forms.

FAQs.

References.

Keep exploring

Your agent needs its Legba.

Read the docs