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
    • 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-1120

CVE-2026-1120: Yonyou KSOA 9.0 SQL Injection Vulnerability

CVE-2026-1120 is a SQL injection flaw in Yonyou KSOA 9.0 affecting the del_work.jsp file. Attackers can exploit the ID parameter remotely to manipulate database queries. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2026-1120 Overview

A SQL injection vulnerability has been identified in Yonyou KSOA 9.0, specifically affecting the /worksheet/del_work.jsp file within the HTTP GET Parameter Handler component. The vulnerability allows attackers to manipulate the ID parameter to inject malicious SQL queries, potentially compromising the integrity and confidentiality of the underlying database. This vulnerability can be exploited remotely without authentication, making it a significant security concern for organizations using this enterprise software.

Critical Impact

Remote attackers can exploit this SQL injection vulnerability to extract sensitive data, modify database contents, or potentially gain further access to backend systems through unauthenticated HTTP GET requests.

Affected Products

  • Yonyou KSOA 9.0

Discovery Timeline

  • 2026-01-18 - CVE CVE-2026-1120 published to NVD
  • 2026-01-18 - Last updated in NVD database

Technical Details for CVE-2026-1120

Vulnerability Analysis

This vulnerability is a classic SQL injection flaw (CWE-74: Injection) that occurs due to improper handling of user-supplied input in the ID parameter. When processing HTTP GET requests to the /worksheet/del_work.jsp endpoint, the application fails to properly sanitize or parameterize the input before incorporating it into SQL queries. This allows an attacker to craft malicious input that alters the intended SQL query structure, enabling unauthorized database operations.

The exploit has been publicly disclosed, increasing the risk of widespread exploitation. Despite early notification, the vendor has not responded to disclosure attempts, leaving users without an official patch or mitigation guidance.

Root Cause

The root cause of this vulnerability lies in the application's failure to implement proper input validation and parameterized queries when processing the ID parameter in the HTTP GET request handler. The del_work.jsp file directly incorporates user-supplied data into SQL statements without sanitization, allowing specially crafted input to escape the intended query context and execute arbitrary SQL commands.

Attack Vector

The attack can be initiated remotely over the network without requiring any authentication or user interaction. An attacker sends a crafted HTTP GET request to the vulnerable endpoint /worksheet/del_work.jsp with a malicious ID parameter value containing SQL injection payloads. The vulnerable application processes this input without proper validation, executing the injected SQL commands against the backend database.

The exploitation mechanism involves injecting SQL syntax through the ID parameter that breaks out of the intended query structure. Typical payloads may include UNION-based injection for data extraction, boolean-based blind injection for inferring database contents, or time-based blind injection when direct output is not available. For detailed technical analysis and proof-of-concept information, refer to the GitHub CVE Issue Discussion and VulDB #341712.

Detection Methods for CVE-2026-1120

Indicators of Compromise

  • Unusual HTTP GET requests to /worksheet/del_work.jsp containing SQL syntax characters such as single quotes, semicolons, or SQL keywords in the ID parameter
  • Database error messages in application logs indicating malformed SQL queries
  • Unexpected database queries or data access patterns originating from the web application layer
  • Evidence of data exfiltration or unauthorized modifications to database records

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block SQL injection patterns in requests to /worksheet/del_work.jsp
  • Deploy SentinelOne Singularity XDR to monitor for suspicious process behavior and network activity associated with exploitation attempts
  • Configure intrusion detection systems (IDS) to alert on SQL injection signatures targeting the vulnerable endpoint
  • Enable verbose logging on the database server to capture and analyze query patterns for anomalies

Monitoring Recommendations

  • Monitor web server access logs for requests containing encoded or obfuscated SQL injection payloads targeting the ID parameter
  • Set up alerts for database queries that deviate from normal application behavior patterns
  • Track authentication and authorization events for signs of privilege escalation following successful exploitation
  • Implement real-time monitoring of database connections and query execution times to detect time-based blind injection attempts

How to Mitigate CVE-2026-1120

Immediate Actions Required

  • Restrict network access to the /worksheet/del_work.jsp endpoint using firewall rules or access control lists
  • Deploy a Web Application Firewall (WAF) with SQL injection protection rules in front of the affected application
  • Consider temporarily disabling the vulnerable functionality if it is not business-critical
  • Monitor for exploitation attempts while awaiting a vendor patch or implementing permanent mitigations

Patch Information

No official patch is currently available from the vendor. The vendor was contacted early about this disclosure but did not respond. Organizations should monitor vendor communications and the VulDB entry for updates on patch availability. In the absence of an official fix, implementing the workarounds and compensating controls described below is strongly recommended.

Workarounds

  • Implement input validation at the application layer to reject requests with SQL metacharacters in the ID parameter
  • Use a reverse proxy or WAF to filter malicious requests before they reach the vulnerable application
  • Restrict database user permissions to limit the impact of successful SQL injection attacks
  • Isolate the affected system on a network segment with limited access to sensitive resources
  • Consider deploying virtual patching through security tools until an official patch becomes available

Additional technical details and community discussion can be found in the GitHub CVE Issue Discussion and VulDB CTI ID #341712.

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.03%

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

  • VulDB CTI ID #341712

  • VulDB #341712

  • VulDB Submission #734535
  • 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