Agentic AI Is Rewriting Enterprise Attack Surfaces. Your Security Team Needs to Catch Up

Agentic AI tools are already running in enterprise environments across the GCC, often without security team oversight. Here is what B2B security leaders must understand about the attack surfaces they are opening.

Omar Al-Hakeem
Senior Cyber Threat Analyst | MENA Region4 min read
Split image showing a developer using agentic AI coding tools on the left and a cybersecurity professional monitoring enterprise systems on the right, representing the AI security gap in GCC organisations

Split image showing a developer using agentic AI coding tools on the left and a cybersecurity professional monitoring enterprise systems on the right, representing the AI security gap in GCC organisations

Security teams across GCC enterprises are facing a new category of risk that most have not yet formally assessed: agentic AI. These are not chatbots. They are systems that execute tasks, consume data, access external services, and take actions, often autonomously and without meaningful security team involvement.

The tools are already in use. Whether formally approved or not, developers and business teams across your organisation are using agents powered by frameworks like Claude Code, GitHub Copilot, and Model Context Protocol (MCP)-connected assistants. The security conversation in most organisations has not kept pace.

Three categories of agents, three categories of risk

The agentic AI landscape is not uniform. Understanding the risk requires distinguishing between three distinct categories.

The first is general-purpose coding and productivity agents. Tools such as Claude Code and GitHub Copilot are embedded in developer workflows. What data they can access, how they interact with codebases, and what actions they can initiate represents baseline security knowledge for enterprise security teams in 2026. If your team has not mapped this exposure, it is already behind.

The second is vendor-built agents connected via the Model Context Protocol. MCP is the integration layer that allows AI agents to connect to external services and act on their behalf. Major enterprise vendors either have an MCP server in production or are actively building one. In practice, an agent managing a user's calendar, email, or internal ticketing system can receive input from those channels and act on it. A malicious calendar event containing hidden instructions in the event description is not a theoretical scenario. It is a live attack vector, readable and executable by an MCP-connected agent. This is a real attack surface requiring deliberate configuration and security review before deployment.

The third category is custom agents built by individual users within the organisation. The barrier between security awareness and code execution has collapsed. Any employee can now build functional automations, workflows, and agents with real system access without writing traditional code. For security teams, this creates a supply chain problem: agents built by marketing, finance, and operations teams will go live without security review. This has already begun happening.

Why broad permissions are the core risk

Agents derive their value from breadth of access. A calendar agent needs access to email. A code review agent needs access to repositories. An operations agent may need access to both. That breadth is also what determines the blast radius when something goes wrong.

An agent with access to both a terminal and an email inbox can be manipulated through either channel to act in the other. For security professionals, reasoning about that lateral movement path requires understanding how the agent was built, what it can access, and how its inputs are processed. That understanding only comes from direct engagement with the technology.

The principle of least privilege applies here as it does everywhere else: an agent built to manage a calendar should not have write access to a code repository. Getting that scoping decision right requires security involvement before the architecture is set, not after deployment.

What GCC security leaders should do now

The organisations building genuine AI security fluency today will shape how these systems are deployed across the enterprise. Those who arrive late will, as has happened with cloud security and mobile security before, be left applying controls to an architecture already decided without them. The urgency is clear as the IMF warns AI-powered cyberattacks could trigger systemic risk across the global financial system.

Practical starting points for security teams:

  • Map which AI tools and agents are currently in use across the organisation, with or without formal approval
  • Review MCP server configurations for scope and access controls
  • Engage directly with the tools your development teams are using to build genuine hands-on fluency
  • Apply scope constraints to agents before deployment, not after an incident
  • Follow emerging frameworks including OWASP's LLM Top 10 and vendor-published AI security guidance

For teams looking to build structured competency, SANSFIRE 2026 includes SEC545: GenAI and LLM Application Security, which covers how AI applications are architected, how agentic systems work in practice, and the tools and controls available to address real attack surfaces, including hands-on model scanning techniques. The course is taught by Ahmed Abugharbia, SANS Certified Instructor.

Agentic AI is not a future problem. It is a present one. For GCC enterprises operating in regulated sectors, the window for getting ahead of it is narrowing.

Omar Al-Hakeem

Senior Cyber Threat Analyst | MENA Region

Omar Al-Hakeem is a cybersecurity researcher specializing in threat intelligence, ransomware trends, and nation-state activity across the Middle East and North Africa. With over 12 years of experience in SOC operations and incident response, he provides deep technical breakdowns of emerging attacks and regional cyber risks. At MENA Cyber Wire, Omar focuses on real-world threat analysis and actionable defense strategies for enterprises and startups.

