ZeroHour
AI model

ChatGPT

9 mentions in 7 days · 39 in 30 days · 42 total · first seen · last

Timeline

Lawyer fined $5K over AI-hallucinated witnesses in a murder case

New Mexico Supreme Court fined lawyer Stephen Aarons $5,000 for filing a murder appeal brief with ChatGPT-fabricated witnesses and testimony.

New Mexico's Supreme Court fined lawyer Stephen Aarons $5,000 and held him in contempt for an appeal brief in a murder conviction case that contained AI-fabricated witnesses and false testimony about the shooter's clothing and appearance. Aarons admitted using ChatGPT and believing it would produce a bulletproof summary of the trial. Justice C. Shannon Bacon questioned how he could be unaware of AI hallucination risks, noting such cases are frequently in the news. The sanction follows other courts fining lawyers for AI-generated fake citations, including two law firms and Mike Lindell's legal team.

Weekly Update 521: Breach Perception v. Reality

Troy Hunt's weekly update argues AI's hacking role is overstated, citing exposed keys and human error behind recent breach headlines.

Troy Hunt's Weekly Update 521 argues that media coverage exaggerates AI as a hacking tool. He cites data showing AI has had roughly 0% impact on cyber insurance payouts, a MAG breach teardown attributing the incident to exposed keys rather than sophistication, and a Dutch suspect being tracked via his voice. He also notes an Australian headline claiming ChatGPT hacked a court system was actually a man who used ChatGPT to write a web scraper pointed at a website.

Troy Hunt · 4d agoIndustry

OpenAI's new Agents API gives developers the infrastructure behind Codex and ChatGPT

OpenAI released its Agents API in public beta, exposing the infrastructure behind Codex and ChatGPT for building long-running cloud agents.

OpenAI launched the Agents API as a public beta, letting developers build cloud-based agents that can run for hours, execute code, and process files on the same infrastructure that powers Codex and ChatGPT. Features include automatic context management, parallel tool use, and task delegation to sub-agents, with a choice of OpenAI-hosted sandboxes or partner environments from Cloudflare, Vercel, and Oracle. The API builds on the open-source Codex harness and supports MCP, custom functions, and built-in tools such as web search, with no extra fees beyond token-based billing.

The Decoder · 4d agoAI tools & infra 4 sources1

How a researcher uses Codex and ChatGPT to search for new antimicrobial molecules

OpenAI profiles César de la Fuente's lab using ChatGPT and Codex alongside deep-learning models to accelerate antimicrobial molecule discovery.

OpenAI published a case study on bioengineer César de la Fuente's lab, which uses ChatGPT and Codex for hypothesis brainstorming, code writing, dataset processing, and bridging knowledge gaps across biology, chemistry, and computer science. The lab's deep-learning models scan genome and protein databases for antimicrobial peptide candidates, potentially cutting initial searches from years to hours. Bacterial antimicrobial resistance was associated with about five million deaths in 2021, a toll projected to roughly double by 2050.

OpenAI News · 5d agoAI industry1

AI agents are flooding public services with new requests

Researcher documents 'agentic flooding' across 84 cases in 11 jurisdictions as AI tools drive surging complaint volumes at public services worldwide.

TechCrunch covers researcher Chris Schmitz's paper documenting 'agentic flooding' across 84 potential cases in 11 jurisdictions, where AI tools drive surges in filings to public services. UK housing ombudsman complaints rose from 2,600 in 2022 to over 7,000, and CFPB complaints grew fivefold over the same period, with similar jumps in Brazilian and German petitions. The paper, set for presentation at the AI Ethics and Society conference, argues most new filings are legitimate claims previously blocked by administrative burden, and its dataset is publicly released.

TechCrunch · AI · 5d agoAI research

Mathematicians want proof OpenAI didn’t use their work

Mathematician Andreas Thom publicly accused OpenAI of opacity over whether ChatGPT conversations contributed to its non-sofic groups mathematics result.

