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-3693

CVE-2026-3693: Shy2593666979 AgentChat RCE Vulnerability

CVE-2026-3693 is a remote code execution vulnerability in Shy2593666979 AgentChat up to 2.3.0, affecting the User Endpoint through improper control of resource identifiers. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-3693 Overview

A vulnerability has been identified in Shy2593666979 AgentChat up to version 2.3.0 involving improper control of resource identifiers (CWE-99). This flaw affects the get_user_info and update_user_info functions within the /src/backend/agentchat/api/v1/user.py file of the User Endpoint component. By manipulating the user_id argument, an attacker can exploit improper resource identifier handling to access or modify unauthorized resources.

Critical Impact

Remote attackers can manipulate the user_id parameter to access or modify user information belonging to other accounts, potentially leading to unauthorized data access and privilege abuse.

Affected Products

  • Shy2593666979 AgentChat versions up to 2.3.0
  • AgentChat User Endpoint component (/src/backend/agentchat/api/v1/user.py)

Discovery Timeline

  • March 8, 2026 - CVE-2026-3693 published to NVD
  • March 9, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3693

Vulnerability Analysis

This vulnerability stems from improper control of resource identifiers in the AgentChat application's user management functionality. The affected functions get_user_info and update_user_info fail to properly validate and sanitize the user_id parameter before using it to access or modify user resources. This allows remote attackers to manipulate the identifier to reference resources belonging to other users, effectively bypassing authorization controls.

The vulnerability is remotely exploitable without requiring authentication or user interaction. An attacker with network access to the AgentChat application can craft malicious requests targeting the User Endpoint to enumerate user information or perform unauthorized modifications to user accounts.

Root Cause

The root cause is insufficient validation of the user_id argument in the user management API endpoints. The application does not properly verify that the requesting user has authorization to access or modify the specified user resource, nor does it adequately sanitize the input to prevent resource identifier manipulation.

Attack Vector

The attack can be initiated remotely over the network. An attacker crafts HTTP requests to the User Endpoint (/src/backend/agentchat/api/v1/user.py) with manipulated user_id values to access or modify user information for accounts they should not have access to.

The vulnerability allows attackers to modify the user_id parameter in requests to the get_user_info and update_user_info endpoints. By iterating through or guessing valid user identifiers, an attacker can retrieve sensitive user information or alter user account details without proper authorization. Technical details and proof-of-concept examples are available in the vulnerability disclosure repository.

Detection Methods for CVE-2026-3693

Indicators of Compromise

  • Unusual patterns of requests to /api/v1/user endpoints with sequential or varied user_id parameters
  • Access logs showing a single source IP querying multiple different user IDs in rapid succession
  • Failed authorization events or access attempts to user resources outside normal application behavior

Detection Strategies

  • Monitor HTTP request logs for anomalous patterns targeting user endpoints with varying user_id parameters
  • Implement rate limiting and alerting on excessive requests to user information endpoints
  • Deploy web application firewall (WAF) rules to detect parameter manipulation attempts on user-related API calls
  • Review application logs for unauthorized access attempts to user resources

Monitoring Recommendations

  • Enable detailed logging for all User Endpoint API calls including the user_id parameter values
  • Set up alerts for failed authorization attempts on user management functions
  • Implement anomaly detection for unusual access patterns to user data endpoints

How to Mitigate CVE-2026-3693

Immediate Actions Required

  • Restrict network access to the AgentChat application to trusted sources only
  • Implement additional authorization checks at the API gateway or reverse proxy level
  • Review and audit recent access logs for signs of exploitation
  • Consider temporarily disabling the affected user management endpoints until a patch is available

Patch Information

No official patch information is currently available. The vendor was contacted early about this disclosure but did not respond. Organizations should monitor the VulDB entry and vendor channels for updates regarding security fixes.

Workarounds

  • Implement server-side authorization checks to ensure users can only access their own user information
  • Add input validation to sanitize and verify user_id parameters against the authenticated user's session
  • Deploy network-level access controls to limit exposure of the AgentChat application
  • Use a web application firewall to filter and block suspicious parameter manipulation attempts
bash
# Example: Restrict access to user endpoints via nginx
location /api/v1/user {
    # Limit access to trusted IP ranges
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Rate limiting
    limit_req zone=user_api burst=5 nodelay;
    
    proxy_pass http://agentchat_backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechShy2593666979 Agentchat

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-99
  • Technical References
  • GitHub Vulnerability PoC #1

  • GitHub Vulnerability PoC #2

  • VulDB #349640 CTI

  • VulDB #349640

  • VulDB Submission #765589

  • VulDB Submission #765590
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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