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

CVE-2025-66633: Canva Affinity Information Disclosure

CVE-2025-66633 is an information disclosure vulnerability in Canva Affinity caused by an out-of-bounds read in EMF file processing. This post covers the technical details, affected versions, impact, and mitigation steps.

Published: March 20, 2026

CVE-2025-66633 Overview

An out-of-bounds read vulnerability exists in the Enhanced Metafile (EMF) processing functionality of Canva Affinity. This memory safety flaw occurs when the application parses specially crafted EMF files, allowing an attacker to read memory beyond the intended buffer boundaries. Successful exploitation could lead to the disclosure of sensitive information stored in adjacent memory regions or cause application crashes resulting in denial of service conditions.

Critical Impact

Attackers can exploit this vulnerability to leak sensitive memory contents or crash the application by delivering malicious EMF files to users of Canva Affinity on Windows systems.

Affected Products

  • Canva Affinity for Windows (all versions prior to patch)

Discovery Timeline

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

Technical Details for CVE-2025-66633

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when software reads data past the end or before the beginning of an intended buffer. In the context of Canva Affinity's EMF processing functionality, the application fails to properly validate boundaries when parsing Enhanced Metafile format records, allowing specially crafted EMF files to trigger reads from unintended memory locations.

The exploitation requires local access and user interaction—specifically, a victim must open a malicious EMF file. While this attack cannot be executed remotely without user involvement, the potential for information disclosure is significant. Leaked memory could contain sensitive data such as encryption keys, authentication tokens, or other confidential information stored in adjacent memory regions. Additionally, the out-of-bounds read can cause application instability or crashes, impacting availability.

Root Cause

The root cause of this vulnerability lies in insufficient bounds checking within Canva Affinity's EMF parsing routines. When processing EMF file structures, the application does not adequately validate that read operations remain within allocated buffer boundaries. This allows malformed EMF records with manipulated size or offset fields to cause the parser to read beyond the legitimate data boundaries.

Attack Vector

The attack requires local access to the target system. An attacker must craft a malicious EMF file containing specially constructed records that exploit the boundary validation weakness. The attacker then needs to deliver this file to a victim through social engineering techniques such as email attachments, malicious downloads, or compromised file-sharing platforms. When the victim opens the malicious EMF file in Canva Affinity, the out-of-bounds read is triggered.

The vulnerability mechanism involves manipulated EMF record structures that specify data sizes or offsets exceeding actual buffer allocations. When the parser processes these records without proper validation, it reads beyond buffer boundaries, exposing adjacent memory contents or causing the application to crash when accessing invalid memory addresses.

Detection Methods for CVE-2025-66633

Indicators of Compromise

  • Unexpected crashes in Canva Affinity when opening EMF files
  • Abnormal memory access patterns or access violation errors in application logs
  • Presence of suspicious or unexpected EMF files from untrusted sources
  • Application generating unusually large error dumps or crash reports

Detection Strategies

  • Monitor for abnormal process termination events in Canva Affinity with memory-related exit codes
  • Implement file integrity monitoring to detect suspicious EMF files entering the environment
  • Deploy endpoint detection rules to identify EMF files with anomalous record structures
  • Enable application crash reporting and analyze dumps for out-of-bounds read patterns

Monitoring Recommendations

  • Configure SentinelOne agents to monitor Canva Affinity process behavior for memory access anomalies
  • Establish baseline metrics for EMF file processing and alert on deviations
  • Monitor email attachments and downloads for EMF files from untrusted sources
  • Review Windows Event Logs for application crash events related to Affinity products

How to Mitigate CVE-2025-66633

Immediate Actions Required

  • Apply the latest security updates from Canva as soon as they become available
  • Restrict EMF file access from untrusted sources until patching is complete
  • Educate users about the risks of opening EMF files from unknown or untrusted senders
  • Consider temporarily disabling EMF file handling if business operations permit

Patch Information

Canva has released a security update addressing this vulnerability. Organizations should consult the Canva Trust Security Update for detailed patching instructions and affected version information. Additionally, technical details are available in the Talos Intelligence Vulnerability Report.

Workarounds

  • Block or quarantine EMF file attachments at email and web gateways
  • Implement application whitelisting to prevent execution of untrusted EMF files
  • Configure file system permissions to restrict EMF file access to essential users only
  • Deploy network segmentation to limit the impact of potential exploitation
bash
# Configuration example - Block EMF file extensions at the gateway level
# Example Windows Defender Application Control rule to block EMF files from untrusted sources
# Add to your WDAC policy XML configuration

# For email gateway filtering (example rule syntax):
# action=quarantine, attachment_extension=.emf, sender_trust=untrusted

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 Security Update
  • 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