A second mathematician, Andreas Thom, accused OpenAI of 'dishonest' behavior and insufficient transparency about training data after OpenAI announced a result in non-sofic groups, Thom's area of expertise. He emailed OpenAI researchers Sébastien Bubeck and Mark Sellke asking whether his ChatGPT interactions fed training or reasoning, but found the answers did not rule out indirect use. The dispute follows Tristan Buckmaster's questions about the Millennium Prize Navier-Stokes solution, where OpenAI denied using specific user data but could not rule out de-identified usage data. Researchers told The Verge they worry such competition with AI labs will make mathematics more secretive.

The Verge · AI · 5d agoAI industry

Hackers Use ClickFix Lures to Deploy MacSync Stealer and Bypass macOS Security.

ClickFix malvertising campaigns deliver MacSync, a macOS infostealer sold as MaaS that bypasses Gatekeeper via Terminal commands and steals credentials.

Threat actors use ClickFix social-engineering lures, SEO poisoning, and malvertising impersonating brands like Claude, ChatGPT, Zoom, and Docker to trick users into pasting curl-to-zsh commands into Terminal, evading Gatekeeper and notarization checks. The MacSync Stealer (formerly Mac.c, emerged April 2025, linked to developer 'Mentalpositive') is a 64-bit Mach-O stager with single-byte XOR string obfuscation that daemonizes, polls C2 with custom API-key headers, streams AppleScript payloads into osascript, and persists via fake LaunchAgents. It steals browser credentials, Keychain data, SSH keys, session tokens, and crypto wallets, exfiltrating archives in 10MB HTTP PUT chunks. Microsoft documented more than 30 related MacSync domains.

GBHackersupdated · 5d agofirst · 5d agoMalware in the wild 2 sources

ChatGPT flaw lets attackers pull Gmail data across accounts via a hidden channel

Check Point found a ChatGPT flaw letting attackers read victims' Gmail and connected-app data via hidden cross-session instructions; OpenAI patched it.

Check Point Research discovered a covert cross-account command channel in ChatGPT's code execution environment, where containers meant to be isolated shared metadata through an internal service based on JFrog Artifactory. In a proof of concept, a victim's session was tricked into retrieving Gmail email data and relaying it to an attacker-controlled session during an ordinary-looking interaction, with reach extending to any connected apps the session was authorized for, including Google Drive, Microsoft Teams, and GitHub. OpenAI fixed the issue and decommissioned the internal service; the same shared infrastructure was also involved in the separately disclosed Hugging Face compromise, though via different techniques.

CSO Online · 6d agoAI safety & security 2 sources

ChatGPT Flaw Could Let Attackers Steal Gmail Data Across User Accounts

Check Point found a patched ChatGPT flaw where prompt injection and a shared Artifactory service let attackers covertly exfiltrate Gmail data across accounts.

Check Point Research discovered that ChatGPT's isolated code-execution containers could access a shared internal JFrog Artifactory service, whose item metadata API enabled a bidirectional cross-tenant covert channel between accounts. Attackers could embed hidden prompt-injection instructions in shared conversations or custom GPT configurations, causing a victim's session to silently relay connected Gmail data to another ChatGPT account. In a proof of concept, email data was exfiltrated with the only visible hint being a 'Talked to Gmail' activity label. OpenAI decommissioned the internal Artifactory instance involved, eliminating the channel by publication time.

GBHackersupdated · 6d agofirst · 6d agoAI safety & security 2 sources

OpenAI's Artifactory opened covert data-stealing channel alongside Hugging Face attack

Check Point disclosed a covert cross-account channel in OpenAI's internal JFrog Artifactory that let one ChatGPT session exfiltrate another user's connected-app data.

Check Point Research found that OpenAI's internal JFrog Artifactory instance exposed an item management feature allowing one ChatGPT container to attach hidden, Base64-encoded tasks that another user's session would execute with the victim's privileges, such as pulling Gmail emails and exfiltrating them invisibly. Reader credentials granted both read and write access, enabling cross-account task injection. The flaw was reported in late June, and OpenAI had already decommissioned the Artifactory instance following the related Hugging Face intrusion, closing the channel.

Feds accuse China of ‘systematic’ distillation of U.S. AI models

NSA, CISA, and FBI jointly accuse Chinese AI firms including DeepSeek and Moonshot AI of industrial-scale distillation of US frontier models.

