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

CVE-2025-65119: Canva Affinity Information Disclosure Flaw

CVE-2025-65119 is an information disclosure vulnerability in Canva Affinity affecting EMF file processing. Attackers can exploit this out-of-bounds read flaw to access sensitive data. This article covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2025-65119 Overview

An out-of-bounds read vulnerability exists in the EMF (Enhanced Metafile) functionality of Canva Affinity. This memory corruption vulnerability allows attackers to craft malicious EMF files that, when processed by the application, trigger an out-of-bounds read condition. Successful exploitation could lead to the disclosure of sensitive information from process memory and potentially cause application crashes resulting in denial of service.

Critical Impact

Attackers can exploit this vulnerability to exfiltrate sensitive information from memory and cause application instability through specially crafted EMF files.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2025-65119

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue where the application reads data from a location outside the intended buffer boundaries. The vulnerability exists within the EMF file parsing functionality of Canva Affinity on Windows systems.

The attack requires local access and user interaction, meaning an attacker must convince a victim to open a maliciously crafted EMF file. Once opened, the vulnerable parsing code reads beyond allocated buffer boundaries, potentially exposing sensitive data stored in adjacent memory regions. This could include application secrets, cryptographic material, or other confidential information present in the process memory space.

The vulnerability poses both confidentiality and availability risks. Memory contents can be leaked through the out-of-bounds read operation, and improper memory access can trigger application crashes, resulting in denial of service conditions.

Root Cause

The root cause stems from insufficient bounds checking in the EMF file parsing routines. When processing EMF records, the application fails to properly validate that data lengths and offsets remain within allocated buffer boundaries. This allows specially constructed EMF files to specify parameters that cause the parser to read beyond the legitimate data boundaries.

EMF files contain various records with length and offset fields. When these fields are manipulated to contain values exceeding actual buffer sizes, the vulnerable code continues reading past the allocated memory region, exposing whatever data happens to reside in adjacent memory locations.

Attack Vector

The attack vector is local with user interaction required. An attacker would need to:

  1. Craft a malicious EMF file containing manipulated record structures designed to trigger the out-of-bounds read condition
  2. Deliver the malicious file to the victim through social engineering, email attachments, or file-sharing platforms
  3. Convince the victim to open the file using Canva Affinity

The vulnerability manifests when the EMF parsing functionality processes malformed record structures that specify data lengths exceeding actual buffer allocations. The parser reads beyond buffer boundaries, potentially disclosing process memory contents. Technical details and proof-of-concept information can be found in the Talos Intelligence Vulnerability Report.

Detection Methods for CVE-2025-65119

Indicators of Compromise

  • Unusual EMF files received via email or downloaded from untrusted sources
  • Canva Affinity application crashes when opening EMF files
  • Memory access violations or segmentation faults in application logs
  • Unexpected data exfiltration attempts following EMF file processing

Detection Strategies

  • Monitor for Canva Affinity process crashes or access violations when handling EMF files
  • Implement file scanning to detect malformed EMF files with suspicious record structures
  • Deploy endpoint detection solutions capable of identifying out-of-bounds memory access patterns
  • Alert on unusual memory read patterns from Canva Affinity processes

Monitoring Recommendations

  • Enable detailed application crash logging for Canva Affinity installations
  • Monitor file system activity for EMF files from untrusted sources
  • Configure endpoint protection to alert on memory access anomalies in creative software
  • Review user-reported application stability issues involving EMF file handling

How to Mitigate CVE-2025-65119

Immediate Actions Required

  • Apply security patches from Canva as they become available
  • Restrict processing of EMF files from untrusted sources
  • Educate users about the risks of opening EMF files from unknown senders
  • Consider blocking or quarantining EMF files at email and web gateways until patched

Patch Information

Canva has acknowledged this vulnerability through their trust portal. Affected users should consult the Canva Trust Resource for official patch information and security updates. Monitor vendor communications for remediation guidance and apply updates promptly when released.

Workarounds

  • Avoid opening EMF files from untrusted or unknown sources until the patch is applied
  • Use alternative file formats where possible to reduce exposure to the vulnerable EMF parsing functionality
  • Implement application sandboxing to limit the impact of potential exploitation
  • Deploy SentinelOne endpoint protection to detect and prevent exploitation attempts
bash
# Configuration example - Block EMF files at gateway level
# Add to email gateway filter rules
BLOCK_EXTENSIONS=".emf"
QUARANTINE_ACTION="isolate"
NOTIFY_ADMIN=true

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