The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2025-0463

CVE-2025-0463: Lingdang CRM RCE Vulnerability

CVE-2025-0463 is a critical remote code execution vulnerability in Shanghai Lingdang CRM up to version 8.6.0.0 caused by unrestricted file upload. This article covers technical details, affected systems, and mitigation.

Published: April 1, 2026

CVE-2025-0463 Overview

A critical unrestricted file upload vulnerability has been discovered in Shanghai Lingdang Information Technology Lingdang CRM up to version 8.6.0.0. The vulnerability exists in the file /crm/weixinmp/index.php and allows remote attackers to upload arbitrary files by manipulating the name argument. This vulnerability can be exploited remotely with low privileges, potentially enabling attackers to upload malicious files such as web shells for remote code execution.

Critical Impact

Attackers with low-level access can exploit this unrestricted file upload vulnerability to upload arbitrary files to the CRM server, potentially leading to remote code execution and complete system compromise.

Affected Products

  • 51mis Lingdang CRM version 8.6.0.0 and earlier
  • Shanghai Lingdang Information Technology Lingdang CRM

Discovery Timeline

  • 2025-01-14 - CVE-2025-0463 published to NVD
  • 2025-08-28 - Last updated in NVD database

Technical Details for CVE-2025-0463

Vulnerability Analysis

This vulnerability is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and CWE-284 (Improper Access Control). The affected component is the WeChat mini-program integration module located at /crm/weixinmp/index.php. The endpoint accepts file uploads through the name parameter without properly validating the file type, content, or extension.

The vulnerability allows authenticated users with low privileges to bypass file upload restrictions entirely. Due to the lack of proper input validation on uploaded files, attackers can submit malicious content disguised as legitimate files. This could include PHP web shells, executable scripts, or other dangerous file types that can be executed by the web server.

Root Cause

The root cause stems from improper access control (CWE-284) combined with the lack of file type validation (CWE-434) in the upload handling functionality. The application fails to:

  1. Validate file extensions against a whitelist of allowed types
  2. Verify file content matches the declared file type
  3. Sanitize the uploaded filename properly
  4. Restrict upload directories or enforce proper permissions

Attack Vector

The attack can be performed remotely over the network with low complexity. An attacker with low-level privileges can craft a malicious HTTP request to the vulnerable endpoint at /crm/weixinmp/index.php with specific parameters including userid=123, module=Users, usid=1, action=UsersAjax, minipro_const_type=1, and related_module=Singin. By manipulating the name argument, the attacker can upload arbitrary files such as PHP web shells, which can then be accessed to execute commands on the server.

The vulnerability has been publicly disclosed and the exploit details are available through the GitHub File Upload Vulnerability Document. The vendor was contacted about this disclosure but did not respond.

Detection Methods for CVE-2025-0463

Indicators of Compromise

  • Unexpected file uploads in web-accessible directories, particularly PHP files or executable scripts
  • HTTP POST requests to /crm/weixinmp/index.php with suspicious name parameter values containing file extensions like .php, .phtml, or .asp
  • New or modified files in upload directories with recent timestamps
  • Web server logs showing access to unusual file paths following upload requests

Detection Strategies

  • Monitor HTTP traffic for POST requests to the vulnerable endpoint /crm/weixinmp/index.php with action=UsersAjax parameters
  • Implement file integrity monitoring on web-accessible directories to detect unauthorized file uploads
  • Deploy web application firewall (WAF) rules to block file uploads with dangerous extensions
  • Review web server access logs for sequential requests showing upload followed by file access attempts

Monitoring Recommendations

  • Enable detailed logging for all file upload operations in the Lingdang CRM application
  • Set up alerts for new executable files appearing in web directories
  • Monitor for unusual outbound network connections that may indicate web shell activity
  • Implement regular security scans of upload directories for malicious content

How to Mitigate CVE-2025-0463

Immediate Actions Required

  • Restrict access to the vulnerable endpoint /crm/weixinmp/index.php via web server configuration or firewall rules
  • Implement strict file type validation at the application level until a vendor patch is available
  • Review and remove any suspicious files from upload directories
  • Consider disabling the WeChat mini-program integration module if not required

Patch Information

No official patch is currently available from the vendor. Shanghai Lingdang Information Technology was contacted about this vulnerability but did not respond. Users should monitor for updates from 51mis and apply patches as soon as they become available. Additional technical details can be found in the VulDB CVE-291480 Report and VulDB #291480.

Workarounds

  • Configure web server rules to block execution of uploaded files by removing execute permissions from upload directories
  • Implement server-side file type validation using magic bytes verification rather than relying on file extensions
  • Restrict upload functionality to authenticated administrators only
  • Deploy a reverse proxy or WAF to filter malicious upload requests targeting the vulnerable endpoint
bash
# Apache configuration to disable PHP execution in upload directories
<Directory /path/to/crm/uploads>
    php_admin_flag engine off
    <FilesMatch "\.php$">
        Deny from all
    </FilesMatch>
</Directory>

# Nginx configuration to block PHP execution
location ~* /uploads/.*\.php$ {
    deny all;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/Tech51mis Lingdang Crm

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-284

  • CWE-434
  • Technical References
  • GitHub File Upload Vulnerability Document

  • VulDB CVE-291480 Report

  • VulDB #291480

  • VulDB Submission #474255
  • Related CVEs
  • CVE-2025-8219: Lingdang CRM SQL Injection Vulnerability

  • CVE-2025-0462: Lingdang CRM SQL Injection Vulnerability
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