The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-5323

CVE-2026-5323: a11y-mcp Server-Side Request Forgery

CVE-2026-5323 is a server-side request forgery flaw in a11y-mcp up to version 1.0.5 affecting the A11yServer function. This article covers the technical details, affected versions, impact assessment, and mitigation steps.

Published: April 2, 2026

CVE-2026-5323 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been identified in priyankark a11y-mcp up to version 1.0.5. This vulnerability affects the A11yServer function within the src/index.js file, allowing manipulation of URL parameters to trigger unauthorized server-side requests. While the attack vector requires local access, the exploit has been publicly disclosed and could be leveraged by attackers with local positioning.

The a11y-mcp project is a Model Context Protocol (MCP) server designed for accessibility testing, utilizing Puppeteer and Axe-core for web accessibility analysis. The SSRF vulnerability enables an attacker to craft malicious URL inputs that could cause the server to make requests to unintended internal or external resources.

Critical Impact

Local attackers can exploit SSRF to access internal network resources, potentially leading to data exfiltration, service enumeration, or abuse of cloud metadata endpoints.

Affected Products

  • priyankark a11y-mcp versions up to 1.0.5
  • Applications utilizing vulnerable a11y-mcp as a dependency
  • Systems running a11y-mcp MCP server locally

Discovery Timeline

  • April 2, 2026 - CVE-2026-5323 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-5323

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), a weakness where the application receives a URL or similar request from an upstream component and retrieves the contents without sufficiently ensuring that the request is being sent to the expected destination.

In the context of a11y-mcp, the A11yServer function in src/index.js processes URL inputs for accessibility testing without validating whether those URLs point to safe, external resources. This oversight allows attackers to supply malicious URLs targeting localhost, loopback addresses, internal network ranges, or cloud provider metadata services.

The vendor has acknowledged the issue while noting that a11y-mcp operates as a "local stdio MCP server" without HTTP endpoints or network accessibility. The caller is always the local user or an LLM acting on their behalf with user approval. However, the SSRF vector still poses risks when the server can be manipulated to access unintended resources from the local machine's network perspective.

Root Cause

The root cause stems from insufficient URL validation in the A11yServer function. The original implementation accepted user-supplied URLs without:

  1. Validating the URL scheme (allowing non-HTTP/HTTPS protocols)
  2. Checking for loopback or internal network addresses
  3. Performing DNS resolution validation to prevent DNS rebinding attacks

This lack of input sanitization allows attackers to bypass intended access restrictions and direct the Puppeteer browser instance to navigate to arbitrary locations.

Attack Vector

The attack requires local access to the system running a11y-mcp. An attacker can exploit this vulnerability by:

  1. Supplying a URL pointing to internal resources (e.g., http://127.0.0.1/admin, http://169.254.169.254/ for cloud metadata)
  2. Using alternative localhost representations (e.g., http://0.0.0.0/, http://[::1]/)
  3. Leveraging DNS rebinding techniques to bypass hostname checks

The following patch was applied to address this vulnerability by implementing comprehensive URL validation:

javascript
   ListToolsRequestSchema,
   McpError,
 } from '@modelcontextprotocol/sdk/types.js';
+import { lookup } from 'node:dns/promises';
 import puppeteer from 'puppeteer';
 import { AxePuppeteer } from '@axe-core/puppeteer';
 
+/**
+ * Validate that a URL is safe to navigate to (SSRF protection).
+ * Only allows http/https schemes and blocks requests to internal networks.
+ */
+async function validateUrl(urlString) {
+  let parsed;
+  try {
+    parsed = new URL(urlString);
+  } catch {
+    throw new Error('Invalid URL format');
+  }
+
+  // Only allow http and https schemes
+  if (parsed.protocol !== 'http:' && parsed.protocol !== 'https:') {
+    throw new Error(`Disallowed URL scheme: ${parsed.protocol}`);
+  }
+
+  const hostname = parsed.hostname;
+
+  // Block obvious localhost/loopback hostnames
+  const blockedHostnames = ['localhost', '127.0.0.1', '::1', '0.0.0.0', '[::1]'];
+  if (blockedHostnames.includes(hostname.toLowerCase())) {
+    throw new Error('URLs pointing to loopback addresses are not allowed');

Source: GitHub Commit Change

Detection Methods for CVE-2026-5323

Indicators of Compromise

  • Unexpected outbound requests from the a11y-mcp process to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Access attempts to cloud metadata endpoints (169.254.169.254)
  • Unusual DNS resolution patterns from the application, particularly for internal hostnames
  • Process logs showing navigation to localhost or loopback addresses

Detection Strategies

  • Monitor network traffic from applications running a11y-mcp for requests to internal network ranges or metadata services
  • Implement application-level logging to capture all URLs processed by the A11yServer function
  • Deploy endpoint detection rules that alert on SSRF-typical access patterns from Node.js processes
  • Review npm dependency trees to identify projects using vulnerable a11y-mcp versions (< 1.0.6)

Monitoring Recommendations

  • Enable verbose logging for the a11y-mcp server to capture all URL navigation attempts
  • Configure network monitoring to alert on RFC 1918 address access from the MCP server process
  • Implement DNS query logging to detect potential DNS rebinding attempts
  • Set up alerts for access to well-known metadata endpoints (AWS, GCP, Azure) from local applications

How to Mitigate CVE-2026-5323

Immediate Actions Required

  • Upgrade a11y-mcp to version 1.0.6 or later immediately
  • Audit applications using a11y-mcp to ensure they are not passing untrusted URL inputs
  • Review logs for any historical SSRF exploitation attempts
  • Implement network segmentation to limit the impact of SSRF from local services

Patch Information

The vulnerability has been resolved in a11y-mcp version 1.0.6. The fix introduces a validateUrl() function that performs comprehensive URL validation including:

  • Protocol scheme validation (HTTP/HTTPS only)
  • Blocklist checking for loopback addresses (localhost, 127.0.0.1, ::1, 0.0.0.0, [::1])
  • DNS resolution validation using Node.js dns/promises module

The patch is identified by commit hash e3e11c9e8482bd06b82fd9fced67be4856f0dffc. For additional technical details, refer to the GitHub Commit Change and VulDB entry #354655.

Workarounds

  • If immediate upgrade is not possible, implement URL validation at the application layer before passing URLs to a11y-mcp
  • Restrict network access for the a11y-mcp process using firewall rules or network policies
  • Run a11y-mcp in an isolated network environment with no access to internal resources
  • Validate all URL inputs against an allowlist of permitted domains before processing
bash
# Upgrade a11y-mcp to patched version
npm update a11y-mcp@1.0.6

# Verify installed version
npm list a11y-mcp

# Check for vulnerable versions in project dependencies
npm audit

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechA11y Mcp

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Project Repository

  • GitHub Commit Change

  • GitHub Issue Tracker

  • VulDB Submission Report

  • VulDB #354655

  • VulDB #354655 CTI
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English