Skip to main content
Pillar 09 · Security Doctrine

AI Security & Data Privacy

AI security and data privacy is the discipline of controlling what data AI systems can access, who can use them, and how their inputs and outputs are protected. It matters because adoption is outpacing governance: shadow AI, unauthorized tools used without oversight, now factors into 20% of all breaches and adds an average of $670,000 to each one, while 97% of organizations that suffered an AI-related incident lacked proper AI access controls (IBM, 2025 Cost of a Data Breach). The same report shows the upside of getting it right: organizations using AI and automation extensively in security cut breach costs by $1.9 million and shorten the breach lifecycle by 80 days. Security is not the tax on AI, it is the multiplier.

$670Kadded to the average data breach cost by shadow AI, unauthorized AI tools used without security oversight, IBM, 2025 Cost of a Data Breach
The short version
  • 01Shadow AI factors into 20% of breaches and adds an average of $670K to each; 97% of AI-related incidents involved organizations lacking AI access controls (IBM, 2025).
  • 0263% of breached organizations had no AI governance policy or were still developing one, the governance gap is the security gap.
  • 03AI breaches disproportionately expose sensitive data: 65% involve customer PII and 40% involve intellectual property, both above global averages.
  • 04Extensive use of AI and automation in security cuts breach costs by $1.9M and the breach lifecycle by 80 days (IBM, 2025), AI is a defensive multiplier, not just a risk.
  • 05Attackers weaponize AI too: 16% of breaches now involve AI-driven attacks, led by AI-generated phishing (37%) and deepfake impersonation (35%).

Shadow AI: the risk you cannot see

Shadow AI is employees using unauthorized AI tools, pasting customer data or source code into public chatbots, without security oversight. It factors into 20% of breaches and adds $670K to each, because sensitive data leaves your control the moment it is pasted in.

Shadow AI is one of the three costliest breach factors in the 2025 report (IBM). It thrives because the tools are free, useful, and one browser tab away, and only 17% of companies have technical controls that can automatically block sensitive uploads to public AI platforms, leaving 83% relying on training and warnings that do not stop a busy employee. Breaches involving shadow AI disproportionately expose customer PII (65%) and intellectual property (40%), both above global averages.

20%
of data breaches now involve shadow AI
IBM, 2025
$670K
added to average breach cost by shadow AI
IBM, 2025
83%
of companies cannot automatically block sensitive uploads to public AI
IBM, 2025
The operator’s reframe

Banning AI does not stop shadow AI, it drives it underground. Give people a sanctioned, enterprise-grade tool that is easier to use than the risky one, then add technical controls. Remove the incentive before you police the behavior.

AI access controls

AI access controls govern which data an AI system can read and which people can use it. Their absence is the defining feature of AI breaches: 97% of organizations that suffered an AI incident lacked proper controls. Least-privilege access is the single highest-leverage safeguard.

The statistic that should stop every operator is that 97% of AI-related incidents involved organizations without proper AI access controls (IBM, 2025). An AI assistant with unrestricted access to every system is a single compromised credential away from exposing everything. The fix is the same least-privilege principle that governs human access: the AI reads only the data its specific job requires, every access is logged, and permissions are role- or attribute-based, not blanket.

  • Least privilege, the AI accesses only the specific data its task requires, nothing more.
  • Role- or attribute-based access, permissions tied to defined roles, enforced at the document level.
  • Full audit trail, every read and write logged, so an incident can be traced and scoped fast.
  • Sanctioned tools, approved, enterprise-grade AI with controls built in, reducing the pull toward shadow AI.

Protecting customer PII and IP

AI breaches expose sensitive data at above-average rates, 65% involve customer PII and 40% intellectual property, because AI concentrates access to exactly this data. Protecting it means classifying sensitive categories and keeping them out of models that could leak or memorize them.

