惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
V2EX
小众软件
小众软件
GbyAI
GbyAI
B
Blog RSS Feed
月光博客
月光博客
A
About on SuperTechFans
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
U
Unit 42
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
博客园_首页
G
Google Developers Blog

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
OpenAI Unveils ChatGPT Account Security Controls
Alessandro Mascellino · 2026-06-08 · via www.infosecurity-magazine.com

ChatGPT users have gained two new security controls: one aimed at preventing data theft through prompt injection and another at tracking account sign-ins.

According to OpenAI, the first of these, Lockdown Mode, is an optional setting that limits how far ChatGPT can reach into the web and external services.

First offered to enterprise plans in February, it began reaching personal and self-serve business accounts in early June.

The risk it addresses is not hypothetical. Researchers have repeatedly shown how a single hidden instruction can pull data from a linked inbox or leak a user's conversations.

Blocking the Exfiltration Channel

Rather than catching the malicious prompt, Lockdown Mode targets the last step, choking off the outbound network requests an attacker would use to ship stolen data out. The injected text still reaches the model unimpeded, hidden in a web page or file.

Cybersecurity expert and renowned open-source developer Simon Willison, who popularized the term prompt injection, welcomed the change. "This looks really good to me," he wrote in his blog over the weekend.

Willison has long held that the most practical defense against prompt injection is to sever an attacker's route for exfiltrating data, which is what the setting does using deterministic controls a manipulated model cannot override.

However, the feature's existence, he added, also implies default ChatGPT cannot fully block a determined attempt at data exfiltration.

That protection has a price: live connector access and write actions switch off, sidelining features such as the Finances tool and shopping agents, and it cannot run alongside Developer Mode. OpenAI pitched it at users and organizations that handle sensitive data, not the general public.

Read more on ChatGPT data exfiltration: ChatGPT Security Issue Enabled Data Theft via Single Prompt

Reviewing Signed-In Devices

The second control, Active Sessions, brings session management to ChatGPT's security settings, letting users audit where their account is logged in. Each entry can show:

  • Device or browser details

  • Approximate location and sign-in time

  • Which first-party app was used, such as ChatGPT or Codex

  • Whether it is a trusted device or the current session

Users can end a single session or sign out everywhere at once, though a full sweep can take up to 30 minutes. If something looks unfamiliar, OpenAI advises changing the password, reviewing sign-in methods and contacting support.

One gap will matter to larger organizations: the feature is unavailable on accounts that use single sign-on (SSO), including SAML and OpenID Connect and it does not track third-party app sessions or Codex CLI logins.