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

推荐订阅源

Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
J
Java Code Geeks
博客园 - 聂微东
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
腾讯CDC
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Azure Blog
Microsoft Azure Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
美团技术团队
博客园 - Franky
Google DeepMind News
Google DeepMind News
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
The Cloudflare Blog

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
Amazon Quick authorization bypass let users reach blocked...
Mirko Zorz · 2026-05-12 · via Help Net Security

Enterprises running Amazon Quick, the AWS business intelligence and agentic AI service, rely on a feature called custom permissions to restrict who inside an account can use AI chat agents. Fog Security founder Jason Kao discovered that those restrictions were enforced only in the user interface for a period earlier this year, and direct calls to the backend API returned successful chat responses from agents that administrators had explicitly disabled.

Amazon Quick authorization bypass

A locked door that was only closed

Fog Security identified missing server-side authorization checks in the Chat Agent API of Amazon Quick. The firm configured custom permissions to deny all Chat Agent capabilities across an entire Quick account, then signed in as a non-administrator user and issued a direct HTTP request to the chat endpoint with the prompt “Tell me about mangoes.” The agent returned a normal response. The flaw maps to CWE-862, missing server-side authorization.

The impact stayed within a single AWS account. The researcher observed no cross-tenant access. The bypass did defeat the intra-account administrative controls that organizations depend on to block shadow AI usage or to switch off AI features in Quick entirely. Because AWS automatically provisions a default system chat agent when the service is activated, the agent exists and is reachable from the moment Quick is turned on, even in accounts where administrators want AI functionality disabled.

Custom permissions carry the entire weight of Quick access control

Access to features inside Quick sits outside the reach of AWS Identity and Access Management policies, Service Control Policies, and Resource Control Policies. Custom permission profiles are the only mechanism that can restrict granular Quick capabilities such as Chat Agents, Analyses, Dashboards, Knowledge Base, and Research. An explicit deny written in an IAM policy or an SCP does nothing for Chat Agent access. Administrators who want to block the feature have one lever to pull, and during the affected window that lever held in the UI yet released at the API.

Timeline and AWS response

Fog Security reported the issue to AWS on March 4, 2026, through the AWS vulnerability disclosure program on HackerOne. AWS deployed a fix to initial production regions on March 11 and completed the rollout to all production regions on March 12. After the fix, the same direct request returns an HTTP 401 with an “AGENT_ACCESS_DENIED” error code.

AWS classified the severity of the issue as “none,” sent no customer communication, and published no security advisory. Fog Security disputes that rating, pointing to the gap between AWS’s published criteria for public communication and what customers were told about this case.

“We believe that AWS should have notified customers about the missing server-side authorization for using AI Chat agents since administrators could not reliably enforce restrictions on AI agent usage,” Kao told Help Net Security. “Even though this was limited to intra-account scope, the missing authorization still bypasses explicit administrative controls that are relied upon for access management and policy enforcement. We see this as analogous to AWS asserting that a door is locked when, in reality, it is merely closed and not locked.”

The detailed technical write-up is posted on HackerOne as report 3577145.

Where this leaves compliance teams relying on Quick controls

Administrators who set custom permissions in Quick before mid-March 2026 should reach out to AWS to understand the impact on their audit requirements, particularly if they require demonstrable enforcement of AI usage restrictions. AI features in cloud services can ship fast, and security including authorization logic, must be robust so that customers can trust their AI usage is secure.

“From a customer perspective, cloud providers should take ownership, be transparent, and proactively notify customers when security controls do not function as intended,” Kao said.

Download: Secure Foundations for AI Workloads on AWS