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

CVE-2026-8195: JeecgBoot SVG Handler XSS Vulnerability

CVE-2026-8195 is a cross-site scripting flaw in JeecgBoot's SVG File Handler affecting versions up to 3.9.1. Attackers can exploit this remotely via the CommonController component to inject malicious scripts.

Published: May 18, 2026

CVE-2026-8195 Overview

CVE-2026-8195 is a stored cross-site scripting (XSS) vulnerability in JeecgBoot versions up to 3.9.1. The flaw resides in an unspecified function within jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/CommonController.java, which handles SVG file uploads. Attackers can craft malicious SVG files containing embedded JavaScript that executes in the browser context of any user who views the file. The vulnerability is categorized under [CWE-79] (Improper Neutralization of Input During Web Page Generation). A public proof-of-concept exists, and the vendor did not respond to disclosure attempts.

Critical Impact

Authenticated remote attackers can upload SVG files containing malicious scripts that execute in victim browsers, enabling session theft and unauthorized actions within the JeecgBoot application.

Affected Products

  • JeecgBoot versions up to and including 3.9.1
  • JeecgBoot SVG File Handler component (CommonController.java)
  • Web applications built on vulnerable JeecgBoot releases

Discovery Timeline

  • 2026-05-09 - CVE-2026-8195 published to NVD
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2026-8195

Vulnerability Analysis

The vulnerability exists in JeecgBoot's CommonController.java, which manages file uploads and retrieval. The SVG file handler accepts user-supplied SVG content without stripping or neutralizing embedded script content. SVG is an XML-based format that natively supports <script> elements and JavaScript event handlers such as onload. When the server stores and later serves these files with an XML or SVG content type, browsers parse and execute the embedded JavaScript.

The attack requires user interaction, since a victim must view or open the uploaded SVG. The EPSS score is 0.033 percent, reflecting limited large-scale exploitation activity at this time. However, a public proof-of-concept is available in a GitHub repository, lowering the technical barrier for opportunistic attackers.

Root Cause

The root cause is missing output sanitization and improper content handling for SVG uploads. The application does not strip <script> tags, event handlers, or javascript: URIs from uploaded SVG content. It also serves the file with a content type that triggers script execution rather than forcing download or a safe MIME type such as image/svg+xml; charset=utf-8 paired with a Content-Security-Policy that blocks inline scripts.

Attack Vector

An attacker with upload privileges submits an SVG file containing malicious JavaScript through the JeecgBoot file upload endpoint handled by CommonController.java. When another user, often an administrator, accesses the file URL, the embedded script executes within the JeecgBoot origin. Consequences include session cookie theft, CSRF action chaining, credential harvesting through injected forms, and lateral movement to administrative functions. The attack is delivered over the network and requires victim interaction.

No verified exploit code is reproduced here. Refer to the GitHub PoC Repository and the VulDB #362347 advisory for technical reproduction details.

Detection Methods for CVE-2026-8195

Indicators of Compromise

  • SVG files stored in JeecgBoot upload directories containing <script> tags, onload, onerror, or javascript: URIs
  • Unexpected outbound requests from administrator browsers to attacker-controlled domains shortly after viewing uploaded files
  • HTTP POST requests to JeecgBoot upload endpoints with Content-Type: image/svg+xml originating from low-privilege accounts

Detection Strategies

  • Scan stored files in JeecgBoot upload directories for SVG content containing executable JavaScript patterns
  • Inspect web server access logs for unusual SVG uploads followed by repeated retrieval by privileged accounts
  • Deploy a Content Security Policy in report-only mode to identify inline script execution from served SVG files

Monitoring Recommendations

  • Alert on file uploads where the declared MIME type is image/svg+xml and the payload contains script-related keywords
  • Monitor administrator session activity for anomalous API calls performed immediately after viewing uploaded media
  • Track JeecgBoot version inventory across the environment to identify hosts still running 3.9.1 or earlier

How to Mitigate CVE-2026-8195

Immediate Actions Required

  • Restrict SVG uploads at the application or reverse-proxy layer until a patched JeecgBoot release is deployed
  • Force SVG files to be served with Content-Disposition: attachment to prevent inline browser rendering
  • Audit existing uploaded SVG files and remove any containing script content or active event handlers
  • Limit file upload permissions to trusted user roles only

Patch Information

No vendor patch has been published. According to the disclosure, the JeecgBoot maintainers did not respond to coordinated disclosure attempts. Monitor the JeecgBoot project for future releases addressing the SVG handler in CommonController.java.

Workarounds

  • Implement server-side SVG sanitization using a library such as DOMPurify (server-side via JSDOM) or a Java equivalent before storing uploads
  • Apply a strict Content Security Policy that disallows inline scripts and restricts script sources for pages serving user-uploaded content
  • Configure the web server to serve user uploads from a separate sandboxed domain to isolate any executed scripts from the main application origin
  • Add WAF rules that block uploads of XML or SVG content containing <script>, onload=, or javascript: substrings
bash
# Nginx example: force SVG downloads instead of inline rendering
location ~* \.svg$ {
    add_header Content-Disposition "attachment";
    add_header Content-Security-Policy "default-src 'none'; script-src 'none'";
    add_header X-Content-Type-Options "nosniff";
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechJeecgboot

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub PoC Repository

  • VulDB Submission #803528

  • VulDB #362347

  • VulDB #362347 CTI Report
  • Related CVEs
  • CVE-2026-7603: JeecgBoot SSRF Vulnerability

  • CVE-2026-7604: JeecgBoot OpenApi SSRF Vulnerability

  • CVE-2026-7602: JeecgBoot Auth Bypass Vulnerability

  • CVE-2026-7605: JeecgBoot SSRF 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