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-2025-11071

CVE-2025-11071: SeaCMS SQL Injection Vulnerability

CVE-2025-11071 is a SQL injection vulnerability in SeaCMS 13.3.20250820 affecting the Cron Task Management Module. Attackers can exploit this remotely via admin_cron.php. This article covers technical details, impact, and mitigation.

Published: June 2, 2026

CVE-2025-11071 Overview

CVE-2025-11071 is a SQL injection vulnerability in SeaCMS version 13.3.20250820. The flaw resides in the /admin_cron.php file within the Cron Task Management Module. Attackers can manipulate the resourcefrom and collectID parameters to inject arbitrary SQL statements into backend database queries. The vulnerability is exploitable remotely over the network, though it requires high privileges to abuse. Public disclosure of the exploit technique has occurred, increasing the risk of opportunistic exploitation against unpatched installations. The issue is tracked under [CWE-74] (Improper Neutralization of Special Elements in Output Used by a Downstream Component).

Critical Impact

Authenticated attackers can manipulate SQL queries in the SeaCMS Cron Task Management Module to read, modify, or delete database content.

Affected Products

  • SeaCMS 13.3.20250820
  • Component: Cron Task Management Module (/admin_cron.php)
  • Vendor: SeaCMS

Discovery Timeline

  • 2025-09-27 - CVE-2025-11071 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2025-11071

Vulnerability Analysis

The vulnerability exists in the administrative cron task handler at /admin_cron.php. The script accepts user-controlled input through the resourcefrom and collectID parameters without applying proper sanitization or parameterized query binding. As a result, attacker-supplied values are concatenated directly into SQL statements executed against the SeaCMS database backend.

Exploitation requires an authenticated administrative session, which constrains the attack surface. However, once authenticated, an attacker can extract data, alter records, or pivot further into the application logic. Because SeaCMS is widely deployed as a Chinese-language video content management system, exposed admin interfaces remain a common target for credential-based attacks that precede this exploitation step.

Root Cause

The root cause is improper input neutralization in the cron task management handler. The application fails to validate or escape the resourcefrom and collectID request parameters before incorporating them into SQL queries. PHP database access in the affected code path uses string concatenation rather than prepared statements, allowing standard SQL injection payloads to alter query semantics.

Attack Vector

The attack is delivered remotely over HTTP/HTTPS to the SeaCMS administrative interface. An attacker authenticated as an administrator submits crafted values for resourcefrom or collectID to /admin_cron.php. Public disclosure includes proof-of-concept details available through GitHub Issue Discussion and VulDB CTI Item #326112. No working exploit module is currently listed in Exploit-DB, and the EPSS score remains low at 0.043%.

The vulnerability manifests when attacker-controlled values are interpolated into the cron task SQL query. Refer to the VulDB submission for technical reproduction details.

Detection Methods for CVE-2025-11071

Indicators of Compromise

  • HTTP requests to /admin_cron.php containing SQL metacharacters such as single quotes, UNION, SELECT, SLEEP(, or comment sequences (--, /*) in the resourcefrom or collectID parameters.
  • Unexpected administrative sessions originating from unfamiliar IP addresses or geographies.
  • Anomalous database query patterns or extended response times from the SeaCMS backend during cron task operations.

Detection Strategies

  • Inspect web server access logs for admin_cron.php requests with non-numeric collectID values or encoded SQL syntax in resourcefrom.
  • Deploy Web Application Firewall (WAF) rules that flag classic SQL injection signatures targeting the SeaCMS admin path.
  • Correlate authentication events with subsequent administrative actions to identify credential abuse preceding exploitation.

Monitoring Recommendations

  • Enable verbose logging on the SeaCMS administrative interface and forward logs to a centralized analytics platform.
  • Monitor database error rates and query latency on the MySQL backend serving SeaCMS.
  • Alert on repeated 4xx or 5xx responses from /admin_cron.php, which may indicate injection probing.

How to Mitigate CVE-2025-11071

Immediate Actions Required

  • Restrict access to the SeaCMS administrative interface using IP allowlists, VPN gateways, or reverse proxy authentication.
  • Rotate administrator credentials and enforce strong, unique passwords with multi-factor authentication where supported.
  • Audit all administrator accounts and remove unused or stale privileged users.

Patch Information

No official vendor patch advisory is currently listed in the enriched CVE references. Operators should monitor the SeaCMS project and vendor channels for an updated release addressing the injection in /admin_cron.php. Until a fixed version is published, apply compensating controls.

Workarounds

  • Block external access to /admin_cron.php at the web server or WAF layer until a patch is available.
  • Apply input validation rules that reject non-numeric values for collectID and constrain resourcefrom to a known allowlist.
  • Place the SeaCMS administrative path behind an additional authentication layer such as HTTP Basic auth or mutual TLS.
bash
# Example nginx configuration restricting admin_cron.php access
location = /admin_cron.php {
    allow 10.0.0.0/8;
    deny all;
    auth_basic "SeaCMS Admin";
    auth_basic_user_file /etc/nginx/.htpasswd;
    fastcgi_pass unix:/var/run/php-fpm.sock;
}

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSeacms

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.04%

  • 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 Issue Discussion

  • VulDB CTI Item #326112

  • VulDB #326112

  • VulDB Submission #659883
  • Related CVEs
  • CVE-2025-10662: SeaCMS SQL Injection Vulnerability

  • CVE-2024-6416: SeaCMS 12.9 SQL Injection Vulnerability

  • CVE-2020-36932: SeaCMS Stored XSS 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