A joint advisory from the NSA, CISA, and FBI alleges China-based AI companies including DeepSeek, Moonshot AI, Alibaba, MiniMax, StepFun, and Z.AI have systematically extracted capabilities from US frontier models since at least late 2024. The companies allegedly spent billions of tokens across millions of requests against Claude, ChatGPT, Gemini, and Grok, routing traffic through multiple accounts, platforms, proxies, and third-party aggregators to evade detection. Moonshot AI allegedly distilled 18 US models, including Anthropic's most advanced model, to train its Kimi-K2 and Kimi K3 models.

CyberScoop · 7d agoAI policy

ChatGPT Sandbox Flaw Lets Attackers Steal Gmail Data Across Accounts via Hidden Channel

Check Point found a cross-account covert channel in ChatGPT sandboxes via shared JFrog Artifactory metadata, enabling session hijacking and Gmail data theft. Now fixed.

Check Point discovered that ChatGPT code-execution containers across different accounts could all reach the same internal JFrog Artifactory instance, whose Item Properties API was readable and writable by all accounts, creating a covert cross-account communication channel. Attackers could plant hidden instructions via pasted prompts, shared chat links, or custom GPTs, then trigger tasks in a victim's session to exfiltrate connected-app data such as Gmail, using ChatGPT's default 'Important actions' setting that permits reads without confirmation. OpenAI confirmed and decommissioned the shared Artifactory instance, closing the channel before publication.

Cyber Security News · 7d agoAI safety & security1

ChatGPT Flaw Let a Planted Prompt Send a Victim's Gmail Data to Another Account

Check Point showed a planted prompt could make ChatGPT silently exfiltrate Gmail data via a hidden cross-container channel; OpenAI took the service offline.

Check Point Research demonstrated that a single planted instruction in a ChatGPT conversation could make the model silently exfiltrate Gmail data, chat history, and files to an attacker's account while replying normally to the user. The covert channel abused read/write properties on files in an internal JFrog Artifactory instance shared by ChatGPT code-execution containers across accounts, turning package metadata into shared storage. Injection vectors included pasted prompts, shared conversations, and custom GPT builder instructions; default connected-app permissions allowed Gmail reads without user approval. OpenAI confirmed the internal service was taken offline after disclosure; this is Check Point's second reported ChatGPT covert channel after a DNS-based one fixed in February.

The Hacker News · 7d agoAI safety & security

The Shared Clipboard Inside the Sandbox: Cross-Account Data Leakage in ChatGPT

Check Point discovers cross-account data leakage in ChatGPT: isolated code-execution containers communicate via shared JFrog Artifactory, enabling covert Gmail exfiltration.

Check Point Research found a covert bidirectional channel between ChatGPT code-execution containers belonging to different accounts, which were supposed to be isolated from each other and the public internet. Both could reach the same internal JFrog Artifactory instance used for package delivery, whose exposed Item Management API allowed a 'shared clipboard' between containers. In a proof of concept, a hidden instruction in a shared conversation made ChatGPT retrieve email data from the victim's connected Gmail account and send it to the attacker's account while the victim received a normal answer. The same channel could exfiltrate conversation history and session files; OpenAI recently described a similar isolation weakness in its postmortem of the Hugging Face incident.

Check Point Research · 7d agoAI safety & security1

OpenAI disrupts 20 campaigns to misuse its tech as federal officials mull international use of AI

OpenAI disrupted 20+ nation-state operations misusing ChatGPT, including CyberAv3ngers using it for reconnaissance and malware code debugging.

OpenAI's 54-page threat report detailed more than 20 disrupted operations by actors from China, Iran, Russia, Israel and other countries using ChatGPT for writing malware code, rewriting phishing emails and reconnaissance. Banned accounts linked to Iran's CyberAv3ngers (tied to the IRGC) queried default PLC credentials, asked about obfuscating malicious code and researched known vulnerabilities; OpenAI judged the AI use offered no novel capability. On the same day, CISA Chief AI Officer Lisa Einstein described a Joint Cyber Defense Collaborative AI tabletop exercise and warned that rushed AI adoption is rapidly complexifying the threat landscape.

The Record · 7d agoAI safety & security

ChatGPT claws back web traffic share to 55.5 percent as Gemini's brief comeback fades

Similarweb data shows ChatGPT regaining chatbot web traffic share to 55.5% while Gemini slipped to 25.6% and Claude grew to 9.3%.

