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

推荐订阅源

云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
The GitHub Blog
The GitHub Blog
月光博客
月光博客
T
Tailwind CSS Blog
小众软件
小众软件
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
B
Blog RSS Feed
博客园 - 司徒正美
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 聂微东
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
博客园 - Franky
U
Unit 42
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Azure Blog
Microsoft Azure Blog
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
Apple Machine Learning Research
Apple Machine Learning Research

Wiz Blog | RSS feed

Meet Wiz for M365: Bringing SaaS into the Security Graph Bringing Security Visibility to Vercel with Wiz Axios NPM Distribution Compromised in Supply Chain Attack Tracking TeamPCP: Investigating Post-Compromise Attacks Seen in the Wild The Wiz Blue Agent, now Generally Available Beyond the Badge: What Achieving Microsoft’s Certified Software Designation Means for Your Cloud Security Introducing the Green Agent: AI-Powered Remediation for the Cloud Three’s a Crowd: TeamPCP trojanizes LiteLLM in Continuation of Campaign KICS GitHub Action Compromised: TeamPCP Strikes Again in Supply Chain Attack Introducing the Wiz Red Agent- AI-Powered Attacker Introducing Wiz AI Application Protection Platform (AI-APP) Introducing Wiz Agents & Workflows: Security at the Speed of AI AI Runtime Threat Detection: From Input to Real-World Impact Trivy Compromised: Everything You Need to Know about the Latest Supply Chain Attack It’s Official: Wiz Joins Google Understanding and Reducing AI Risk in Modern Applications Introducing Wiz Tenant Manager: Multi-Tenant Management for Federated Organizations The Agile FedRAMP Playbook, Part 4: Reactive Risk Management through Enriched Incident Response Wiz Achieves CPSTIC Certification in Spain Seeing AI Clearly: Building Visibility Across Modern AI Applications The Agile FedRAMP Playbook, Part 3: Preventative Risk Management by building Secure by Design Wiz Leads the 2026 Latio Application Security Report with awards in 4 categories Building an Agentic Cloud Security Ecosystem: A Reference Architecture with Wiz MCP and Infosys Cyber Next The Agile FedRAMP Playbook, Part 2: Proactive Risk Management with Continuous Monitoring Cloud-native Security for your Windows environment: Announcing the Wiz Runtime Sensor for Windows Would You Click ‘Accept’? Automatically detecting malicious Azure OAuth applications using LLMs Wiz Named a Leader in The Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 From Detection to Remediation: It’s Time to Rethink AppSec Around Exploitability and Root Cause Fixes The Agile FedRAMP Playbook, Part 1: Why Risk is Your Best Starting Point Introducing AI Cyber Model Arena: A Real-World Benchmark for AI Agents in Cybersecurity
AI Security 101: Mapping the AI Attack Surface
Snegha Ramnarayanan · 2025-10-02 · via Wiz Blog | RSS feed

AI is changing the way organizations build, ship, and interact with software. And with it comes a new security reality.

As more teams adopt generative AI, foundation models, and custom pipelines, they’re also introducing a broader, more complex attack surface. One that most security programs weren’t built to handle. That’s the AI attack surface, and understanding it is key to managing risk in today’s cloud environments.

So, what exactly is an AI attack surface?

At its core, the AI attack surface is the collection of all the ways an AI system can be exploited, spanning  across data, infrastructure, applications, and users.

It includes every component that interacts with or powers AI: training data, models, APIs, pipelines, and more. And because AI systems are often built and deployed rapidly, and with input from many different teams, the attack surface can grow quickly and unpredictably.

How it’s different from traditional cloud attack surfaces

AI doesn’t replace traditional risks. It layers on top of them.

Security teams are still watching for exposed services, overly permissive identities, and unpatched systems. But with AI, new risks emerge: prompt injection, training data leakage, model poisoning, and untracked model usage. And these risks often stem from different parts of the organization, where security controls may not yet exist.

For example, an API endpoint exposing a model to end users can become a prompt injection vector. Or a shared storage bucket used for training data might accidentally leak sensitive information. These aren’t edge cases anymore. They’re becoming common.

A closer look at the AI attack surface

