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
    • 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-42160

CVE-2026-42160: Data Space Portal Auth Bypass Flaw

CVE-2026-42160 is an authorization bypass flaw in Data Space Portal affecting versions 2.1.1 to 7.3.2. It enables unauthorized access via pending accounts. This article covers technical details, impact, and patches.

Published: May 18, 2026

CVE-2026-42160 Overview

CVE-2026-42160 is an insufficient authorization vulnerability in dataspace-portal, the backend of the sovity Data Space Portal. Data Space Portal is an open-source Software as a Service (SaaS) solution for Dataspace management. The flaw affects versions from 2.1.1 up to but not including 7.3.2. The backend fails to properly restrict actions tied to self-registered organization and user accounts that remain in the PENDING state. This allows unauthenticated, network-based abuse against affected deployments. The maintainers addressed the issue in version 7.3.2. The weakness is classified under CWE-602: Client-Side Enforcement of Server-Side Security.

Critical Impact

An unauthenticated attacker can self-register and leverage PENDING accounts to access functionality that should require approval, compromising confidentiality and integrity of the dataspace.

Affected Products

  • sovity dataspace-portal version 2.1.1 and later
  • sovity dataspace-portal versions prior to 7.3.2
  • Deployments exposing the Data Space Portal backend to untrusted networks

Discovery Timeline

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

Technical Details for CVE-2026-42160

Vulnerability Analysis

The Data Space Portal supports self-registration of organizations and users. New registrations enter a PENDING state and should require administrator approval before gaining access to protected functionality. The backend does not enforce this state check on all authorization paths. As a result, accounts that have not been approved can perform actions reserved for fully provisioned identities. The attack requires no privileges, no user interaction, and is reachable over the network, enabling abuse against any exposed instance running an affected version.

Root Cause

The vulnerability stems from incomplete server-side authorization checks in the dataspace-portal backend. The application treats authentication context as sufficient without consistently validating the account lifecycle state. Authorization enforcement does not gate sensitive endpoints behind a confirmed, approved account, which aligns with the CWE-602 pattern of relying on assumptions that are not enforced server-side.

Attack Vector

An attacker registers a new organization or user through the public self-registration flow. The account enters the PENDING state. The attacker then issues backend API requests that should be restricted to approved accounts. Because the backend skips the approval-state check on the affected paths, the requests succeed. This grants the attacker unauthorized read and write access to dataspace resources, including data and configuration controlled by other tenants. Refer to the GitHub Security Advisory GHSA-989g-wpfv-6vxx for vendor-supplied details.

No public proof-of-concept is referenced in the advisory. The vulnerability mechanism is described in prose because no verified exploit code is available.

Detection Methods for CVE-2026-42160

Indicators of Compromise

  • Self-registration events followed by API calls from the same account while still in PENDING status.
  • Backend audit log entries showing successful actions by accounts that were never approved by an administrator.
  • Unexpected modifications to organization, connector, or catalog objects originating from recently created accounts.

Detection Strategies

  • Correlate user lifecycle events (registration, approval) with subsequent authenticated API requests and flag activity that occurs before approval.
  • Monitor reverse proxy and application logs for HTTP 2xx responses on privileged endpoints issued to accounts whose state is PENDING.
  • Compare the deployed dataspace-portal version against the fixed release 7.3.2 listed in the GitHub Release v7.3.2 notes.

Monitoring Recommendations

  • Enable verbose authorization logging on the dataspace-portal backend and forward logs to a central SIEM.
  • Alert on bursts of self-registrations from a single IP or autonomous system.
  • Track the count of API calls per account state and alert when PENDING accounts generate non-trivial backend traffic.

How to Mitigate CVE-2026-42160

Immediate Actions Required

  • Upgrade dataspace-portal to version 7.3.2 or later without delay.
  • Audit existing PENDING accounts and revoke or delete any that were not legitimately created.
  • Review backend audit logs for unauthorized actions performed by unapproved accounts since the deployment of any version from 2.1.1 onward.

Patch Information

The vendor fixed the issue in dataspace-portal version 7.3.2. Release artifacts and changelog details are available in the GitHub Release v7.3.2. The corresponding advisory is published as GHSA-989g-wpfv-6vxx. Operators running any version between 2.1.1 and 7.3.1 inclusive must upgrade.

Workarounds

  • Disable the public self-registration feature until the upgrade to 7.3.2 is complete.
  • Restrict network access to the dataspace-portal backend using a reverse proxy, VPN, or allow-list while the patch is being deployed.
  • Manually purge any PENDING accounts on a scheduled basis to limit the exposure window for abuse.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDataspace Portal

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:H/SI:H/SA:L/E:X/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-602
  • Technical References
  • GitHub Release v7.3.2

  • GitHub Security Advisory GHSA-989g-wpfv-6vxx
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability
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