Similarweb figures show ChatGPT's share of AI chatbot website traffic rising from 52.7% three months ago to 55.5%, though it remains far below its 73.3% share a year ago. Google Gemini declined from 27.8% to 25.6% after a brief comeback, while Anthropic's Claude grew from 1.9% to 9.3% year-over-year. DeepSeek (3.4%), Grok (2.4%), Copilot (1.6%), and Perplexity (0.9%) trail the leaders. The data covers website traffic only and excludes mobile and desktop app usage.

The Decoder · 8d agoAI industry

How AI wiped out an entire industry in Nairobi

ChatGPT's rise collapsed Kenya's contract essay-writing industry, which once employed 40,000 people in Nairobi, cutting $40–70-per-paper earnings after 2022.

The New York Times reports that generative AI, primarily ChatGPT, wiped out Kenya's ghostwriting business, which at its peak employed at least 40,000 people in Nairobi writing academic papers for US and UK students. Writers like Teresios Bundi, who produced over 2,500 papers in twelve years, saw prices and orders collapse after ChatGPT's 2022 launch. Related gig work such as transcription, data annotation, and Meta content moderation has also dried up, leaving 'humanizers' who rewrite AI text to evade plagiarism checks. Kenya's government had promoted online gig work since 2016, and roughly 80 percent of the country's jobs are informal.

The Decoder · 8d agoAI industry

ChatGPT can now connect to your personal apps to mimic writing style

OpenAI is testing ChatGPT Writing Style, which mimics a user's voice using writing samples from connected Gmail, Slack, and Drive accounts.

OpenAI confirmed it is testing a Writing Style feature for ChatGPT that learns a user's voice from writing samples in connected apps. The onboarding flow references Messaging (Slack), Documents (Google Drive and Notion), and Email (Gmail) as example sources. It resembles Anthropic's Styles personalization feature but draws on existing writing inside connected services rather than uploaded samples. The feature is available to a small group of users with no announced general rollout date.

BleepingComputer · 8d agoAI industry

Bring Licensed Threat Intelligence into Every Conversation with SOCRadar and ChatGPT

SOCRadar launched a Threat Intelligence MCP app connecting ChatGPT to its licensed threat intelligence via OAuth-authenticated MCP server.

SOCRadar announced a Threat Intelligence MCP app that connects ChatGPT to the SOCRadar MCP server over OAuth. The integration exposes the vendor's licensed intelligence models directly in ChatGPT conversations. The announcement is a vendor product launch with no incident or vulnerability content.

SOCRadar · 8d agoTools

Who Should Grade My Work? Student Perspectives on Transparent AI-Assisted Writing Assessment in Higher Education

A Saudi university study finds students value ChatGPT writing feedback but treat human instructors as the final grading authority.

Thirteen male undergraduate computing students at a Saudi public university completed handwritten writing tasks that were scored by ChatGPT using a rubric-based prompt, then reflected after being told the score and feedback were AI-generated. Inductive thematic analysis identified four themes: perceived feedback usefulness, awareness of AI's contextual and pedagogical limitations, conditional trust, and reflection on the instructor's institutional role. Participants accepted GenAI feedback for surface-level revision but consistently positioned human instructors as the authority over grading decisions, distinguishing feedback utility from evaluative authority.

arXiv cs.AI / cs.LG / cs.CL · 11d agoAI research

Governing Bring Your Own AI: A Parameterized Maturity Model

Researchers propose a parameterized governance model and maturity ladder for Bring Your Own AI, finding data exposure and compliance dominate BYOAI risks.

The paper studies Bring Your Own AI (BYOAI), where employees use personal generative AI accounts such as ChatGPT, Gemini, and Claude outside enterprise identity and security controls. Drawing on a curated corpus of 30 records (24 studies and 6 framework documents), the authors build a risk taxonomy, a five-level governance maturity ladder, and a parameterized model linking control-layer coverage to residual risk. Findings highlight data exposure and compliance as the most prominent risks, inconsistent framework engagement, and evidence that layered technical controls reduce modeled exfiltration risk more than prohibition-based approaches.

arXiv cs.CR · 11d agoResearch

ATV Big Air Tour turned 3 days of work into 3 hours with ChatGPT

