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

CVE-2026-3957: Weimai-Wetapp SQL Injection Vulnerability

CVE-2026-3957 is a SQL injection vulnerability in xierongwkhd weimai-wetapp affecting the getLikeMovieList function. Attackers can exploit this remotely via the cat parameter. This article covers technical details, impact assessment, and mitigation strategies.

Published: March 13, 2026

CVE-2026-3957 Overview

A SQL injection vulnerability has been identified in xierongwkhd weimai-wetapp, affecting the getLikeMovieList function within the HomeController.java file. This vulnerability allows remote attackers to execute arbitrary SQL commands by manipulating the cat parameter in the affected endpoint. The application fails to properly sanitize user input before incorporating it into database queries, creating a direct path for SQL injection attacks.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to access, modify, or delete database contents, potentially leading to unauthorized data disclosure, data manipulation, or complete database compromise.

Affected Products

  • xierongwkhd weimai-wetapp (up to commit 5fe9e8225be4f73f2c5087f134aff657bdf1c6f2)
  • weimai-wetapp HomeController Endpoint component
  • Java-based backend at source-code/src/main/java/com/moke/wp/wx_weimai/controller/HomeController.java

Discovery Timeline

  • March 11, 2026 - CVE-2026-3957 published to NVD
  • March 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3957

Vulnerability Analysis

This SQL injection vulnerability (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) exists in the getLikeMovieList function of the HomeController component. The vulnerability is network-accessible and can be exploited remotely without user interaction, though it requires elevated privileges to execute.

The vulnerable code path accepts the cat argument from incoming HTTP requests and passes it directly to database queries without adequate input validation or parameterization. This classic injection pattern allows attackers to craft malicious payloads that can alter query logic, extract sensitive information, or perform unauthorized database operations.

The project maintainers were notified about this vulnerability through a GitHub Issue #49 Discussion, but have not yet responded. Since weimai-wetapp uses a rolling release model, no specific version numbers are available for affected or patched releases.

Root Cause

The root cause of this vulnerability is the absence of proper input sanitization and parameterized queries in the getLikeMovieList function. The cat parameter is directly concatenated into SQL statements without validation, escaping, or the use of prepared statements. This allows user-controlled input to break out of the intended query context and inject malicious SQL commands.

Attack Vector

The attack can be executed remotely over the network by sending crafted HTTP requests to the vulnerable endpoint. An attacker with the necessary privileges can manipulate the cat parameter value to inject arbitrary SQL syntax. The exploitation technique involves:

  1. Identifying the vulnerable endpoint that calls getLikeMovieList
  2. Crafting a malicious cat parameter containing SQL injection payloads
  3. Sending the crafted request to extract data, bypass authentication, or modify database contents

Since exploit details have been publicly disclosed, this vulnerability poses an elevated risk to unpatched installations. For technical details on the vulnerability mechanism, refer to the VulDB #350387 - Details report.

Detection Methods for CVE-2026-3957

Indicators of Compromise

  • Unusual or malformed requests to endpoints handling the getLikeMovieList function containing SQL syntax in the cat parameter
  • Database error messages appearing in application logs indicating query syntax errors
  • Unexpected database query patterns or execution of administrative SQL commands
  • Anomalous data access patterns or bulk data retrieval from the database

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in the cat parameter
  • Deploy application-layer monitoring to identify suspicious requests containing SQL keywords (UNION, SELECT, DROP, etc.)
  • Enable database query logging and audit trails to detect unauthorized query execution
  • Use intrusion detection systems (IDS) with SQL injection signature detection capabilities

Monitoring Recommendations

  • Monitor HTTP request logs for the affected HomeController endpoints with particular attention to the cat parameter
  • Implement alerting for database errors that may indicate injection attempts
  • Track and baseline normal database query patterns to identify anomalous behavior
  • Review application logs for repeated failed requests that may indicate attack enumeration

How to Mitigate CVE-2026-3957

Immediate Actions Required

  • Restrict network access to the affected endpoint until a patch is available
  • Implement input validation and WAF rules to filter SQL injection payloads from the cat parameter
  • Consider temporarily disabling the getLikeMovieList functionality if not critical to operations
  • Apply the principle of least privilege to database accounts used by the application

Patch Information

No official patch is currently available from the project maintainers. The vulnerability was reported through GitHub Issue #49 Discussion but the project has not yet responded. Since weimai-wetapp uses a rolling release model, users should monitor the GitHub Repository for Weimai for any updates or commits addressing this vulnerability.

Workarounds

  • Deploy a Web Application Firewall (WAF) configured with SQL injection detection rules in front of the application
  • Implement server-side input validation to sanitize the cat parameter before processing
  • Use database connection accounts with minimal required privileges to limit potential impact
  • Consider implementing prepared statements or parameterized queries at the application level if source code modifications are possible
bash
# Example WAF rule configuration (ModSecurity)
# Block requests containing SQL injection patterns in the cat parameter
SecRule ARGS:cat "@detectSQLi" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'SQL Injection attempt detected in cat parameter',\
    log,\
    auditlog"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechWeimai Wetapp

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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-74
  • Technical References
  • GitHub Repository for Weimai

  • GitHub Issue #49 Discussion

  • GitHub Issue Comment #3993022731

  • VulDB #350387 - Report

  • VulDB #350387 - Details

  • VulDB Submission #767885
  • Related CVEs
  • CVE-2026-3956: Weimai-Wetapp SQL Injection 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