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-2020-37144

CVE-2020-37144: Exagate SYSGuard 6001 CSRF Vulnerability

CVE-2020-37144 is a CSRF vulnerability in Exagate SYSGuard 6001 allowing attackers to create unauthorized admin accounts. This article covers the technical details, exploitation methods, impact, and mitigation strategies.

Published: February 6, 2026

CVE-2020-37144 Overview

Exagate SYSGuard 6001 contains a cross-site request forgery (CSRF) vulnerability that allows attackers to create unauthorized admin accounts through a crafted HTML form. Attackers can trick authenticated users into submitting a malicious form to /kulyon.php that adds a new user with administrative privileges without the victim's consent. This vulnerability represents a significant security risk for organizations relying on SYSGuard 6001 for system monitoring and management.

Critical Impact

Successful exploitation allows attackers to gain full administrative control over the Exagate SYSGuard 6001 device by creating rogue administrator accounts without user authorization.

Affected Products

  • Exagate SYSGuard 6001

Discovery Timeline

  • 2026-02-05 - CVE CVE-2020-37144 published to NVD
  • 2026-02-05 - Last updated in NVD database

Technical Details for CVE-2020-37144

Vulnerability Analysis

This vulnerability is classified as Cross-Site Request Forgery (CSRF), identified by CWE-352. The Exagate SYSGuard 6001 web interface fails to implement proper CSRF protections on the user management endpoint (/kulyon.php). When an authenticated administrator visits a malicious webpage containing a specially crafted HTML form, the form automatically submits a request to create a new administrative user on the SYSGuard device. The attack requires user interaction—the victim must visit the attacker-controlled page while having an active authenticated session with the SYSGuard management interface.

Root Cause

The root cause of this vulnerability is the absence of anti-CSRF tokens in the user creation functionality of the SYSGuard 6001 web interface. The /kulyon.php endpoint processes administrative requests without validating whether the request originated from a legitimate source within the application. Without CSRF tokens or other origin validation mechanisms, the application cannot distinguish between legitimate user-initiated requests and forged requests from malicious third-party websites.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker constructs a malicious HTML page containing a hidden form that targets the /kulyon.php endpoint on the victim's SYSGuard 6001 device. The form is pre-populated with parameters to create a new administrative user with attacker-specified credentials. When an authenticated administrator visits the malicious page, the form is automatically submitted via JavaScript or through social engineering tactics. The SYSGuard device processes the request as legitimate since it comes from the administrator's authenticated browser session, resulting in the creation of an unauthorized admin account.

The attack does not require the attacker to have any prior access to the target system. They only need to know or guess the internal IP address of the SYSGuard device and entice the victim to visit their malicious page. Technical details and proof-of-concept information can be found at the Exploit-DB #48234 and the VulnCheck Advisory on Exagate.

Detection Methods for CVE-2020-37144

Indicators of Compromise

  • Unexpected new administrator accounts appearing in the SYSGuard 6001 user management interface
  • HTTP POST requests to /kulyon.php with user creation parameters originating from external referrers
  • Web server logs showing requests to user management endpoints with suspicious or external Referer headers
  • Unusual login activity from newly created accounts that were not authorized by legitimate administrators

Detection Strategies

  • Monitor web server access logs for POST requests to /kulyon.php and correlate with Referer header analysis to identify requests originating from external domains
  • Implement web application firewall (WAF) rules to detect and block requests to sensitive administrative endpoints that lack proper origin headers
  • Deploy network monitoring to identify cross-origin requests targeting internal SYSGuard management interfaces

Monitoring Recommendations

  • Enable detailed access logging on the SYSGuard 6001 device to capture all administrative actions
  • Regularly audit user accounts on the device to detect unauthorized additions
  • Implement network segmentation to isolate management interfaces from general user traffic
  • Configure alerts for any user creation events on the SYSGuard platform

How to Mitigate CVE-2020-37144

Immediate Actions Required

  • Restrict access to the SYSGuard 6001 management interface to trusted internal networks only
  • Implement network-level access controls (firewall rules, VPN requirements) to limit who can reach the device's web interface
  • Audit existing user accounts and remove any unauthorized administrative accounts
  • Ensure administrators do not access untrusted websites while authenticated to the SYSGuard management interface

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should contact Exagate directly to inquire about security updates. Additional information about the affected product can be found at the Exagate Official Website and the archived Exagate SysGuard Report Archive.

Workarounds

  • Deploy a reverse proxy with CSRF protection in front of the SYSGuard 6001 web interface to add token-based validation
  • Use browser isolation or dedicated browser profiles for administrative tasks to prevent CSRF attacks
  • Implement strict SameSite cookie policies at the network level if possible through a web application firewall
  • Consider disabling the web management interface entirely and using alternative management methods if available
bash
# Example: Restrict access to SYSGuard management interface via iptables
# Allow only specific trusted management workstation IP
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.100 -j ACCEPT
# Deny all other access to web management ports
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechExagate

  • SeverityMEDIUM

  • CVSS Score5.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Exagate SysGuard Report Archive

  • Exagate Official Website

  • Exploit-DB #48234

  • VulnCheck Advisory on Exagate
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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