OpenAI case study says ATV Big Air Tour used ChatGPT Work to cut marketing and merchandising tasks from days to hours.

OpenAI published a customer story describing how ATV Big Air Tour uses ChatGPT Work to accelerate marketing, merchandising, and related business workflows. The organization reportedly turned merchandise photos into an inventory website in 15 minutes, compressing three days of work into three hours.

OpenAI News · 13d agoAI industry

Your AI chats could be used in court

AI chatbot conversations from ChatGPT and Claude are increasingly obtained by prosecutors and litigants, with OpenAI disclosures quadrupling in 2025.

A Washington Post report found chatbot logs cited in 12 court cases over the past two years, and OpenAI disclosed the content of more than 80 user accounts in the second half of 2025, more than four times the figure for the second half of 2024. In The New York Times' copyright lawsuit against OpenAI, a judge ordered the company to preserve chat logs, including ones users had asked to delete, despite GDPR and California privacy commitments. Chatbot conversations lack attorney-client or medical privilege, and OpenAI's policy allows reviewers to refer conversations to law enforcement when there is an imminent, credible risk of harm.

Malwarebytes Labs · 13d agoAI policy

Healthcare organizations can now connect EHR and additional industry data to ChatGPT

OpenAI announced ChatGPT integrations allowing healthcare organizations to connect EHR and industry data so clinicians can access patient context and research securely.

OpenAI said healthcare organizations can now connect electronic health records and other industry data sources to ChatGPT. The feature is aimed at letting clinicians securely access patient context and medical research within the assistant. The announcement was published on OpenAI's news site without disclosure of a new model release.

OpenAI News · 14d agoAI industry

North Korean Job Fraud Expands Beyond IT Into Healthcare and Sales

North Korea's IT worker scheme (Famous Chollima/PurpleDelta) has expanded from IT into healthcare, sales, and financial services roles worldwide.

Huntress and Recorded Future documented DPRK-linked fraudulent workers landing remote jobs beyond IT, including at an Australian healthcare company, a financial services firm, and a sales hire with a stolen identity. The scheme, tracked as Famous Chollima, Jasper Sleet, Nickel Tapestry, PurpleDelta, UNC5267, and Wagemole, uses forged identity documents, VPNs, proxies, and laptop farms with PiKVM and capture cards to fund Pyongyang's weapons programs. Recorded Future found the PurpleDelta cluster applied to 1,100+ companies between late 2024 and early 2025 with 22 fabricated personas, some AI-generated, using ChatGPT and AI transcription during interviews. Analysts assess the activity is ongoing and likely to expand in scale and sophistication.

The Hacker News · 14d agoThreat actor in the wild

ChatGPT and Reddit now face EU's toughest online safety rules

ChatGPT and Reddit now fall under the EU's toughest online safety rules, adding new regulatory burdens after rapid growth.

Ars Technica reports that ChatGPT and Reddit are now subject to the European Union's strictest online safety rules, following their explosive user growth. This brings the AI chatbot and the social platform under heightened EU oversight and compliance obligations. The move signals that fast-scaling AI consumer products face the same regulatory scrutiny as major online platforms in the EU.

Ars Technica · AI · 15d agoAI policy

Free ChatGPT users get ads picked from whatever they just asked about

OpenAI will serve ads to ChatGPT Free and Go users based on conversation topics, location and device, with personalized targeting behind opt-in.

OpenAI will begin showing ads in ChatGPT for Free and Go plan users, selected from the current conversation topic plus general location and device type. Personalized ad targeting using in-product activity and conversation context will only start after an explicit opt-in, with a setting to manage the choice afterward. Plus, Pro, Enterprise, Business and Education subscribers remain ad-free, and OpenAI states that chats, chat history, memories and personal details are not shared with advertisers. A privacy policy update will document the ad labels, controls and performance reporting.

Help Net Security · 15d agoAI industry

The AI ‘Ghosts’ Contaminating Academic Publishing

Samsung and University of Warsaw researchers find LLMs repeatedly generate the same fake author names, contaminating academic records with 1,655 ghost-authored DOIs.

