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

CVE-2026-1218: Bjskzy Zhiyou ERP XXE Vulnerability

CVE-2026-1218 is an XML external entity (XXE) vulnerability in Bjskzy Zhiyou ERP up to version 11.0 that enables remote attackers to exploit the initRCForm function. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2026-1218 Overview

A vulnerability has been identified in Bjskzy Zhiyou ERP up to version 11.0 affecting the initRCForm function within the RichClientService.class file of the com.artery.richclient.RichClientService component. This XML External Entity (XXE) vulnerability allows remote attackers to exploit improper XML parsing to potentially access sensitive data, perform server-side request forgery, or cause denial of service conditions.

Critical Impact

Remote attackers with low privileges can exploit this XXE vulnerability to read arbitrary files, perform SSRF attacks, or disrupt ERP system availability. A public exploit is available, and the vendor has not responded to disclosure attempts.

Affected Products

  • Bjskzy Zhiyou ERP up to version 11.0
  • com.artery.richclient.RichClientService component
  • RichClientService.class - specifically the initRCForm function

Discovery Timeline

  • 2026-01-20 - CVE CVE-2026-1218 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-1218

Vulnerability Analysis

This vulnerability is classified as an XML External Entity (XXE) reference issue (CWE-610: Externally Controlled Reference to a Resource in Another Sphere). The flaw exists in how the initRCForm function processes XML input without properly validating or restricting external entity references.

XXE vulnerabilities occur when an XML parser is configured to process external entity declarations within XML documents. When user-controlled XML data is parsed without proper security configurations, attackers can craft malicious XML payloads containing external entity references that instruct the parser to fetch resources from arbitrary locations.

The attack can be executed remotely over the network and requires only low-level privileges to perform. The vulnerability allows attackers to potentially read local files from the server, perform server-side request forgery (SSRF) to access internal network resources, or cause denial of service through resource exhaustion. The vendor was contacted early regarding this disclosure but did not respond, leaving users without an official patch.

Root Cause

The root cause of this vulnerability lies in insecure XML parser configuration within the initRCForm function of RichClientService.class. The XML parser fails to disable external entity processing, allowing attackers to define and reference external entities that the parser will attempt to resolve. This is a common misconfiguration in Java-based applications where DocumentBuilderFactory or similar XML parsing libraries are used without explicitly disabling DTD processing and external entity resolution.

Attack Vector

The vulnerability is exploitable remotely over the network. An attacker with low-level privileges can craft a malicious XML payload containing external entity declarations and submit it to the vulnerable initRCForm function. When the server processes the XML input, it resolves the external entities, potentially leaking file contents or making requests to attacker-controlled or internal servers.

A typical XXE attack against this vulnerability would involve crafting an XML document with a Document Type Definition (DTD) that declares an external entity pointing to a sensitive file (such as /etc/passwd on Linux systems) or an internal network resource. When the vulnerable function parses this XML, it retrieves and includes the content of the referenced resource, which can then be exfiltrated through various techniques such as out-of-band data extraction. For technical details and proof-of-concept information, see the GitHub PoC Repository.

Detection Methods for CVE-2026-1218

Indicators of Compromise

  • Unusual XML requests containing DOCTYPE declarations with ENTITY definitions targeting the initRCForm endpoint
  • Outbound HTTP/HTTPS connections from the ERP server to unexpected external hosts
  • Unexpected file access attempts on the server, particularly targeting sensitive configuration files
  • Error logs showing XML parsing exceptions or failed external resource resolution

Detection Strategies

  • Monitor web application logs for requests to RichClientService endpoints containing suspicious XML patterns with external entity declarations
  • Implement network monitoring to detect unusual outbound connections from the ERP server that may indicate XXE-based SSRF or data exfiltration
  • Deploy web application firewall (WAF) rules to detect and block XML payloads containing DOCTYPE and ENTITY declarations
  • Use SentinelOne Singularity Platform to monitor for anomalous process behavior and file access patterns on ERP server hosts

Monitoring Recommendations

  • Enable detailed logging for the com.artery.richclient.RichClientService component to capture all incoming requests and XML parsing activities
  • Configure alerts for any outbound DNS queries or HTTP requests originating from the ERP application server to unexpected destinations
  • Implement file integrity monitoring on sensitive configuration files that may be targeted through XXE exploitation

How to Mitigate CVE-2026-1218

Immediate Actions Required

  • Restrict network access to the Bjskzy Zhiyou ERP application to trusted networks only using firewall rules
  • Implement a web application firewall (WAF) with rules to block XML payloads containing external entity declarations
  • Review and limit user privileges to reduce the potential attack surface
  • Consider temporarily disabling the affected initRCForm functionality if not business-critical until a permanent fix is available

Patch Information

As of the last update on 2026-01-20, no official patch has been released by the vendor. The vendor was contacted regarding this vulnerability but did not respond. Users should implement the workarounds below and monitor for any future vendor communications. Additional details are available at VulDB #341908.

Workarounds

  • Configure the application server or a reverse proxy to filter XML requests containing DOCTYPE declarations before they reach the ERP application
  • If source code access is available, modify the XML parser configuration to disable DTD processing and external entity resolution by setting appropriate parser features
  • Implement network segmentation to isolate the ERP server and limit the impact of potential SSRF attacks via XXE
  • Use SentinelOne Singularity to monitor for and block suspicious activity patterns associated with XXE exploitation attempts
bash
# Example WAF rule pattern to block XXE attempts (ModSecurity syntax)
SecRule REQUEST_BODY "@rx <!ENTITY" \
    "id:1001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'Potential XXE Attack Blocked',\
    log"

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechBjskzy Zhiyou Erp

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-610
  • Technical References
  • GitHub PoC Repository

  • VulDB CTI Incident #341908

  • VulDB #341908

  • VulDB Submission #735201
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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