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-2022-36537

CVE-2022-36537: ZK Framework Information Disclosure Flaw

CVE-2022-36537 is an information disclosure vulnerability in ZK Framework that allows attackers to access sensitive data via crafted POST requests to AuUploader. This article covers technical details, affected versions, and mitigations.

Published: February 18, 2026

CVE-2022-36537 Overview

CVE-2022-36537 is an information disclosure vulnerability affecting multiple versions of the ZK Framework, a popular open-source Ajax web application framework. The vulnerability allows attackers to access sensitive information by sending a crafted POST request to the AuUploader component. This component, designed to handle file uploads within ZK applications, fails to properly validate incoming requests, enabling unauthorized access to sensitive data.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating confirmed exploitation by threat actors targeting organizations running vulnerable ZK Framework deployments.

Affected Products

  • ZK Framework v9.6.1
  • ZK Framework v9.6.0.1, v9.5.1.3, v9.0.1.2
  • ZK Framework v8.6.4.1

Discovery Timeline

  • 2022-08-26 - CVE-2022-36537 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2022-36537

Vulnerability Analysis

This vulnerability represents an information disclosure flaw in the ZK Framework's AuUploader component. The framework is widely used for building enterprise Java web applications, making this vulnerability particularly impactful across numerous organizational deployments.

The AuUploader component is responsible for handling asynchronous file upload operations within ZK applications. The vulnerability stems from insufficient input validation and access controls on POST requests directed to this component. When exploited, attackers can craft malicious POST requests that bypass intended security boundaries and extract sensitive information from the target application.

The network-accessible nature of this vulnerability, combined with no authentication requirements and low attack complexity, makes it particularly dangerous. An attacker can exploit this remotely without any user interaction or special privileges, making it an attractive target for automated exploitation.

Root Cause

The root cause lies in improper request validation within the AuUploader component. The component fails to adequately verify the legitimacy and scope of incoming POST requests, allowing attackers to manipulate request parameters in ways that expose sensitive information that should otherwise be protected.

Attack Vector

The attack is executed over the network by sending specially crafted POST requests to the vulnerable AuUploader component endpoint. The exploitation path involves:

  1. Identifying a target application running a vulnerable version of ZK Framework
  2. Locating the AuUploader component endpoint
  3. Constructing a malicious POST request with parameters designed to extract sensitive information
  4. Parsing the response to retrieve unauthorized data

The vulnerability is exploited remotely and requires no authentication, making reconnaissance and initial access relatively straightforward for attackers. CISA has warned that this vulnerability has been actively exploited by threat actors in real-world attacks, as documented in their Known Exploited Vulnerabilities Catalog.

Detection Methods for CVE-2022-36537

Indicators of Compromise

  • Unusual POST requests to AuUploader component endpoints with non-standard parameters
  • Increased volume of requests to file upload handlers from single IP addresses
  • Unexpected data exfiltration patterns in egress network traffic
  • Error log entries indicating malformed or suspicious upload requests

Detection Strategies

  • Deploy web application firewall (WAF) rules to inspect and filter suspicious POST requests targeting ZK Framework components
  • Implement anomaly detection for unusual request patterns to AuUploader endpoints
  • Monitor application logs for unauthorized access attempts and error messages related to file upload components
  • Configure intrusion detection systems (IDS) with signatures for CVE-2022-36537 exploitation patterns

Monitoring Recommendations

  • Enable detailed request logging for all ZK Framework component endpoints
  • Set up real-time alerting for requests matching known exploitation patterns
  • Monitor for reconnaissance activity scanning for ZK Framework applications
  • Track network connections to known threat actor infrastructure associated with this vulnerability

How to Mitigate CVE-2022-36537

Immediate Actions Required

  • Identify all instances of ZK Framework in your environment and determine their version numbers
  • Apply vendor patches immediately for all vulnerable installations
  • Implement network-level controls to restrict access to AuUploader endpoints where possible
  • Enable enhanced logging and monitoring for ZK Framework applications

Patch Information

ZKOSS has released security patches addressing this vulnerability. Organizations should upgrade to patched versions immediately. The vendor has documented this issue in their ZKOSS Issue Tracker Entry, which provides specific remediation guidance and patched version information. Given the active exploitation status and CISA KEV listing, patching should be treated as a critical priority.

Workarounds

  • Restrict network access to ZK Framework applications using firewall rules to limit exposure
  • Implement strict input validation at the web server or reverse proxy level for requests to AuUploader
  • Consider temporarily disabling the AuUploader component if file upload functionality is not business-critical
  • Deploy a WAF with rules specifically blocking crafted POST requests targeting this vulnerability
bash
# Example: Restrict access to AuUploader endpoint via Apache configuration
<Location "/zkau">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Location>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechZkoss

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability93.98%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-Other
  • Technical References
  • Bleeping Computer RCE Flaw Alert

  • CISA Known Exploit CVE-2022-36537
  • Vendor Resources
  • ZKOSS Issue Tracker Entry
  • 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