A preprint from Samsung and the University of Warsaw, "The Ghost Couple: Correlated LLM Name Priors and Their Haunting of the Web and Academic Publishing," shows that LLMs such as Claude, ChatGPT, and Gemini repeatedly generate the same fictional names like Elena Vasquez, Marcus Chen, and Aris Thorne as experts and co-authors. Researchers identified 1,655 ghost-authored records on CERN-operated Zenodo carrying real DataCite DOIs, fabricated journals, and backdated publication dates. Ghost names also form synthetic research groups on ResearchGate and are indexed without verification by Google Scholar and Semantic Scholar. The researchers suggest correlated name priors could serve as provenance signals for detecting AI-generated content.

404 Media · 19d agoAI research

LLM-Based Social Engineering Scams

OpenAI disrupted a Cambodia-based ChatGPT-powered scam network running romance, crypto-investment, gambling, and fake law-enforcement fraud campaigns.

OpenAI disrupted a social engineering network operating from Cambodia that used ChatGPT to run multiple scam types simultaneously. Operators built trust with fake dating personas before pitching fraudulent cryptocurrency and spot gold investments, posed as gambling platforms offering fake bonuses, or impersonated law enforcement agencies demanding fine payments. The network also generated images of forged documents including passports, legal notices, stock-purchase confirmations, and gambling platform interfaces.

Schneier on Security · 19d agoAI safety & security in the wild

Better answers, broader thinking: What students gain from ChatGPT and critical-thinking training

OpenAI published a randomized study of over 1,000 students examining ChatGPT's effects on critical thinking and performance.

OpenAI released results from a randomized study of more than 1,000 students using ChatGPT on a real-world university assignment. The research examined effects on critical thinking, originality, and student performance. Findings inform ongoing debates about AI's role in education and learning outcomes.

OpenAI News · 19d agoAI research

OpenAI banned Russian ChatGPT accounts backing covert influence operation

OpenAI banned Russian-run ChatGPT accounts behind fake think tank IBI, which used AI-generated posts and a 'Sovereignty Index' to push pro-Russia narratives.

OpenAI banned a cluster of ChatGPT accounts, likely operated from Russia via VPNs, that generated English-language social media comments for X, Facebook, LinkedIn, Telegram and Substack promoting the International Burke Institute (IBI). The Israel-branded IBI website, registered in February 2025, claimed ties to figures like Francis Fukuyama, but 34 of 36 sampled articles were copied or misattributed. Its 'Sovereignty Index' consistently ranked Russia favorably while criticizing France, Germany, the EU and the US; OpenAI rated the campaign at the lower end of Brookings Breakout Scale Category Three.

Security Affairs · 19d agoAI safety & security

Learning never stops: How AI makes learning continuous

OpenAI report describes how students and educators use ChatGPT to extend learning continuously beyond the classroom.

OpenAI published a report examining how students and educators use ChatGPT to make learning more continuous. The report describes support that extends beyond the classroom, positioning ChatGPT as an ongoing learning companion. The release is part of OpenAI's education-focused communications rather than a technical or safety research paper.

OpenAI News · 20d agoAI industry

Bringing ChatGPT for Teachers to more U.S. school districts

OpenAI expands ChatGPT for Teachers to 55 U.S. school systems, adding secure AI tools and training for over 100,000 more educators.

OpenAI announced that ChatGPT for Teachers is expanding to 55 U.S. school systems. The rollout brings secure AI tools, training, and support to more than 100,000 additional educators and staff. The expansion marks a significant scale-up of OpenAI's education product in the U.S. K-12 market.

OpenAI News · 20d agoAI industry

OpenAI Bans Russian ChatGPT Accounts Used to Run Influence Operation

OpenAI banned Russian-operated ChatGPT accounts that generated social media content promoting the International Burke Institute influence operation.

OpenAI disrupted a cluster of ChatGPT accounts using VPNs to generate posts and comments on Substack, Telegram, X, Facebook and LinkedIn promoting the International Burke Institute, a self-described expert community registered in February 2025. The operation republished academic work with misattributed sources and promoted a 'Sovereignty Index' scoring nations 100-700 points, casting Russia favorably. Telegram channels drew roughly 10-20,000 followers each, and operators instructed ChatGPT to conceal linguistic clues of Russian origin. OpenAI says the campaign is distinct from documented Russia-linked influence operations and illustrates how AI can support manufacturing of authority.

