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

CVE-2025-64735: Canva Affinity Information Disclosure

CVE-2025-64735 is an information disclosure flaw in Canva Affinity that exploits EMF file processing through out-of-bounds reads. This vulnerability can expose sensitive data. This post covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2025-64735 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 user interaction, as the victim must open a malicious EMF file for the attack to succeed.

Critical Impact

Successful exploitation could allow attackers to read sensitive memory contents beyond intended boundaries, potentially exposing confidential data or enabling further attacks through information disclosure.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-64735

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), which 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 records.

When Canva Affinity processes an EMF file, it parses various EMF records that define graphical operations. The vulnerability manifests when certain record structures within the EMF file specify lengths or offsets that cause the parser to read memory beyond the allocated buffer. This can result in the exposure of adjacent memory contents, which may contain sensitive application data, heap metadata, or pointers that could aid further exploitation.

The local attack vector requires the victim to open a malicious EMF file, but the attack complexity is low once the file is opened. No special privileges are required by the attacker, making this vulnerability accessible to a wide range of threat actors who can deliver malicious files through email attachments, downloads, or other file-sharing mechanisms.

Root Cause

The root cause of this vulnerability lies in insufficient bounds checking within the EMF parsing code of Canva Affinity. When processing EMF records, the application trusts attacker-controlled length or offset values without properly validating that the resulting memory access falls within the bounds of the allocated buffer. This allows crafted EMF files to specify parameters that cause reads beyond the intended data boundaries.

Attack Vector

The attack requires local access and user interaction. An attacker must craft a malicious EMF file containing specially constructed records that trigger the out-of-bounds read condition. The attack sequence typically involves:

  1. Attacker creates a malicious EMF file with crafted record structures containing invalid length or offset values
  2. Attacker delivers the file to the victim through email, file sharing, or other distribution methods
  3. Victim opens the malicious EMF file in Canva Affinity
  4. The EMF parser processes the malformed records and reads memory beyond buffer boundaries
  5. Sensitive information from adjacent memory is disclosed, potentially enabling further attacks

The vulnerability does not directly allow code execution but could expose memory contents that reveal sensitive information or facilitate additional exploitation techniques.

Detection Methods for CVE-2025-64735

Indicators of Compromise

  • Unusual EMF files received via email or downloaded from untrusted sources
  • Canva Affinity application crashes or unexpected behavior when opening EMF files
  • Memory access violations or exception logs related to EMF processing
  • Suspicious EMF files with abnormally structured or oversized records

Detection Strategies

  • Monitor file system activity for EMF files from untrusted sources being accessed by Canva Affinity
  • Implement endpoint detection rules to identify malformed EMF file structures
  • Deploy application-level monitoring to detect memory access violations during EMF parsing
  • Use file integrity monitoring to identify suspicious EMF files in user directories

Monitoring Recommendations

  • Enable verbose logging for Canva Affinity to capture file processing events
  • Monitor for application exceptions or crashes related to graphics file handling
  • Track network activity for EMF file downloads from untrusted domains
  • Implement user behavior analytics to detect unusual file handling patterns

How to Mitigate CVE-2025-64735

Immediate Actions Required

  • Apply the latest security updates from Canva for affected Affinity products
  • Restrict opening EMF files from untrusted or unknown sources
  • Implement email filtering to quarantine EMF attachments pending security review
  • Educate users about the risks of opening files from unknown sources
  • Consider temporarily disabling EMF file handling if business requirements allow

Patch Information

Canva has released security updates to address this vulnerability. Administrators should consult the Canva Trust Advisory for detailed patch information and update instructions. Additional technical details are available in the Talos Intelligence Vulnerability Report.

Workarounds

  • Block or quarantine EMF file attachments at the email gateway level
  • Configure endpoint protection to scan EMF files before they are opened
  • Implement application whitelisting to restrict file types processed by Canva Affinity
  • Use virtualized or sandboxed environments when handling EMF files from untrusted sources
bash
# Example: Block EMF files at email gateway (PowerShell for Exchange)
New-TransportRule -Name "Block EMF Attachments" `
  -AttachmentNameMatchesPatterns "*.emf" `
  -RejectMessageReasonText "EMF attachments are blocked for security reasons"

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