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-2026-4980

CVE-2026-4980: Inkscape File Disclosure Vulnerability

CVE-2026-4980 is a local file disclosure flaw in Inkscape 1.1 to 1.3 that enables attackers to read local files through malicious SVG files. This article covers technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2026-4980 Overview

A local file disclosure vulnerability exists in the XInclude processing component of Inkscape versions 1.1 before 1.3. This XML External Entity (XXE) related flaw allows a remote attacker to read arbitrary local files by crafting a malicious SVG file containing specially crafted xi:include tags. When a victim opens the weaponized SVG file, the XInclude parser processes the embedded directives, potentially exposing sensitive system files to the attacker.

Critical Impact

Attackers can exfiltrate sensitive local files including configuration files, credentials, and other confidential data when a user opens a malicious SVG file in Inkscape.

Affected Products

  • Inkscape 1.1.x
  • Inkscape 1.2.x
  • Inkscape versions prior to 1.3

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-4980 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-4980

Vulnerability Analysis

This vulnerability is classified as CWE-611 (Improper Restriction of XML External Entity Reference). The flaw resides in Inkscape's XInclude processing functionality, which fails to properly restrict file inclusion directives within SVG documents. XInclude is a mechanism for merging XML documents that allows including content from external resources. When Inkscape parses an SVG file containing malicious xi:include elements, it processes these directives without adequate validation, enabling attackers to reference and read local files on the victim's system.

The vulnerability requires local access and user interaction—specifically, the victim must open the malicious SVG file. However, the scope is changed because the vulnerability can affect resources beyond the vulnerable component, allowing disclosure of confidential information from files the Inkscape process has read access to.

Root Cause

The root cause is improper restriction of XML External Entity (XXE) references in Inkscape's XInclude processing component. The SVG parser does not adequately validate or sanitize xi:include tags before processing them, allowing arbitrary file paths to be specified and their contents to be included in the document processing flow. This enables an attacker to construct SVG files that, when opened, will read and potentially exfiltrate the contents of local files.

Attack Vector

The attack requires local access where a threat actor delivers a crafted SVG file to the victim through various means such as email attachments, file sharing, or downloads from malicious websites. When the victim opens the SVG file in a vulnerable version of Inkscape, the XInclude processor parses the embedded xi:include elements. These elements can specify local file paths using the href attribute, causing Inkscape to read the targeted files. The attacker can then retrieve the file contents through various exfiltration techniques embedded within the malicious document structure.

The vulnerability leverages the XInclude namespace (http://www.w3.org/2001/XInclude) and the xi:include element with an href attribute pointing to sensitive local files such as /etc/passwd, SSH keys, or application configuration files. For detailed technical information about the fix implementation, see the GitLab Merge Request.

Detection Methods for CVE-2026-4980

Indicators of Compromise

  • Presence of SVG files containing xi:include or XInclude namespace declarations referencing local file paths
  • Unexpected file access attempts by Inkscape processes to sensitive system files
  • SVG documents with suspicious XInclude directives targeting configuration files, credentials, or system files

Detection Strategies

  • Monitor for SVG files containing the XInclude namespace (http://www.w3.org/2001/XInclude) or xi:include tags with href attributes pointing to local file paths
  • Implement file integrity monitoring on sensitive configuration files to detect unauthorized read access
  • Deploy endpoint detection rules to alert on Inkscape processes accessing sensitive directories outside normal operation

Monitoring Recommendations

  • Enable detailed logging for file access events by Inkscape and related processes
  • Monitor email gateways and file sharing services for SVG files containing XInclude directives
  • Implement network monitoring to detect potential data exfiltration attempts following SVG file processing

How to Mitigate CVE-2026-4980

Immediate Actions Required

  • Upgrade Inkscape to version 1.3 or later where the XInclude processing vulnerability has been addressed
  • Avoid opening untrusted SVG files from unknown or suspicious sources
  • Review and audit any SVG files received from external parties before opening

Patch Information

The vulnerability has been addressed in Inkscape version 1.3. Users should update to this version or later to remediate the issue. Technical details about the fix are available in the GitLab Merge Request #5269 and the GitLab Work Item #3557.

Workarounds

  • Configure endpoint protection to scan and quarantine SVG files containing XInclude directives before they reach end users
  • Implement file type policies that restrict or sanitize SVG files from untrusted sources
  • Use sandboxed environments or virtual machines when processing SVG files from untrusted sources
  • Consider using alternative SVG editors for processing untrusted files until patching is complete
bash
# Example: Scan SVG files for suspicious XInclude patterns before opening
grep -r "xi:include\|XInclude" *.svg
# Review any matches before opening files in Inkscape

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechInkscape

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • GitLab Merge Request

  • GitLab Work Item
  • Related CVEs
  • CVE-2025-15523: Inkscape macOS Privilege Escalation Flaw
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