The Hacker News · 20d agoAI safety & security

The Outsized Shadow: Why 5% of AI Users Are Your Biggest Security Risk

Akamai's 2026 Enterprise AI Usage report finds the top 5% of AI power users create outsized shadow AI, data leakage, and agent security risks.

Akamai's State of the Internet: Enterprise AI Usage Risk Report 2026, based on real-world usage telemetry, finds the top 5% of enterprise AI power users interact with AI models at 12 times the rate of the bottom 50% of the workforce. 47.11% of enterprise AI conversations occur through personal identities rather than corporate-managed accounts, and 14.4% run through corporate email addresses tied to personal freemium subscriptions. 17.7% of employees at midsize enterprises use AI browser or IDE extensions, of which 16.31% contain known CVE vulnerabilities and nearly 75% request high or critical permissions. The report also describes emerging attack vectors including Vibe Hacking, CursorJacking, and CometJacking indirect prompt injection.

The Hacker News · 22d agoAI safety & security1

Attackers impersonate popular AI brands to spread malware

Sophos documented 38 MDR cases where attackers impersonated AI brands like Claude and Perplexity to deliver infostealers and backdoors.

Sophos X-Ops analyzed 12 months of MDR cases and confirmed 38 incidents involving AI. Software impersonation accounted for 30 cases, with Claude impersonated in 26; fake installers used an 'InstallFix' technique delivering mshta commands, in-memory payloads, and process hollowing. Malicious browser extensions posing as AI assistants, including a fake Perplexity extension with 10,000 installs, acted as infostealers. In one case, attackers used a Claude coding agent to develop a Rust remote access trojan communicating over Slack after an SQL injection compromise.

Help Net Security · 25d agoThreat actor in the wild

Podcast: Amazon is Destroying Rare Books to Train AI

404 Media podcast covers Amazon buying and destroying rare books for AI training, AI misuse in court cases, and Meta's glasses patent.

404 Media's podcast discusses its investigation tracing a shipment of rare books to an Amazon AI training facility where they were destroyed, alongside reporting on AI misuse in courts: an expert witness who used ChatGPT to write a report defending 3M in a deadly explosion lawsuit, and a prompt injection hidden in a legal filing instructing AI to side with one party. It also covers Meta's new patent for AI smart glasses with facial recognition and research into the glasses being used to harass women.

404 Media · 27d agoAI industry

‘Show How 3M Is 0% at Fault:’ Expert Witness Used ChatGPT to Write Report Defending Company in Deadly Explosion Lawsuit

An expert witness hired by 3M used ChatGPT to write portions of his report in a fatal Houston explosion lawsuit, with prompts discoverable.

An expert witness retained by 3M in litigation over the 2020 Watson Grinding explosion in Houston, which killed three people and destroyed roughly 200 homes, used ChatGPT to draft significant portions of his expert report. Discovery records revealed prompts asking ChatGPT to 'show how 3M is 0% at fault' and to defend 3M's standard of care. The case demonstrates that AI prompts used to produce expert testimony can be discoverable during litigation, with hundreds of millions of dollars in liability at stake in the ongoing lawsuits.

404 Media · 28d agoAI safety & security

PurpleDelta's Fraudulent Employment Operations

Recorded Future details North Korean cluster PurpleDelta using AI-generated personas and ChatGPT assistants to infiltrate companies via fraudulent employment.

Recorded Future profiles PurpleDelta, a North Korean IT worker threat cluster, in a new research report. The group uses AI-generated personas, sophisticated tradecraft, and custom ChatGPT assistants to obtain employment at target organizations and operate covertly. The report includes key indicators of compromise and recommended mitigation strategies for defenders.

Recorded Future · 28d agoThreat actor

Chatgpt Develop Malicious Tools

Threat actors used ChatGPT to help develop and refine malicious tools for their operations, per a new report.

The report describes threat actors leveraging ChatGPT to create or improve malicious tools, an example of criminal abuse of generative AI. OpenAI has previously documented criminal and state-affiliated actors using ChatGPT for coding, translation, and reconnaissance support. The headline does not name specific actors, tools, or victim targets.

Infosecurity Magazine · Aug 16, 2026AI safety & security