AI systems are attractive targets precisely because they pool sensitive data: customer records, financials, source code, strategy. The defense starts with classification, defining which categories (PII, financial forecasts, source code, trade secrets) must never reach an external model, and enforcing that with data-loss-prevention controls and runtime gateways. What the AI never sees, it cannot leak, and what it is barred from memorizing cannot resurface in someone else’s prompt.

65%
of shadow-AI breaches expose customer PII (vs 53% globally)
IBM, 2025
40%
expose intellectual property (vs 33% globally)
IBM, 2025
39%
of AI incidents cause operational disruption
IBM, 2025

AI-driven attacks and prompt injection

Attackers use AI too: 16% of breaches now involve AI-driven attacks, led by AI-generated phishing (37%) and deepfake impersonation (35%). New AI-specific threats, prompt injection, data poisoning, target the AI itself, requiring defenses traditional security never needed.

AI cuts both ways. On offense, it makes phishing flawless and impersonation convincing, deepfake voice and video now defeat the "does this sound like my CFO?" check. On the AI systems themselves, prompt injection tricks a model into ignoring its instructions, and data poisoning corrupts what it learns. Defending these requires input validation, output filtering, and treating any AI with external inputs as an attack surface, not just the network around it.

Verify out of band

Deepfakes have broken voice and video as proof of identity for high-stakes requests. Any instruction to move money or change credentials should be verified through a separate, pre-agreed channel, never on the strength of a convincing call or video alone.

Security as a multiplier

Done right, AI security is not a cost, it is a multiplier. Organizations using AI and automation extensively in their security operations cut average breach costs by $1.9M and shortened the breach lifecycle by 80 days. The same discipline that contains risk also compounds returns.

The 2025 data makes the business case plainly: extensive AI-and-automation use in security reduces breach cost by $1.9 million and cuts 80 days off the breach lifecycle (IBM). Combined with governance, 63% of breached organizations had no AI policy, the pattern is clear. The organizations that govern access, classify data, and use AI defensively do not just avoid the $670K shadow-AI penalty; they turn security maturity into a measurable financial advantage.

$1.9M
lower breach cost with extensive AI/automation in security
IBM, 2025
80 days
shorter breach lifecycle with AI-driven security
IBM, 2025
63%
of breached organizations had no AI governance policy
IBM, 2025

Sanctioned AI vs shadow AI, the risk difference

DimensionShadow AI (unauthorized)Sanctioned AI (governed)
OversightNone, invisible to securityMonitored, logged, auditable
Data exposureHigh, PII/IP pasted into public toolsControlled, sensitive data classified and blocked
AccessUnrestricted, personal accountsLeast-privilege, role-based
Breach cost impact+$670K on averageReduced with AI-driven defenses
ComplianceLikely violations, no audit trailDocumented, defensible
FixBan fails, drives it undergroundProvide a better sanctioned alternative
Sanctioned AI vs shadow AI, the risk difference
Questions

Frequently asked questions.

What is shadow AI and why is it dangerous?

Shadow AI is employees using unauthorized AI tools without security oversight, pasting customer data or code into public chatbots. It factors into 20% of breaches and adds an average of $670K to each, because sensitive data leaves your control the instant it is pasted in.

How do I stop employees using risky AI tools?

Not by banning, that drives it underground. Provide a sanctioned, enterprise-grade tool that is easier to use than the risky one, then add technical controls (AI gateways, data-loss prevention) to block sensitive uploads. Remove the incentive before policing behavior.

What is the most important AI security control?

Access control. 97% of organizations that suffered an AI-related incident lacked proper AI access controls. Apply least-privilege, the AI reads only the data its task requires, with role-based permissions and a full audit trail.

Can AI improve security rather than just threaten it?

Yes, significantly. Organizations using AI and automation extensively in security cut average breach costs by $1.9M and shortened the breach lifecycle by 80 days. Done right, AI security is a financial multiplier, not just a cost.

Go deeper

Five deep dives in this pillar.

From principle to installed system.

We turn the ideas on this page into owned, working infrastructure inside your business. It starts with a diagnostic of where your operation leaks time and money.