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

CVE-2025-70397: Jizhicms SQL Injection Vulnerability

CVE-2025-70397 is a SQL injection vulnerability in Jizhicms 2.5.6 affecting Article/deleteAll and Extmolds/deleteAll endpoints via the data parameter. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-70397 Overview

Jizhicms version 2.5.6 contains a SQL Injection vulnerability in the Article/deleteAll and Extmolds/deleteAll endpoints. The vulnerability exists due to improper sanitization of the data parameter, allowing authenticated attackers with administrative privileges to inject arbitrary SQL commands. Successful exploitation could lead to unauthorized data access, modification, or deletion of database contents.

Critical Impact

Authenticated attackers can execute arbitrary SQL queries through the vulnerable data parameter in deletion endpoints, potentially compromising the entire database.

Affected Products

  • Jizhicms version 2.5.6
  • Article/deleteAll endpoint
  • Extmolds/deleteAll endpoint

Discovery Timeline

  • 2026-02-17 - CVE CVE-2025-70397 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2025-70397

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) affects the Jizhicms content management system version 2.5.6. The vulnerability is present in two administrative endpoints: Article/deleteAll and Extmolds/deleteAll. Both endpoints accept a data parameter that is not properly sanitized before being incorporated into SQL queries.

The network-accessible attack vector requires high-privileged (administrative) access to exploit, but once an attacker has such access, they can execute arbitrary SQL commands against the backend database. This could result in complete compromise of database confidentiality, integrity, and availability.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper construction of SQL queries. The data parameter passed to the Article/deleteAll and Extmolds/deleteAll functions is directly incorporated into SQL statements without proper sanitization or use of parameterized queries. This allows an attacker to break out of the intended query structure and inject malicious SQL commands.

Attack Vector

The attack is conducted over the network against authenticated administrative sessions. An attacker with administrative credentials can craft malicious requests to the vulnerable endpoints, manipulating the data parameter to include SQL injection payloads. The injection point allows for various SQL injection techniques including:

  • Union-based injection for data extraction
  • Boolean-based blind injection for enumeration
  • Time-based blind injection for covert data extraction
  • Stacked queries for data manipulation (if supported by the database driver)

The vulnerability is exploited by sending specially crafted HTTP requests to either the Article/deleteAll or Extmolds/deleteAll endpoints with a malicious payload in the data parameter. For technical details on the exploitation mechanism, refer to the SQL Injection analysis on 23882 Blog.

Detection Methods for CVE-2025-70397

Indicators of Compromise

  • Unusual database query patterns in application logs, particularly those targeting the Article/deleteAll or Extmolds/deleteAll endpoints
  • HTTP requests containing SQL keywords (such as UNION, SELECT, DROP, INSERT) in the data parameter
  • Database errors or unexpected query execution times indicating injection attempts
  • Unauthorized data modifications or deletions in article or mold database tables

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in HTTP requests to Jizhicms administrative endpoints
  • Monitor application logs for requests to Article/deleteAll and Extmolds/deleteAll with suspicious parameter values
  • Deploy database activity monitoring to detect anomalous query patterns
  • Enable verbose error logging (in non-production environments) to identify injection attempts

Monitoring Recommendations

  • Configure alerts for repeated failed or unusual requests to the vulnerable endpoints
  • Establish baseline database query patterns and alert on deviations
  • Monitor administrative session activity for unusual bulk deletion operations
  • Review access logs for administrative endpoints regularly

How to Mitigate CVE-2025-70397

Immediate Actions Required

  • Restrict administrative access to trusted IP addresses only using firewall rules or application-level IP whitelisting
  • Review and audit all administrative user accounts, removing unnecessary privileged access
  • Implement additional authentication factors for administrative access
  • Consider temporarily disabling the bulk delete functionality if not critical to operations

Patch Information

At the time of publication, no official vendor patch has been released for this vulnerability. Organizations should monitor the Jizhicms official website for security updates. Until a patch is available, implementing the recommended workarounds is essential to reduce exposure.

Workarounds

  • Deploy a Web Application Firewall (WAF) with SQL injection detection rules in front of the Jizhicms installation
  • Implement input validation at the application layer by modifying the affected functions to use parameterized queries
  • Restrict network access to administrative endpoints using network segmentation
  • Consider migrating to an alternative CMS if patches are not released in a timely manner
  • Enable database user privilege restrictions to limit the impact of successful SQL injection
bash
# Example: Restrict access to admin endpoints using nginx
location ~ ^/admin/(Article|Extmolds)/deleteAll {
    allow 192.168.1.0/24;  # Allow only trusted network
    deny all;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJizhicms

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • Jizhicms Website

  • 23882 Blog SQL Injection
  • Related CVEs
  • CVE-2026-3292: Jizhicms SQL Injection Vulnerability

  • CVE-2026-29840: Jizhicms Stored XSS Vulnerability

  • CVE-2020-37117: jizhiCMS Path Traversal 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