Intelligence Focus Areas

AI Security & GovernanceEmerging Threat VectorsEnterprise Risk ManagementGCC Cybersecurity StrategyAgentic AI RiskSecurity teams across GCC enterprises are facing a new category of risk that most have not yet formally assessed: agentic AI. These are not chatbots. They are systems that execute tasks, consume data, access external services, and take actions, often autonomously and without meaningful security team involvement. The tools are already in use. Whether formally approved or not, developers and business teams across your organisation are using agents powered by frameworks like Claude Code, GitHub Copilot, and Model Context Protocol (MCP)-connected assistants. The security conversation in most organisations has not kept pace. **Three categories of agents, three categories of risk** The agentic AI landscape is not uniform. Understanding the risk requires distinguishing between three distinct categories. The first is general-purpose coding and productivity agents. Tools such as Claude Code and GitHub Copilot are embedded in developer workflows. What data they can access, how they interact with codebases, and what actions they can initiate represents baseline security knowledge for enterprise security teams in 2026. If your team has not mapped this exposure, it is already behind. The second is vendor-built agents connected via the [Model Context Protocol](https://modelcontextprotocol.io). MCP is the integration layer that allows AI agents to connect to external services and act on their behalf. Major enterprise vendors either have an MCP server in production or are actively building one. In practice, an agent managing a user's calendar, email, or internal ticketing system can receive input from those channels and act on it. A malicious calendar event containing hidden instructions in the event description is not a theoretical scenario. It is a live attack vector, readable and executable by an MCP-connected agent. This is a real attack surface requiring deliberate configuration and security review before deployment. The third category is custom agents built by individual users within the organisation. The barrier between security awareness and code execution has collapsed. Any employee can now build functional automations, workflows, and agents with real system access without writing traditional code. For security teams, this creates a supply chain problem: agents built by marketing, finance, and operations teams will go live without security review. This has already begun happening. Recent vulnerabilities like [Bleeding Llama](https://menacyberwire.com/post/bleeding-llama-critical-ollama-flaw-leaks-ai-server-memory-to-unauthenticated-attackers), where a critical Ollama flaw leaked AI server memory to unauthenticated attackers, underscore the technical risks of self-hosted or custom-built AI environments. **Why broad permissions are the core risk** Agents derive their value from breadth of access. A calendar agent needs access to email. A code review agent needs access to repositories. An operations agent may need access to both. That breadth is also what determines the blast radius when something goes wrong. An agent with access to both a terminal and an email inbox can be manipulated through either channel to act in the other. For security professionals, reasoning about that lateral movement path requires understanding how the agent was built, what it can access, and how its inputs are processed. That understanding only comes from direct engagement with the technology. The principle of least privilege applies here as it does everywhere else: an agent built to manage a calendar should not have write access to a code repository. Getting that scoping decision right requires security involvement before the architecture is set, not after deployment. **What GCC security leaders should do now** The organisations building genuine AI security fluency today will shape how these systems are deployed across the enterprise. Those who arrive late will, as has happened with cloud security and mobile security before, be left applying controls to an architecture already decided without them. The urgency is clear as the [IMF warns AI-powered cyberattacks could trigger systemic risk across the global financial system](https://menacyberwire.com/post/imf-warns-ai-powered-cyberattacks-could-trigger-systemic-risk-across-global-financial-system). Practical starting points for security teams: * Map which AI tools and agents are currently in use across the organisation, with or without formal approval * Review MCP server configurations for scope and access controls * Engage directly with the tools your development teams are using to build genuine hands-on fluency * Apply scope constraints to agents before deployment, not after an incident * Follow emerging frameworks including [OWASP's LLM Top 10](https://owasp.org/www-project-top-10-for-large-language-model-applications/) and vendor-published AI security guidance For teams looking to build structured competency, [SANSFIRE 2026](https://www.sans.org/cyber-security-training-events/sansfire-2026/) includes SEC545: GenAI and LLM Application Security, which covers how AI applications are architected, how agentic systems work in practice, and the tools and controls available to address real attack surfaces, including hands-on model scanning techniques. The course is taught by Ahmed Abugharbia, SANS Certified Instructor. Agentic AI is not a future problem. It is a present one. For [GCC enterprises](https://saudifuturetech.com) operating in regulated sectors, the window for getting ahead of it is narrowing.