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

CVE-2026-3335: Canto WordPress Auth Bypass Vulnerability

CVE-2026-3335 is an authentication bypass vulnerability in Canto WordPress plugin that allows unauthenticated attackers to upload arbitrary files to the uploads directory. This post covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-3335 Overview

The Canto plugin for WordPress contains a critical Missing Authorization vulnerability (CWE-862) in all versions up to and including 3.1.1. The vulnerability exists in the /wp-content/plugins/canto/includes/lib/copy-media.php file, which is directly accessible without any authentication, authorization, or nonce checks. This flaw allows unauthenticated attackers to upload arbitrary files to the WordPress uploads directory by exploiting the plugin's file fetch-and-upload mechanism.

Critical Impact

Unauthenticated attackers can upload arbitrary files (constrained to WordPress-allowed MIME types) to the WordPress uploads directory by controlling the destination server and token values, completely bypassing Canto's legitimate API.

Affected Products

  • WordPress Canto Plugin versions up to and including 3.1.1
  • All WordPress installations with the vulnerable Canto plugin installed
  • Sites using Canto's media integration features

Discovery Timeline

  • 2026-03-21 - CVE CVE-2026-3335 published to NVD
  • 2026-03-23 - Last updated in NVD database

Technical Details for CVE-2026-3335

Vulnerability Analysis

This vulnerability represents a Missing Authorization flaw in the WordPress Canto plugin's media handling functionality. The core issue stems from the copy-media.php file being directly accessible to any user without requiring authentication, authorization checks, or WordPress nonce verification. The fbc_flight_domain and fbc_app_api URL components are accepted as user-supplied POST parameters instead of being read from secure admin-configured options.

Since the attacker controls both the destination server URL and the fbc_app_token value, the entire fetch-and-upload chain becomes attacker-controlled. The WordPress server never contacts Canto's legitimate API during the attack; instead, all uploaded files originate entirely from the attacker's infrastructure. Additional endpoints including detail.php, download.php, get.php, and tree.php are also directly accessible without authentication and make requests using a user-supplied app_api parameter combined with an admin-configured subdomain.

Root Cause

The root cause of this vulnerability is the complete absence of access control mechanisms in the copy-media.php file and related endpoints. Specifically:

  1. No Authentication Check: The file does not verify that the requesting user is logged in or has valid WordPress credentials
  2. No Authorization Check: There is no verification that the user has appropriate permissions to upload media files
  3. No Nonce Verification: WordPress nonce tokens are not required, allowing cross-site request forgery attacks
  4. User-Controlled API Parameters: Critical parameters (fbc_flight_domain, fbc_app_api, fbc_app_token) are accepted from user input rather than being restricted to admin-configured values

This design flaw allows attackers to redirect the plugin's file fetching mechanism to their own malicious servers.

Attack Vector

The attack leverages the network-accessible nature of the vulnerable endpoint. An unauthenticated attacker can craft a malicious POST request to the copy-media.php endpoint, specifying their own server as the file source through the fbc_flight_domain and fbc_app_api parameters. The attacker provides their own fbc_app_token value, enabling complete control over the file fetching process.

The exploitation workflow involves:

  1. Identifying a WordPress site with the vulnerable Canto plugin installed
  2. Setting up an attacker-controlled server to host malicious files
  3. Sending a crafted POST request to the copy-media.php endpoint with attacker-controlled parameters
  4. The plugin fetches the file from the attacker's server and uploads it to the WordPress uploads directory

While file uploads are constrained to WordPress-allowed MIME types, this still enables attackers to upload potentially harmful content such as HTML files for phishing, SVG files containing JavaScript, or other allowed file types that could be leveraged for further attacks.

For detailed technical analysis, refer to the Wordfence Vulnerability Report and the source code references at WordPress Plugin Trac.

Detection Methods for CVE-2026-3335

Indicators of Compromise

  • Unexpected POST requests to /wp-content/plugins/canto/includes/lib/copy-media.php from external IP addresses
  • New files appearing in the WordPress uploads directory with unusual origins or naming patterns
  • HTTP requests to the vulnerable endpoints (detail.php, download.php, get.php, tree.php) from unauthenticated sources
  • Server logs showing requests with suspicious fbc_flight_domain or fbc_app_api parameters pointing to external domains

Detection Strategies

  • Monitor web server access logs for direct requests to the Canto plugin's lib directory endpoints without corresponding admin authentication
  • Implement Web Application Firewall (WAF) rules to detect and block POST requests to copy-media.php that contain external domain values in fbc_flight_domain or fbc_app_api parameters
  • Deploy file integrity monitoring on the WordPress uploads directory to detect unexpected file additions
  • Review WordPress media library for files that were not uploaded through the standard admin interface

Monitoring Recommendations

  • Enable verbose logging for the WordPress uploads directory and monitor for file creation events from web server processes
  • Set up alerts for requests to Canto plugin endpoints originating from IP addresses outside your organization's expected user base
  • Implement regular security audits of installed WordPress plugins to identify vulnerable versions
  • Use security plugins that provide real-time monitoring of file system changes and suspicious request patterns

How to Mitigate CVE-2026-3335

Immediate Actions Required

  • Update the Canto plugin to the latest patched version immediately if one is available
  • If no patch is available, deactivate and remove the Canto plugin until a security update is released
  • Review WordPress uploads directory for any suspicious or unexpected files that may have been uploaded through this vulnerability
  • Implement WAF rules to block direct access to the vulnerable endpoints

Patch Information

Organizations should check for updates to the Canto plugin through the official WordPress plugin repository. The vulnerability affects versions up to and including 3.1.1. Review the Wordfence Vulnerability Report for the latest patch availability information. Until a patch is released, consider the workarounds below to reduce exposure.

Workarounds

  • Disable the Canto plugin entirely until a security patch is available from the vendor
  • Implement server-level access controls (.htaccess or nginx configuration) to block direct access to the /wp-content/plugins/canto/includes/lib/ directory
  • Use a Web Application Firewall to filter requests to the vulnerable endpoints and block requests with suspicious parameter values
  • Restrict access to the WordPress admin area and plugin files to trusted IP addresses only
bash
# Apache .htaccess configuration to block direct access to vulnerable endpoints
# Add to /wp-content/plugins/canto/includes/lib/.htaccess

<Files "copy-media.php">
    Order Deny,Allow
    Deny from all
</Files>

<Files "detail.php">
    Order Deny,Allow
    Deny from all
</Files>

<Files "download.php">
    Order Deny,Allow
    Deny from all
</Files>

<Files "get.php">
    Order Deny,Allow
    Deny from all
</Files>

<Files "tree.php">
    Order Deny,Allow
    Deny from all
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Canto Media Copy - Line 152

  • WordPress Canto Media Copy - Line 306

  • WordPress Canto Media Copy - Line 71

  • WordPress Canto Media Copy (Trunk) - Line 152

  • WordPress Canto Media Copy (Trunk) - Line 306

  • WordPress Canto Media Copy (Trunk) - Line 71

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3139: WordPress User Profile Builder Auth Bypass

  • CVE-2026-3124: Download Monitor Auth Bypass Vulnerability

  • CVE-2026-4281: WordPress FormLift Auth Bypass Vulnerability

  • CVE-2026-2931: Amelia Booking Auth Bypass Vulnerability
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