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

CVE-2025-15421: Yonyou KSOA 9.0 SQL Injection Vulnerability

CVE-2025-15421 is a SQL injection flaw in Yonyou KSOA 9.0 affecting the HTTP GET parameter handler. Attackers can exploit this remotely to manipulate database queries. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-15421 Overview

A SQL injection vulnerability has been identified in Yonyou KSOA (Space-Time Enterprise Information Integration Platform) version 9.0. This vulnerability exists in the HTTP GET Parameter Handler component, specifically affecting the file /worksheet/agent_worksadd.jsp. Attackers can exploit this flaw by manipulating the ID parameter to inject malicious SQL commands, potentially compromising the integrity and confidentiality of the backend database.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability without authentication to extract, modify, or delete sensitive data from the underlying database, potentially leading to complete database compromise.

Affected Products

  • Yonyou KSOA 9.0
  • Yonyou Space-Time Enterprise Information Integration Platform (KSOA)

Discovery Timeline

  • 2026-01-02 - CVE-2025-15421 published to NVD
  • 2026-01-05 - Last updated in NVD database

Technical Details for CVE-2025-15421

Vulnerability Analysis

This SQL injection vulnerability (classified under CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) affects the agent_worksadd.jsp endpoint within the Yonyou KSOA platform. The vulnerability arises from improper handling of user-supplied input in the ID parameter, which is passed directly to database queries without adequate sanitization or parameterization.

When a malicious actor crafts a specially designed HTTP GET request containing SQL metacharacters in the ID parameter, the application fails to properly neutralize these characters before incorporating them into SQL statements. This allows the attacker to break out of the intended query structure and execute arbitrary SQL commands against the backend database.

The network-accessible nature of this vulnerability significantly increases the risk exposure, as any unauthenticated remote attacker with network access to the vulnerable endpoint can attempt exploitation. The public availability of exploit information further elevates the threat level for organizations running affected versions.

Root Cause

The root cause of this vulnerability is insufficient input validation and the absence of parameterized queries in the agent_worksadd.jsp file. The ID parameter from HTTP GET requests is directly concatenated into SQL queries rather than being properly escaped or bound as a parameter. This classic SQL injection pattern allows attackers to inject malicious SQL syntax that alters the intended query logic.

Attack Vector

The attack is executed remotely over the network by sending crafted HTTP GET requests to the vulnerable /worksheet/agent_worksadd.jsp endpoint. Attackers manipulate the ID parameter by appending SQL injection payloads such as single quotes, UNION statements, or boolean-based conditions. No authentication or user interaction is required to exploit this vulnerability.

The exploitation mechanism involves injecting SQL syntax through the ID parameter that breaks out of the intended query context. Attackers can leverage techniques such as error-based injection, UNION-based extraction, or time-based blind injection to enumerate database contents, extract sensitive information, or potentially modify data. For detailed technical information about the exploitation techniques, see the GitHub SQL Injection Exploit documentation.

Detection Methods for CVE-2025-15421

Indicators of Compromise

  • HTTP GET requests to /worksheet/agent_worksadd.jsp containing SQL metacharacters (single quotes, double dashes, UNION keywords) in the ID parameter
  • Database error messages appearing in web server logs indicating SQL syntax errors
  • Unusual database query patterns or execution times from the application server
  • Evidence of data exfiltration or unauthorized database access in audit logs

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in requests to /worksheet/agent_worksadd.jsp
  • Implement intrusion detection system (IDS) signatures to identify SQL injection attack payloads targeting the ID parameter
  • Enable detailed logging for the KSOA application and monitor for anomalous request patterns
  • Configure database audit logging to detect unusual query patterns or unauthorized data access

Monitoring Recommendations

  • Monitor web server access logs for requests containing encoded SQL injection payloads (URL-encoded quotes, hex-encoded characters)
  • Set up alerts for database errors originating from the KSOA application that may indicate exploitation attempts
  • Track and baseline normal database query patterns to identify anomalous behavior indicative of successful SQL injection
  • Review application logs regularly for evidence of exploitation or reconnaissance activity

How to Mitigate CVE-2025-15421

Immediate Actions Required

  • Restrict network access to the /worksheet/agent_worksadd.jsp endpoint using firewall rules or access control lists
  • Deploy Web Application Firewall (WAF) rules to block SQL injection patterns targeting the vulnerable parameter
  • Consider temporarily disabling the vulnerable functionality if it is not business-critical until a patch is available
  • Implement network segmentation to limit database access from compromised web application servers

Patch Information

The vendor (Yonyou) was contacted early about this disclosure but did not respond. As of the last update on 2026-01-05, no official patch has been released. Organizations should monitor the vendor's official security advisories for patch availability. Additional vulnerability details can be found at VulDB ID #339343 and VulDB CTI ID #339343.

Workarounds

  • Implement input validation at the application layer to reject requests containing SQL metacharacters in the ID parameter
  • Deploy a reverse proxy or WAF with SQL injection detection capabilities in front of the KSOA application
  • Apply the principle of least privilege to database accounts used by the KSOA application to limit the impact of successful exploitation
  • If source code access is available, modify the agent_worksadd.jsp file to use parameterized queries or prepared statements
bash
# Example WAF rule configuration to block SQL injection attempts
# ModSecurity rule example for Apache/Nginx
SecRule ARGS:ID "@detectSQLi" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'SQL Injection attempt detected in ID parameter',\
    log,\
    chain"
SecRule REQUEST_URI "@contains /worksheet/agent_worksadd.jsp"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechYonyou

  • SeverityMEDIUM

  • CVSS Score6.9

  • 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-74
  • Technical References
  • GitHub SQL Injection Exploit

  • VulDB CTI ID #339343

  • VulDB ID #339343

  • VulDB Submission #721324

  • VulDB Submission #721527
  • Related CVEs
  • CVE-2026-1179: Yonyou KSOA 9.0 SQL Injection Vulnerability

  • CVE-2026-1178: Yonyou KSOA 9.0 SQL Injection Vulnerability

  • CVE-2026-1177: Yonyou KSOA 9.0 SQL Injection Vulnerability

  • CVE-2026-1133: Yonyou KSOA 9.0 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