To better understand what’s at stake, it helps to break the AI attack surface down into a few key components:

  • Training data
    The foundation of any model. If it includes sensitive or proprietary data, that information could be leaked or unintentionally memorized by the model.

  • Model artifacts
    Trained models themselves can leak secrets, behave unpredictably, or be reused in insecure ways if not handled carefully.

  • AI pipelines
    Tools like MLflow, SageMaker, or Vertex AI orchestrate the lifecycle of models and often come with complex configurations and elevated access.

  • APIs and interfaces
    Many AI models are exposed via APIs. Without proper safeguards, they can be susceptible to prompt injection or other manipulation techniques.

  • Shadow AI
    Untracked or unsanctioned use of AI services by developers, data scientists, or business teams can create blind spots for security.

Each of these layers opens new paths for exploitation, and many of them fall outside the traditional areas that security teams monitor.

What happens when it goes wrong?

These risks aren’t theoretical. They’ve already led to major incidents. A few recent examples stand out:

  • 38TB of internal Microsoft data exposed
    Wiz researchers uncovered a misconfigured SAS token that led to the exposure of 38 terabytes of private data, including AI training files, internal documentation, and credentials.

  • BingBang prompt injection vulnerability
    In another case, Wiz discovered an issue in Bing’s AI features that allowed attackers to manipulate the model's output, showing how prompt injection can be used to control public-facing AI systems.

  • Cloud-wide key compromise
    The Storm-0558 breach wasn’t AI-specific, but it revealed how sensitive infrastructure (like authentication keys) can be targeted to gain access across large-scale systems, including those that power AI.

For more examples and technical analysis, the Wiz Cloud Threat Landscape and Wiz Research blog are great places to dig in.

Five ways to reduce your AI risk

Securing AI doesn't have to be overwhelming. Here are a few practical starting points:

  1. Map your environment
    Identify where AI is already being used — both formally and informally. Shadow AI is common, especially in fast-moving teams.

  2. Secure your training data
    Audit training sources for sensitive content, secrets, or personally identifiable information. Use access controls and logging to reduce exposure.

  3. Harden your ML infrastructure
    Apply the same rigor you would to production systems: limit permissions, monitor access, and scan configurations regularly.

  4. Monitor AI endpoints
    LLM interfaces and APIs should be treated as sensitive entry points. Watch for abuse, unexpected behavior, or excessive permissions.

  5. Build shared ownership
    AI adoption is often cross-functional. Security, dev, cloud, and data teams all play a role in reducing risk. Make sure everyone is aligned.

Where Wiz fits in

As the AI attack surface expands, traditional security models are falling short. Most tools still look at risk in vertical silos: checking code, infrastructure, or runtime in isolation. But AI risk doesn’t work that way. It spans systems, teams, and layers.

Wiz takes a horizontal approach, giving you end-to-end visibility from code to runtime, across the entire AI lifecycle. We help you break down silos and build a unified picture of where risk lives and how it connects.

Here’s how:

  • Discover what’s running
    Wiz automatically uncovers unmanaged models, APIs, and AI services across your cloud, including shadow AI spinning up outside of security’s view. With AI-BOM, you get a full inventory of what’s in use, by whom, and where.

  • Understand the full picture
    Risk doesn’t live in isolation. The Wiz Security Graph ties together AI-specific misconfigurations (like open training buckets or exposed endpoints) with the broader context of identity, data, and network risk. This means you can see how an attacker could move laterally.

  • Prioritize what matters most
    Instead of alert fatigue, Wiz shows you the real attack paths that lead to impact, so you can focus on the few issues that matter, not the many that don’t.

  • Secure AI at scale
    With AI Security Posture Management (AI-SPM), Wiz brings governance and visibility to every part of your AI environment. That means you can secure everything from training data to production inference, without slowing teams down.

Wiz brings security out of the vertical stacks and into the flow of how modern teams build and deploy AI. It’s not about controlling every decision. It’s about giving teams the visibility and confidence to move fast, without flying blind.

Looking ahead

AI is transforming how software is built. That includes the software we use to secure it.

The organizations that thrive will be the ones that treat AI security as a shared responsibility and get ahead of the risks before they become headlines. With the right visibility, the right collaboration, and the right context, it’s possible to embrace AI safely.