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-2024-47883

CVE-2024-47883: OpenRefine Butterfly RCE Vulnerability

CVE-2024-47883 is a remote code execution flaw in OpenRefine Butterfly framework that allows attackers to execute arbitrary code through malicious file URLs. This article covers technical details, affected versions, and patches.

Published: April 8, 2026

CVE-2024-47883 Overview

CVE-2024-47883 is a critical vulnerability in the OpenRefine fork of the MIT Simile Butterfly server, a modular web application framework. The vulnerability stems from improper handling of URL resources in the java.net.URL class, which is used to reference local resource files such as images and templates. When a file:/ URL is directly provided where a relative path is expected, the application incorrectly accepts this input in certain code paths, fetching files from potentially untrusted sources and treating them as legitimate parts of the application's codebase.

This flaw enables multiple attack vectors including path traversal, server-side request forgery (SSRF), cross-site scripting (XSS), and remote code execution (RCE) through attacker-controlled templates.

Critical Impact

Attackers with network access can exploit this vulnerability to access sensitive files on the server's filesystem, execute arbitrary JavaScript in victim browsers, or achieve remote code execution through malicious template injection.

Affected Products

  • OpenRefine Butterfly (versions prior to 1.2.6)
  • Applications built on the Simile Butterfly framework
  • Systems using OpenRefine with vulnerable Butterfly dependencies

Discovery Timeline

  • 2024-10-24 - CVE CVE-2024-47883 published to NVD
  • 2024-10-29 - Last updated in NVD database

Technical Details for CVE-2024-47883

Vulnerability Analysis

The OpenRefine Butterfly framework utilizes the java.net.URL class to handle resource file references within the application. Under normal operation, this mechanism opens connections to local files when provided with relative paths. However, the vulnerability arises because certain code paths accept absolute file:/ URLs instead of the expected relative resource names.

When an attacker supplies a crafted file:/ URL, the application processes it without proper validation, potentially fetching resources from remote machines or local filesystem locations outside the intended scope. This improper input validation affects both CWE-22 (Path Traversal) and CWE-36 (Absolute Path Traversal) vulnerability categories.

The attack surface is particularly dangerous because it combines multiple weaknesses: unauthorized file access, SSRF capabilities (including SMB protocol exploitation on Windows systems), XSS through attacker-controlled JavaScript loading, and RCE when template resources can be influenced by attackers.

Root Cause

The root cause is insufficient input validation in the Butterfly framework's resource loading mechanism. The application fails to properly distinguish between legitimate relative resource paths and absolute file:/ URLs. This allows external, potentially malicious resources to be loaded and processed with the same trust level as local application resources. The framework should enforce strict path validation to ensure only relative paths within the application's resource directory are accepted.

Attack Vector

The vulnerability is exploitable via network access without requiring authentication or user interaction. An attacker can exploit this vulnerability through several methods:

  1. Path Traversal: Direct network access to the application allows reading arbitrary files from the server's filesystem by crafting URLs with path traversal sequences
  2. Server-Side Request Forgery: Attackers can force the server to make requests to internal or external resources, potentially accessing SMB shares on Windows networks
  3. Cross-Site Scripting: By redirecting users to crafted URLs within the application, attackers can load arbitrary JavaScript in the victim's browser context
  4. Remote Code Execution: If template resource names can be influenced by attackers, malicious templates can be fetched and executed server-side

The vulnerability can be triggered by manipulating resource path parameters to include absolute file:/ URLs, causing the server to fetch and process untrusted content. Detailed technical information is available in the GitHub Security Advisory GHSA-3p8v-w8mr-m3x8.

Detection Methods for CVE-2024-47883

Indicators of Compromise

  • Unexpected outbound network connections from the Butterfly application server to external resources
  • Access logs showing requests containing file:/ URLs or path traversal patterns (../, ..\\)
  • Server-side access to sensitive files outside the application's resource directory
  • Unusual SMB traffic originating from the application server to internal network hosts

Detection Strategies

  • Monitor HTTP request parameters for file:/ URL schemes and absolute path indicators
  • Implement web application firewall (WAF) rules to detect and block path traversal patterns
  • Enable verbose logging on the Butterfly framework to capture resource loading operations
  • Deploy network monitoring to detect anomalous outbound connections from application servers

Monitoring Recommendations

  • Configure alerts for file access patterns indicating path traversal attempts
  • Monitor for SSRF indicators such as requests to internal IP ranges or localhost
  • Review application logs for template loading from unexpected sources
  • Implement file integrity monitoring on critical server directories

How to Mitigate CVE-2024-47883

Immediate Actions Required

  • Upgrade OpenRefine Butterfly to version 1.2.6 or later immediately
  • Review network access controls to limit unnecessary inbound connections to Butterfly applications
  • Implement input validation at the application layer to reject absolute URLs in resource paths
  • Audit recent logs for signs of exploitation attempts

Patch Information

OpenRefine has released version 1.2.6 of the Butterfly framework which contains the security patch for this vulnerability. The fix is available in commit 537f64bfa72746f8b21d4bda461fad843435319c. Organizations should update to the patched version as soon as possible.

For additional details, refer to the GitHub Security Advisory GHSA-3p8v-w8mr-m3x8.

Workarounds

  • Restrict network access to Butterfly applications using firewall rules to limit exposure
  • Implement a reverse proxy with URL filtering to block requests containing suspicious patterns
  • Disable or restrict template loading functionality if not required for application operation
  • Apply network segmentation to prevent SSRF attacks from reaching internal resources

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenrefine

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability3.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-36

  • CWE-22
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3p8v-w8mr-m3x8
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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