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

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Deleted Google API keys keep working for up to 23 minutes...
Zeljka Zorz · 2026-05-22 · via Help Net Security

Google API keys are credentials that let applications access Google services, from Maps to the Gemini AI. If a key is leaked, an attacker can use it to make API calls, rack up charges, and, if Gemini is enabled, access uploaded files and cached conversations.

The assumed fix is simple: delete the key. But Aikido Security has found that deletion doesn’t actually work right away.

The testing

The researcherd found successful authentications up to 23 minutes after a key was deleted, with a median window of around 16 minutes across ten trials performed in two days.

“In each trial, we created an API key, deleted it, and sent 3-5 authenticated requests per second until no valid response came back for several minutes,” they noted.

“For completeness, we also spot checked our work a few weeks later to ensure the behavior we saw was not due to transient network issues.”

Many of Google Cloud’s services are “eventually consistent” by design, meaning updates propagate gradually across servers rather than all at once. This tradeoff lets Google scale globally and stay fast, but when it comes to authentication, this may lead to problems.

The problem is made worse by misleading UI, they added. Google’s deletion dialog states the key “can no longer be used to make API requests”, but the researchers’ tests showed otherwise.

Finally, there’s no way for users to confirm when the key has fully stopped working, or to speed up the key deletion process.

A warning for users

“Our trials all used keys with access to Gemini, but we observed the same behavior with keys scoped to other GCP APIs, such as BigQuery and Maps. The delay is a property of the credential type, not of which APIs are enabled on the project,” they discovered.

They also tested the revocation process of Google Service Account keys and a newer format of API key specifically for the Gemini API. They found that the revocation window for those was approximately 5 seconds, and 1 minute (respectively).

This suggests that faster revocation is technically achievable at Google’s scale but, according to the researchers, Google doesn’t intend to fix this as it’s “a known property of the system and not a security issue.”

They may change their mind, but in the meantime, users who want to delete a Google API key should be aware of this, and treat key deletion as a 30-minute operation and, during that window, monitor API usage in the GCP console under “Enabled APIs and services”.

Subscribe to our breaking news e-mail alert to never miss out on the latest breaches, vulnerabilities and cybersecurity threats. Subscribe here!