A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI 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-33583

CVE-2026-33583: Arqit SKA Platform Info Disclosure Flaw

CVE-2026-33583 is an information disclosure vulnerability in Arqit Symmetric Key Agreement Platform that exposes QKEY and system keys via unencrypted HTTP. This article covers the technical details, affected versions, and mitigation.

Published: May 14, 2026

CVE-2026-33583 Overview

CVE-2026-33583 affects the Arqit Symmetric Key Agreement Platform in versions prior to 26.03. The platform exposes the QKEY, used as input to the OTA-Quantum device registration process, along with internal system keys. An unauthenticated HTTP GET request retrieves these keys over an unencrypted channel. The flaw maps to [CWE-749] Exposed Dangerous Method or Function.

Network-based attackers can retrieve cryptographic material without credentials. Exposure of the QKEY undermines the device registration workflow that the platform secures. Recovery of internal system keys compromises the confidentiality and integrity of downstream key agreement operations.

Critical Impact

Unauthenticated attackers can retrieve the QKEY and internal system keys over HTTP, breaking the trust assumptions of the symmetric key agreement process.

Affected Products

  • Arqit Symmetric Key Agreement Platform versions before 26.03
  • Deployments exposing the affected HTTP endpoint to untrusted networks
  • Devices relying on the OTA-Quantum registration flow secured by the platform

Discovery Timeline

  • 2026-05-13 - CVE-2026-33583 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-33583

Vulnerability Analysis

The Arqit Symmetric Key Agreement Platform exposes a dangerous function through an HTTP GET endpoint. The endpoint requires no authentication and transmits data without TLS. A client issuing a single GET request retrieves the QKEY along with internal system keys.

The QKEY feeds the OTA-Quantum device registration process. Disclosure of this value allows an attacker to impersonate the registration authority or derive material used to register rogue devices. Disclosure of internal system keys further degrades the security guarantees of any symmetric key agreement that depends on them.

The issue is classified under [CWE-749] because a sensitive method that should be restricted to authenticated or internal callers is reachable from the network. The network attack vector, combined with no privilege or user interaction requirement, makes exploitation straightforward where the endpoint is reachable.

Root Cause

The root cause is the presence of an internal key-retrieval method exposed through an HTTP GET handler without authentication, authorization, or transport encryption. The handler treats key material as routinely retrievable data rather than as a privileged operation gated by access control.

Attack Vector

An attacker reaches the platform over the network and issues an HTTP GET request to the vulnerable endpoint. The server returns the QKEY and internal system keys in the response body. The attacker then reuses these values to subvert the OTA-Quantum registration process or to attack systems that derive trust from the disclosed keys. Passive interception of legitimate requests on the unencrypted channel produces the same outcome.

No verified exploit code is published. Refer to the CVCN advisory for CVE-2026-33583 for technical details from the coordinating authority.

Detection Methods for CVE-2026-33583

Indicators of Compromise

  • Unexpected HTTP GET requests to Symmetric Key Agreement Platform key-retrieval endpoints originating from untrusted sources
  • Plaintext HTTP traffic to the platform on ports that should be restricted to authenticated, encrypted channels
  • Device registrations through the OTA-Quantum workflow that do not correlate to authorized provisioning activity

Detection Strategies

  • Inspect web server and reverse proxy logs for unauthenticated GET requests against key-distribution paths on the platform
  • Alert on any HTTP (non-TLS) traffic destined for the Symmetric Key Agreement Platform management interface
  • Correlate new device registrations with provisioning tickets to identify registrations that lack an authorized request

Monitoring Recommendations

  • Capture full request and response metadata from the platform front end and forward logs to a centralized analytics system
  • Baseline normal client identifiers and source networks contacting the platform, then alert on deviations
  • Monitor outbound connections from the platform host for anomalous traffic that may indicate post-exposure abuse

How to Mitigate CVE-2026-33583

Immediate Actions Required

  • Upgrade the Arqit Symmetric Key Agreement Platform to version 26.03 or later
  • Restrict network access to the platform management and key-distribution interfaces to trusted administrative networks only
  • Rotate any QKEY and internal system keys that may have been exposed before the patch was applied
  • Audit OTA-Quantum device registrations performed while the vulnerable version was reachable and revoke unauthorized devices

Patch Information

The vendor addresses CVE-2026-33583 in Symmetric Key Agreement Platform version 26.03. Apply the upgrade across all platform instances. Coordination details are available in the CVCN advisory for CVE-2026-33583.

Workarounds

  • Place the platform behind a reverse proxy that enforces TLS and client authentication for all requests
  • Block the vulnerable HTTP endpoint at the network boundary until the upgrade is applied
  • Disable or firewall any non-TLS listener on the platform host to prevent plaintext retrieval of key material
bash
# Example: restrict access to the platform with iptables until patching completes
iptables -A INPUT -p tcp --dport 80 -s <trusted_admin_cidr> -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechArqit Symmetric Key Agreement Platform

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-749
  • Technical References
  • CVCN CVE-2026-33583
  • Related CVEs
  • CVE-2026-33584: Arqit Platform Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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