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
    • 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-66503

CVE-2025-66503: Canva Affinity Information Disclosure

CVE-2025-66503 is an information disclosure vulnerability in Canva Affinity caused by an out-of-bounds read in EMF file processing. Attackers can exploit this to expose sensitive data. This article covers technical details.

Published: March 20, 2026

CVE-2025-66503 Overview

An out-of-bounds read vulnerability exists in the EMF (Enhanced Metafile) functionality of Canva Affinity. By using a specially crafted EMF file, an attacker could exploit this vulnerability to perform an out-of-bounds read, potentially leading to the disclosure of sensitive information. This vulnerability requires local access and user interaction to exploit, as a victim must open a malicious EMF file within the affected application.

Critical Impact

Exploitation of this vulnerability could allow attackers to read sensitive memory contents and cause application crashes, potentially exposing confidential data or enabling further attacks through information disclosure.

Affected Products

  • Canva Affinity for Windows (all vulnerable versions)

Discovery Timeline

  • 2026-03-17 - CVE-2025-66503 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2025-66503

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory corruption issue that occurs when the application reads data past the intended buffer boundary. In the context of Canva Affinity's EMF parsing functionality, the application fails to properly validate bounds when processing Enhanced Metafile records.

When a user opens a maliciously crafted EMF file, the parser attempts to read memory locations beyond the allocated buffer. This can result in two primary impacts: disclosure of sensitive information that resides in adjacent memory regions, and application instability or crashes due to accessing invalid memory addresses.

The vulnerability requires local access, meaning an attacker must either have access to the target system or convince the victim to open a malicious file. User interaction is required, as the victim must manually open the crafted EMF file in Canva Affinity.

Root Cause

The root cause stems from improper bounds checking in the EMF parsing routines of Canva Affinity. When processing EMF file records, the application does not adequately validate that the data offsets and lengths specified in the file remain within the bounds of the allocated buffer. This allows a malformed EMF file to specify offsets or sizes that cause the parser to read beyond the intended memory boundaries.

Attack Vector

The attack vector is local, requiring an attacker to deliver a specially crafted EMF file to the target system. This could be accomplished through various social engineering techniques such as email attachments, file sharing platforms, or embedding the malicious file in seemingly legitimate documents.

When the victim opens the malicious EMF file in Canva Affinity, the out-of-bounds read is triggered during the parsing phase. The attacker-controlled EMF file contains specially crafted record structures with invalid offset or size values that bypass the application's boundary checks.

The vulnerability mechanism involves improper validation of EMF record boundaries during file parsing. When processing the malformed record, the application reads beyond the allocated buffer, potentially exposing sensitive memory contents. For detailed technical analysis, refer to the Talos Intelligence Vulnerability Report.

Detection Methods for CVE-2025-66503

Indicators of Compromise

  • Unexpected crashes or instability of Canva Affinity when opening EMF files
  • Presence of suspicious or unsolicited EMF files on user systems
  • Memory access violations or exception logs indicating out-of-bounds read operations

Detection Strategies

  • Monitor file system activity for EMF files originating from untrusted sources or email attachments
  • Implement endpoint detection rules to identify abnormal memory access patterns in Canva Affinity processes
  • Deploy file scanning solutions to analyze EMF file structures for anomalous or malformed records
  • Review application crash dumps for indicators of out-of-bounds memory access

Monitoring Recommendations

  • Enable detailed logging for Canva Affinity application events and crashes
  • Configure endpoint protection solutions to monitor EMF file handling activities
  • Establish baseline behavior for normal Canva Affinity operations to identify anomalies
  • Monitor for unusual data exfiltration patterns that could indicate information disclosure

How to Mitigate CVE-2025-66503

Immediate Actions Required

  • Review and apply security patches from Canva when available via the Canva Trust Advisory
  • Avoid opening EMF files from untrusted or unknown sources
  • Implement email filtering to quarantine suspicious EMF file attachments
  • Consider restricting EMF file handling until patches are applied

Patch Information

Canva has released a security advisory addressing this vulnerability. Users should consult the Canva Trust Advisory for official patch information and update guidance. Ensure Canva Affinity is updated to the latest available version that addresses CVE-2025-66503.

Workarounds

  • Block or quarantine EMF files at the email gateway and network perimeter
  • Configure application whitelisting to prevent unauthorized EMF file execution
  • Educate users about the risks of opening unsolicited EMF files from unknown sources
  • Consider using alternative applications for EMF file viewing until the vulnerability is patched
bash
# Example: Block EMF file extensions at the email gateway (configuration varies by vendor)
# Add .emf to blocked attachment extensions list
# Review and update firewall/proxy rules to filter EMF file downloads from untrusted sources

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCanva Affinity

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Vendor Resources
  • Canva Trust Advisory
  • Related CVEs
  • CVE-2025-64733: Canva Affinity Information Disclosure

  • CVE-2025-62500: Canva Affinity Information Disclosure

  • CVE-2025-62403: Canva Affinity Information Disclosure

  • CVE-2025-61979: Canva Affinity Information Disclosure 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