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

CVE-2025-27379: Altium AES BOM Viewer XSS Vulnerability

CVE-2025-27379 is a stored cross-site scripting flaw in Altium AES 7.0.3 BOM Viewer that lets authenticated attackers inject malicious JavaScript. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-27379 Overview

A stored cross-site scripting (XSS) vulnerability has been identified in the BOM Viewer component of Altium AES 7.0.3. This vulnerability allows an authenticated attacker to inject arbitrary JavaScript code into the Description field of a schematic. When the BOM Viewer renders the affected content, the malicious script is executed in the context of other users' browser sessions, potentially leading to session hijacking, data theft, or further attacks on connected systems.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript that executes in victims' browsers when viewing BOM content, potentially compromising user sessions and sensitive design data.

Affected Products

  • Altium AES 7.0.3
  • BOM Viewer component in affected Altium AES versions

Discovery Timeline

  • 2026-01-22 - CVE CVE-2025-27379 published to NVD
  • 2026-01-22 - Last updated in NVD database

Technical Details for CVE-2025-27379

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists within the BOM Viewer functionality of Altium AES. The vulnerability arises from insufficient input validation and output encoding when processing user-supplied content in schematic Description fields. When an authenticated user with appropriate permissions creates or modifies a schematic, they can embed malicious JavaScript payloads within the Description field. These payloads persist in the application's database and are subsequently executed whenever another user views the affected content through the BOM Viewer interface.

The attack requires authentication to inject the malicious payload, but victim interaction is necessary for exploitation—specifically, the victim must view the compromised BOM content. This combination of requirements limits the initial attack surface but enables persistent attacks against multiple users over time.

Root Cause

The root cause of CVE-2025-27379 is improper neutralization of input during web page generation. The BOM Viewer fails to properly sanitize or encode user-controlled input from the Description field before rendering it in the browser. This allows specially crafted HTML and JavaScript content to be interpreted as executable code rather than being displayed as plain text.

The lack of Content Security Policy (CSP) headers or other browser-side security controls may further exacerbate the impact of this vulnerability by allowing injected scripts to execute without restriction.

Attack Vector

The attack vector for this vulnerability is network-based and requires an authenticated attacker with permissions to modify schematic Description fields. The exploitation process involves:

  1. An authenticated attacker accesses the schematic editing functionality
  2. The attacker injects malicious JavaScript code into the Description field of a schematic component
  3. The payload is stored in the application database
  4. When any user views the affected content through the BOM Viewer, the malicious script executes in their browser context
  5. The attacker can then steal session tokens, capture keystrokes, redirect users to malicious sites, or perform actions on behalf of the victim

The stored nature of this XSS vulnerability makes it particularly dangerous as the payload persists and can affect multiple users without requiring the attacker to maintain an active presence.

Detection Methods for CVE-2025-27379

Indicators of Compromise

  • Unusual JavaScript or HTML tags present in schematic Description fields
  • Browser developer console errors or warnings related to Content Security Policy violations
  • Unexpected network requests originating from the BOM Viewer interface to external domains
  • User reports of unusual behavior when viewing BOM content

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in HTTP requests targeting schematic modification endpoints
  • Deploy endpoint detection and response (EDR) solutions to monitor browser behavior for suspicious script execution patterns
  • Review application logs for unusual patterns in Description field modifications
  • Conduct regular database scans to identify stored XSS payloads in schematic data

Monitoring Recommendations

  • Enable verbose logging on the Altium AES application server to capture all schematic modification events
  • Configure SIEM alerts for patterns consistent with XSS injection attempts in user input fields
  • Monitor outbound network traffic from client workstations accessing the BOM Viewer for connections to unknown external domains
  • Implement user behavior analytics to detect anomalous editing patterns that may indicate exploitation attempts

How to Mitigate CVE-2025-27379

Immediate Actions Required

  • Review and audit all existing schematic Description fields for potentially malicious content
  • Restrict access to schematic modification features to trusted users only
  • Implement network segmentation to limit the potential impact of compromised sessions
  • Educate users about the risk and advise caution when viewing BOM content from untrusted sources

Patch Information

Consult the Altium Security Advisories page for official patch information and updated versions that address this vulnerability. Organizations should prioritize upgrading to a patched version of Altium AES as soon as one becomes available.

Workarounds

  • Implement strict Content Security Policy (CSP) headers at the web server or reverse proxy level to prevent inline script execution
  • Deploy a web application firewall (WAF) with XSS protection rules in front of the Altium AES application
  • Restrict schematic editing permissions to a minimal set of trusted users until a patch is available
  • Consider disabling the BOM Viewer feature temporarily if the business impact is acceptable
bash
# Example CSP header configuration for Apache
# Add to httpd.conf or .htaccess for Altium AES virtual host
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechAltium

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • Altium Security Advisories
  • Related CVEs
  • CVE-2026-1009: Altium Forum Stored XSS Vulnerability

  • CVE-2026-1011: Altium Support Center XSS Vulnerability

  • CVE-2026-1010: Altium Workflow Engine XSS Vulnerability

  • CVE-2026-1181: Altium 365 Auth Bypass 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