AI Creating Major Cybersecurity Gaps — 87% of Organizations Breached

Rate this post

AI cybersecurity gaps are becoming a serious business risk as organizations connect language models, copilots, automated agents, and third-party tools to sensitive workflows. This guide explains where those gaps appear, why they are difficult to manage, and how security teams can build practical controls without slowing useful innovation.

The widely repeated claim that 87% of organizations have experienced a breach should be interpreted carefully because the result depends on the survey population, timeframe, and definition of breach. The broader lesson is still important: many teams are adopting AI faster than they are documenting data flows, permissions, logging, and ownership. A responsible security program should address those gaps before an incident exposes confidential information or interrupts a critical process.

AI cybersecurity gaps: where they appear

The first gap is shadow AI. Employees may paste customer information, source code, incident details, or internal documents into services that have not been approved by the security team. Even when a provider offers strong safeguards, the organization may not know what data was submitted, how long it is retained, or which account controls apply.

The second gap is excessive access. An AI assistant connected to a ticketing system, repository, cloud account, or business application may be able to read or change more information than it needs. Agentic systems create additional risk because they can call tools, update records, trigger workflows, and make decisions across multiple services. A small permission mistake can therefore affect a much larger part of the environment.

The third gap is weak monitoring. If prompts, tool calls, responses, approvals, and data transfers are not logged, investigators may struggle to understand what happened. Traditional endpoint and network controls remain valuable, but they should be combined with application-level telemetry that shows how an AI system was used and what actions it performed.

Five practical ways to reduce AI risk

1. Create an AI use-case inventory

Record every approved AI service, internal model, assistant, plugin, and automated workflow. For each use case, document the business owner, data classification, connected systems, expected users, retention policy, and emergency contact. An inventory makes it easier to identify unapproved tools and prioritize security reviews.

2. Apply least-privilege access

Give AI services only the permissions required for their stated task. Separate read access from write access, restrict high-impact actions, require human approval for sensitive changes, and review service accounts regularly. Short-lived credentials and scoped tokens can reduce the effect of an accidental disclosure or compromised integration.

3. Protect sensitive data

Classify the information that may enter an AI workflow and block or mask data that should not leave a controlled environment. Use data loss prevention policies, approved connectors, encryption, and clear user guidance. Security teams should test whether prompt filtering and redaction controls work with realistic examples rather than relying only on policy documents.

4. Monitor prompts and tool calls

Collect useful audit events while respecting privacy and employment requirements. Look for unusual volumes, repeated failed requests, sensitive data patterns, unexpected tool calls, privilege changes, and activity outside normal working hours. Connect these events to the organization’s incident process so analysts can investigate quickly.

5. Test and review continuously

Threat models should be updated whenever an AI system gains a new connector, data source, or action. Test for prompt injection, insecure output handling, data leakage, excessive agency, and unauthorized tool use. The NIST AI Risk Management Framework provides a useful reference for organizing governance and risk-management activities.

Build a practical response process

When a suspicious AI event is detected, preserve relevant logs, identify the account and connected tools, revoke or rotate exposed credentials, and determine whether data was accessed or changed. Separate confirmed evidence from assumptions and communicate the scope clearly to business owners. Teams can also review our guide to vulnerabilities weaponized in minutes for a related approach to rapid exposure assessment and response prioritization.

After containment, review the workflow design rather than simply disabling the feature. Ask whether permissions can be narrowed, approvals can be added, data can be masked, or logs can be improved. A short post-incident review often reveals process changes that reduce both security risk and operational confusion.

Questions for security and technology leaders

  • Which AI systems can access confidential, regulated, or customer information?
  • Which users and service accounts can approve actions or change records?
  • Can the organization reconstruct prompts, responses, and tool calls after an incident?
  • Are high-impact actions protected by human approval and strong authentication?
  • Who owns each AI use case, its security review, and its retirement decision?

Final takeaway

AI cybersecurity gaps are manageable when organizations combine visibility, least privilege, data protection, monitoring, and continuous testing. The goal is not to stop responsible AI adoption. The goal is to make every use case observable, accountable, and appropriately constrained so teams can gain productivity without creating an uncontrolled path to sensitive data or critical systems.