A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8758

CVE-2026-8758: Metasoft MetaCRM Upload Vulnerability

CVE-2026-8758 is an unrestricted upload vulnerability in Metasoft MetaCRM up to 6.4.0 Beta06 that allows remote attackers to upload malicious files. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-8758 Overview

CVE-2026-8758 is an unrestricted file upload vulnerability in Metasoft (美特软件) MetaCRM versions up to 6.4.0 Beta06. The flaw resides in the /common/jsp/upload3.jsp endpoint, where manipulation of the File parameter allows attackers to upload arbitrary files. The vulnerability falls under [CWE-284] Improper Access Control and can be exploited remotely without authentication. The exploit has been publicly disclosed. According to the disclosure, the vendor was contacted but did not respond.

Critical Impact

Remote, unauthenticated attackers can upload arbitrary files to vulnerable MetaCRM deployments, potentially leading to webshell deployment and full server compromise.

Affected Products

  • Metasoft (美特软件) MetaCRM versions up to and including 6.4.0 Beta06
  • Deployments exposing the /common/jsp/upload3.jsp endpoint
  • Java Server Pages (JSP) based MetaCRM installations

Discovery Timeline

  • 2026-05-17 - CVE-2026-8758 published to the National Vulnerability Database (NVD)
  • 2026-05-18 - Last updated in NVD database

Technical Details for CVE-2026-8758

Vulnerability Analysis

The vulnerability exists in the /common/jsp/upload3.jsp component of MetaCRM. The endpoint processes file upload requests through the File argument without enforcing adequate restrictions on file type, extension, or content. An attacker submits a crafted HTTP request containing a malicious payload, and the server writes that file to a location within the web application's deployment directory.

Because the application is JSP-based, an attacker who uploads a .jsp file can request it through the web server to achieve server-side code execution. This converts an upload primitive into a full remote code execution path, granting attackers control over the affected host under the privileges of the application server.

The disclosure indicates that the exploit is publicly available and that the vendor did not respond to coordinated disclosure attempts, increasing risk for organizations running affected versions.

Root Cause

The root cause is improper access control combined with missing server-side validation on the upload handler. The upload3.jsp script accepts user-controlled file content via the File parameter without authenticating the caller, restricting allowed file extensions, validating MIME types, or storing uploads outside of executable web paths.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker sends a multipart HTTP POST request to /common/jsp/upload3.jsp with a crafted File parameter containing a malicious JSP payload. Once the server stores the file in a web-accessible directory, the attacker requests the uploaded file via HTTP to trigger execution.

No verified proof-of-concept code is available in the referenced advisories. Technical details are referenced in the Feishu Security Wiki entry and the VulDB Vulnerability #364385 report.

Detection Methods for CVE-2026-8758

Indicators of Compromise

  • HTTP POST requests targeting /common/jsp/upload3.jsp from external or unexpected source addresses
  • Newly created .jsp, .jspx, or .war files within MetaCRM upload or web-root directories
  • Outbound network connections originating from the MetaCRM application server process to unfamiliar hosts
  • Unexpected child processes spawned by the Java application server, such as shells or system utilities

Detection Strategies

  • Monitor web server access logs for POST requests to /common/jsp/upload3.jsp and review the File parameter contents
  • Apply file integrity monitoring on MetaCRM web directories to flag the creation of new server-executable files
  • Inspect web application firewall (WAF) logs for multipart uploads containing JSP-like content or script tags

Monitoring Recommendations

  • Alert on process lineage where the Java application server spawns command interpreters such as cmd.exe, bash, or sh
  • Track outbound connections from the MetaCRM host to non-corporate destinations and known command-and-control infrastructure
  • Review authentication and session logs for anomalous activity following any successful upload event

How to Mitigate CVE-2026-8758

Immediate Actions Required

  • Restrict access to /common/jsp/upload3.jsp at the reverse proxy or WAF layer until a vendor fix is available
  • Remove or rename upload3.jsp from production deployments if the endpoint is not required by business workflows
  • Audit MetaCRM web-accessible directories for unauthorized JSP files and remove any unrecognized artifacts
  • Isolate MetaCRM servers from sensitive internal network segments to limit lateral movement potential

Patch Information

No vendor patch is currently available. The VulDB advisory notes that Metasoft did not respond to disclosure attempts. Organizations should track the VulDB Vulnerability #364385 record and the Feishu Security Wiki reference for updates, and contact Metasoft directly for remediation guidance.

Workarounds

  • Deploy WAF rules that block multipart upload requests to /common/jsp/upload3.jsp containing executable script content or .jsp extensions in the filename field
  • Configure the application server to deny execution of JSP files within upload destination directories using container-level security constraints
  • Place MetaCRM behind authenticated reverse proxy access and enforce IP allowlisting for administrative paths
  • Disable directory write permissions for the application server user on any path that is also web-executable
bash
# Example: block requests to the vulnerable endpoint at an Nginx reverse proxy
location = /common/jsp/upload3.jsp {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMetasoft

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.04%

  • 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-284
  • Technical References
  • Feishu Security Wiki

  • VulDB Submission #811283

  • VulDB Vulnerability #364385

  • VulDB CTI for #364385
  • Related CVEs
  • CVE-2026-6629: Metasoft MetaCRM SQL Injection 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