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-2021-28079

CVE-2021-28079: Jamovi XSS Vulnerability in ElectronJS

CVE-2021-28079 is a cross-site scripting flaw in Jamovi <=1.6.18 affecting the ElectronJS Framework. Attackers can embed malicious payloads in .omv documents that execute when opened by victims. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-28079 Overview

CVE-2021-28079 is a Cross-Site Scripting (XSS) vulnerability affecting Jamovi statistical software versions 1.6.18 and earlier. The vulnerability exists within the column-name handling functionality of the ElectronJS Framework used by Jamovi. An attacker can craft a malicious .omv (Jamovi) document containing an XSS payload embedded in a column name. When a victim opens this malicious document, the payload is executed within the context of the ElectronJS application, potentially allowing the attacker to execute arbitrary JavaScript code.

Critical Impact

Attackers can execute malicious JavaScript code within the Jamovi application context by tricking users into opening crafted .omv files, potentially leading to data theft or further system compromise.

Affected Products

  • Jamovi versions 1.6.18 and earlier
  • ElectronJS-based Jamovi desktop application

Discovery Timeline

  • 2021-04-26 - CVE CVE-2021-28079 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-28079

Vulnerability Analysis

This Cross-Site Scripting (XSS) vulnerability is categorized as CWE-79 (Improper Neutralization of Input During Web Page Generation). The vulnerability stems from improper sanitization of user-supplied input within column names in Jamovi data files.

The ElectronJS framework, which powers the Jamovi desktop application, renders content using Chromium. When column names from .omv files are processed and displayed in the application interface, they are not properly sanitized for HTML/JavaScript content. This allows an attacker to embed malicious script content that executes when the document is rendered.

The attack requires user interaction, as the victim must open a malicious .omv file. However, since Jamovi is commonly used in academic and research settings for statistical analysis, social engineering attacks distributing malicious data files could be particularly effective.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding of column names within the ElectronJS application. The application fails to properly sanitize or escape special characters and HTML entities when processing column name data from .omv files before rendering them in the user interface.

Attack Vector

The attack vector is network-based, requiring an attacker to deliver a malicious .omv file to a victim. This could be accomplished through:

  1. Email attachments containing malicious Jamovi data files
  2. Shared network drives or cloud storage containing crafted files
  3. Academic data sharing platforms where research datasets are exchanged
  4. Compromised websites hosting malicious Jamovi datasets

When the victim opens the malicious file in Jamovi, the XSS payload embedded in the column name is executed within the ElectronJS context, potentially allowing the attacker to steal sensitive data, manipulate application behavior, or perform actions on behalf of the user.

The vulnerability requires user interaction (opening a file), but given the file-sharing nature of statistical research work, this attack scenario is realistic. Additional technical details are available in the GitHub CVE-2021-28079 Details.

Detection Methods for CVE-2021-28079

Indicators of Compromise

  • Presence of .omv files containing suspicious HTML or JavaScript code within column names
  • Unusual network connections originating from the Jamovi application process
  • Unexpected script execution or browser-like behavior from the Jamovi desktop application
  • Log entries showing JavaScript errors related to injected payloads

Detection Strategies

  • Implement file scanning solutions to inspect .omv files for embedded script content before opening
  • Monitor for unusual process behavior from Jamovi application including unexpected network connections or child process spawning
  • Deploy endpoint detection solutions capable of identifying XSS payload patterns in document files
  • Enable application-level logging to capture anomalous rendering behavior

Monitoring Recommendations

  • Monitor file system access for .omv files from untrusted sources
  • Track Jamovi application behavior for signs of JavaScript execution outside normal parameters
  • Implement network monitoring for unexpected outbound connections from statistical software
  • Review application logs for error messages indicative of malformed column name data

How to Mitigate CVE-2021-28079

Immediate Actions Required

  • Update Jamovi to the latest available version that addresses this vulnerability
  • Exercise caution when opening .omv files from untrusted or unknown sources
  • Validate the source and integrity of any Jamovi data files before opening
  • Consider scanning .omv files with security tools before opening in production environments

Patch Information

Users should upgrade Jamovi to a version newer than 1.6.18 that includes proper input sanitization for column names. Check the Jamovi Official Website for the latest security updates and version releases.

Workarounds

  • Only open .omv files from trusted and verified sources
  • Consider converting data from untrusted sources to neutral formats (CSV) before importing into Jamovi
  • Implement network segmentation to limit potential impact if exploitation occurs
  • Use application sandboxing or virtualization when working with files from untrusted sources

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechJamovi

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability2.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub CVE-2021-28079 Details
  • Vendor Resources
  • Jamovi Official Website
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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