Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-0696

CVE-2026-0696: ConnectWise PSA XSS Vulnerability

CVE-2026-0696 is an XSS vulnerability in ConnectWise PSA caused by session cookies lacking the HttpOnly attribute. This flaw enables client-side scripts to access session data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 23, 2026

CVE-2026-0696 Overview

In ConnectWise PSA versions older than 2026.1, certain session cookies were not set with the HttpOnly attribute. In some scenarios, this could allow client-side scripts access to session cookie values, potentially enabling session hijacking through Cross-Site Scripting (XSS) attacks.

Critical Impact

Session cookies without HttpOnly protection can be accessed by malicious JavaScript, potentially allowing attackers to steal session tokens and impersonate authenticated users.

Affected Products

  • ConnectWise PSA versions older than 2026.1

Discovery Timeline

  • 2026-01-16 - CVE CVE-2026-0696 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2026-0696

Vulnerability Analysis

This vulnerability is classified under CWE-1004 (Sensitive Cookie Without 'HttpOnly' Flag). The HttpOnly flag is a critical security mechanism that prevents client-side scripts from accessing cookie values. When session cookies lack this attribute, any JavaScript code running in the user's browser context can read the cookie values through the document.cookie API.

The vulnerability requires user interaction, specifically the victim must be exposed to a scenario where malicious JavaScript can execute in their browser session. This typically occurs through XSS attacks or by tricking users into visiting malicious pages while authenticated to ConnectWise PSA.

Root Cause

The root cause of this vulnerability is improper cookie configuration in ConnectWise PSA. Session cookies were being set without the HttpOnly attribute, which is a security oversight in the application's session management implementation. This configuration weakness violates secure coding best practices for handling sensitive authentication tokens.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker could exploit this vulnerability through the following attack chain:

  1. The attacker identifies or creates an XSS vulnerability or convinces a user to execute malicious JavaScript
  2. When an authenticated user's browser executes the malicious script, it reads the session cookie via document.cookie
  3. The stolen session token is exfiltrated to an attacker-controlled server
  4. The attacker uses the stolen session cookie to impersonate the victim and gain unauthorized access to the ConnectWise PSA application

The absence of the HttpOnly flag transforms what might be a lower-severity XSS vulnerability into a potential session hijacking attack that could compromise user accounts.

Detection Methods for CVE-2026-0696

Indicators of Compromise

  • Unusual session activity from multiple IP addresses or geographic locations for the same user account
  • JavaScript errors or suspicious client-side behavior in browser developer tools logs
  • Unexpected session token transmissions to external domains in network traffic logs
  • Evidence of XSS payloads in web application logs or user-submitted content

Detection Strategies

  • Monitor web application firewall (WAF) logs for XSS attack patterns that could be leveraged to steal cookies
  • Implement Content Security Policy (CSP) headers and monitor for CSP violation reports
  • Review application authentication logs for anomalous session patterns or concurrent sessions from disparate locations
  • Analyze network traffic for outbound connections to suspicious domains that may indicate cookie exfiltration

Monitoring Recommendations

  • Enable detailed logging of authentication events and session management activities in ConnectWise PSA
  • Configure alerts for multiple failed authentication attempts followed by successful logins from different IP addresses
  • Implement browser-based security monitoring to detect potential XSS exploitation attempts
  • Regularly audit cookie configurations across web applications to ensure security attributes are properly set

How to Mitigate CVE-2026-0696

Immediate Actions Required

  • Upgrade ConnectWise PSA to version 2026.1 or later immediately
  • Review session logs for any signs of unauthorized access or session anomalies
  • Force logout all active sessions and require users to re-authenticate after the upgrade
  • Implement additional security controls such as Content Security Policy headers to mitigate XSS risks

Patch Information

ConnectWise has released a security fix addressing this vulnerability. Organizations should upgrade to ConnectWise PSA version 2026.1 or later. For detailed patch information and download instructions, refer to the ConnectWise Security Bulletin.

Workarounds

  • If immediate patching is not possible, implement a Web Application Firewall (WAF) with XSS protection rules to reduce exploitation risk
  • Enable strict Content Security Policy (CSP) headers to limit JavaScript execution capabilities
  • Consider implementing additional session validation mechanisms such as IP binding or user-agent verification
  • Educate users about phishing and social engineering attacks that could be used to deliver XSS payloads

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechConnectwise

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1004
  • Technical References
  • ConnectWise Security Bulletin
  • Related CVEs
  • CVE-2026-0695: ConnectWise PSA Stored XSS 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