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

CVE-2025-15446: Seeyon Zhiyuan OA SQLi Vulnerability

CVE-2025-15446 is a SQL injection vulnerability in Seeyon Zhiyuan OA Web Application System affecting the fixedAssetsList.jsp file. Attackers can exploit the unitCode parameter remotely. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-15446 Overview

A SQL injection vulnerability has been discovered in Seeyon Zhiyuan OA Web Application System up to version 20251223. The vulnerability exists in an unknown function of the file /assetsGroupReport/fixedAssetsList.j%73p, where manipulation of the unitCode argument can lead to SQL injection attacks. This flaw can be exploited remotely without authentication, potentially allowing attackers to access, modify, or delete sensitive data stored in the application's database.

Critical Impact

Unauthenticated remote attackers can exploit this SQL injection vulnerability to compromise database integrity, extract sensitive organizational data, and potentially escalate access within the affected Seeyon Zhiyuan OA environment.

Affected Products

  • Seeyon Zhiyuan OA Web Application System up to version 20251223
  • Systems with exposed /assetsGroupReport/fixedAssetsList.j%73p endpoint

Discovery Timeline

  • 2026-01-04 - CVE-2025-15446 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-15446

Vulnerability Analysis

This vulnerability is classified under CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component), commonly referred to as Injection. The vulnerability stems from improper handling of user-supplied input in the unitCode parameter, which is passed to backend database queries without adequate sanitization or parameterization.

The affected endpoint uses URL encoding (%73 represents the letter 's') in the file path, which may indicate an attempt to bypass basic security filters. The exploitation has been publicly documented, and the vendor was contacted about this disclosure but did not respond.

Root Cause

The root cause of this vulnerability is insufficient input validation and improper construction of SQL queries within the Seeyon Zhiyuan OA Web Application System. When user-controlled data from the unitCode parameter is incorporated into SQL statements without proper sanitization or the use of parameterized queries, it creates an injection point that attackers can exploit.

The application fails to implement proper security controls such as:

  • Input validation and sanitization for the unitCode parameter
  • Parameterized queries or prepared statements
  • Proper output encoding for database operations

Attack Vector

The attack can be performed remotely over the network without requiring any authentication or user interaction. An attacker can craft malicious HTTP requests to the vulnerable endpoint at /assetsGroupReport/fixedAssetsList.jsp (note: %73 decodes to s), injecting SQL commands through the unitCode parameter.

The vulnerability allows attackers to manipulate SQL queries executed by the backend database, potentially enabling them to:

  • Extract sensitive data from the database
  • Modify or delete existing records
  • Bypass authentication mechanisms
  • Potentially execute administrative operations on the database server

Technical details and exploit information can be found in the GitHub CVE Issue Discussion and VulDB CVE Reference.

Detection Methods for CVE-2025-15446

Indicators of Compromise

  • Unusual HTTP requests to /assetsGroupReport/fixedAssetsList.jsp or URL-encoded variants containing %73
  • Requests with suspicious SQL syntax in the unitCode parameter such as single quotes, UNION statements, or boolean-based injection patterns
  • Database error messages in application logs indicating SQL syntax errors
  • Unexpected database query patterns or large data exfiltration attempts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in requests to the affected endpoint
  • Monitor access logs for requests containing URL-encoded paths targeting /assetsGroupReport/fixedAssetsList.j%73p
  • Deploy database activity monitoring to detect anomalous queries originating from the OA application
  • Configure SIEM rules to alert on SQL injection signatures in HTTP request parameters

Monitoring Recommendations

  • Enable detailed logging for all requests to the /assetsGroupReport/ directory and related endpoints
  • Monitor for unusual database query patterns, particularly those involving the tables accessed by the fixed assets functionality
  • Set up alerts for database errors that may indicate injection attempts
  • Review authentication logs for signs of bypass attempts following potential SQL injection exploitation

How to Mitigate CVE-2025-15446

Immediate Actions Required

  • Restrict network access to the vulnerable endpoint /assetsGroupReport/fixedAssetsList.jsp using firewall rules or access control lists
  • Implement input validation and sanitization for all user-supplied parameters, especially unitCode
  • Deploy a Web Application Firewall with SQL injection detection rules in front of the Seeyon Zhiyuan OA system
  • Consider temporarily disabling the affected functionality until a vendor patch is available

Patch Information

No official patch is currently available from the vendor. According to the vulnerability disclosure, the vendor was contacted about this issue but did not respond. Organizations should monitor for vendor updates and apply patches as soon as they become available.

For additional technical details and updates, refer to:

  • VulDB #339479
  • VulDB Submission #721917

Workarounds

  • Block access to the vulnerable endpoint using network-level controls or web server configuration
  • Implement application-level input filtering to reject requests containing SQL injection patterns in the unitCode parameter
  • Use a reverse proxy or WAF to sanitize and validate incoming requests before they reach the application
  • Consider network segmentation to limit the exposure of the OA system to trusted networks only
bash
# Example: Block access to vulnerable endpoint using Apache mod_rewrite
# Add to .htaccess or Apache configuration
RewriteEngine On
RewriteCond %{REQUEST_URI} /assetsGroupReport/fixedAssetsList\.j(sp|%73p) [NC]
RewriteRule .* - [F,L]

# Example: Nginx location block to deny access
# location ~* /assetsGroupReport/fixedAssetsList\.j(sp|%73p) {
#     deny all;
#     return 403;
# }

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSeeyon

  • 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 CVE Reference

  • VulDB #339479

  • VulDB Submission #721917
  • Related CVEs
  • CVE-2025-15447: Seeyon Zhiyuan OA SQL Injection Flaw

  • CVE-2025-15427: Seeyon Zhiyuan OA SQLi Vulnerability

  • CVE-2025-56451: Seeyon A8+ Collaborative XSS 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