CVE-2026-3335: CWE-862 Missing Authorization in flightbycanto Canto
The Canto plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 3.1.1 via the `/wp-content/plugins/canto/includes/lib/copy-media.php` file. This is due to the file being directly accessible without any authentication, authorization, or nonce checks, and the `fbc_flight_domain` and `fbc_app_api` URL components being accepted as user-supplied POST parameters rather than read from admin-configured options. Since the attacker controls both the destination server and the `fbc_app_token` value, the entire fetch-and-upload chain is attacker-controlled — the server never contacts Canto's legitimate API, and the uploaded file originates entirely from the attacker's infrastructure. This makes it possible for unauthenticated attackers to upload arbitrary files (constrained to WordPress-allowed MIME types) to the WordPress uploads directory. Additional endpoints (`detail.php`, `download.php`, `get.php`, `tree.php`) are also directly accessible without authentication and make requests using a user-supplied `app_api` parameter combined with an admin-configured subdomain.
AI Analysis
Technical Summary
The flightbycanto Canto plugin for WordPress, versions up to and including 3.1.1, contains a critical missing authorization vulnerability (CWE-862) identified as CVE-2026-3335. The vulnerability exists primarily in the /wp-content/plugins/canto/includes/lib/copy-media.php file, which is accessible without any authentication, authorization, or nonce verification. This endpoint accepts POST parameters fbc_flight_domain and fbc_app_api directly from the user instead of reading them from admin-configured options. Consequently, an attacker can control the entire fetch-and-upload process by supplying a malicious fbc_app_token and controlling the destination server, effectively bypassing the legitimate Canto API. This allows the attacker to upload arbitrary files constrained only by WordPress-allowed MIME types to the WordPress uploads directory. Additional endpoints such as detail.php, download.php, get.php, and tree.php also lack authentication and accept user-supplied app_api parameters combined with an admin-configured subdomain, further expanding the attack surface. The vulnerability does not require any privileges or user interaction, making it remotely exploitable over the network. Although the CVSS score is 5.3 (medium), the primary impact is on integrity due to unauthorized file uploads, which could lead to further attacks such as webshell deployment or defacement if combined with other vulnerabilities or misconfigurations. No patches or mitigations are currently linked, and no known exploits have been reported in the wild as of the publication date.
Potential Impact
This vulnerability allows unauthenticated attackers to upload arbitrary files to the WordPress uploads directory, potentially enabling malicious actors to deploy webshells, deface websites, or execute further attacks leveraging uploaded content. While the MIME types are constrained by WordPress settings, attackers can still upload executable scripts disguised as allowed types if the server executes them, leading to a compromise of website integrity. The lack of authentication on multiple endpoints increases the risk of automated exploitation at scale. Organizations running the affected plugin versions face risks including unauthorized content injection, potential privilege escalation if combined with other vulnerabilities, and reputational damage from website defacement or data tampering. The vulnerability does not directly impact confidentiality or availability but can serve as a foothold for more severe attacks. Since the plugin is used in WordPress environments, which are widespread globally, the threat could affect a broad range of organizations, especially those relying on the Canto plugin for media management. The absence of known exploits in the wild currently limits immediate impact but does not reduce the urgency for remediation.
Mitigation Recommendations
1. Immediately restrict access to the vulnerable endpoints (/copy-media.php, detail.php, download.php, get.php, tree.php) by implementing authentication and authorization checks at the web server or application level to prevent unauthenticated access. 2. Validate and sanitize all user-supplied POST parameters, especially fbc_flight_domain, fbc_app_api, and app_api, ensuring they cannot override admin-configured options or redirect to attacker-controlled servers. 3. Disable or remove the Canto plugin if it is not essential, or upgrade to a patched version once available. 4. Implement strict MIME type validation and consider disabling execution of uploaded files in the WordPress uploads directory by configuring the web server to prevent script execution. 5. Monitor web server logs for suspicious POST requests to the affected endpoints and unusual file uploads. 6. Employ Web Application Firewalls (WAFs) with custom rules to block unauthorized access attempts to these plugin endpoints. 7. Conduct a thorough audit of uploaded files to detect and remove any malicious content that may have been uploaded prior to mitigation. 8. Follow WordPress security best practices, including least privilege principles for plugin usage and regular updates.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, India, Brazil, Japan
CVE-2026-3335: CWE-862 Missing Authorization in flightbycanto Canto
Description
The Canto plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 3.1.1 via the `/wp-content/plugins/canto/includes/lib/copy-media.php` file. This is due to the file being directly accessible without any authentication, authorization, or nonce checks, and the `fbc_flight_domain` and `fbc_app_api` URL components being accepted as user-supplied POST parameters rather than read from admin-configured options. Since the attacker controls both the destination server and the `fbc_app_token` value, the entire fetch-and-upload chain is attacker-controlled — the server never contacts Canto's legitimate API, and the uploaded file originates entirely from the attacker's infrastructure. This makes it possible for unauthenticated attackers to upload arbitrary files (constrained to WordPress-allowed MIME types) to the WordPress uploads directory. Additional endpoints (`detail.php`, `download.php`, `get.php`, `tree.php`) are also directly accessible without authentication and make requests using a user-supplied `app_api` parameter combined with an admin-configured subdomain.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The flightbycanto Canto plugin for WordPress, versions up to and including 3.1.1, contains a critical missing authorization vulnerability (CWE-862) identified as CVE-2026-3335. The vulnerability exists primarily in the /wp-content/plugins/canto/includes/lib/copy-media.php file, which is accessible without any authentication, authorization, or nonce verification. This endpoint accepts POST parameters fbc_flight_domain and fbc_app_api directly from the user instead of reading them from admin-configured options. Consequently, an attacker can control the entire fetch-and-upload process by supplying a malicious fbc_app_token and controlling the destination server, effectively bypassing the legitimate Canto API. This allows the attacker to upload arbitrary files constrained only by WordPress-allowed MIME types to the WordPress uploads directory. Additional endpoints such as detail.php, download.php, get.php, and tree.php also lack authentication and accept user-supplied app_api parameters combined with an admin-configured subdomain, further expanding the attack surface. The vulnerability does not require any privileges or user interaction, making it remotely exploitable over the network. Although the CVSS score is 5.3 (medium), the primary impact is on integrity due to unauthorized file uploads, which could lead to further attacks such as webshell deployment or defacement if combined with other vulnerabilities or misconfigurations. No patches or mitigations are currently linked, and no known exploits have been reported in the wild as of the publication date.
Potential Impact
This vulnerability allows unauthenticated attackers to upload arbitrary files to the WordPress uploads directory, potentially enabling malicious actors to deploy webshells, deface websites, or execute further attacks leveraging uploaded content. While the MIME types are constrained by WordPress settings, attackers can still upload executable scripts disguised as allowed types if the server executes them, leading to a compromise of website integrity. The lack of authentication on multiple endpoints increases the risk of automated exploitation at scale. Organizations running the affected plugin versions face risks including unauthorized content injection, potential privilege escalation if combined with other vulnerabilities, and reputational damage from website defacement or data tampering. The vulnerability does not directly impact confidentiality or availability but can serve as a foothold for more severe attacks. Since the plugin is used in WordPress environments, which are widespread globally, the threat could affect a broad range of organizations, especially those relying on the Canto plugin for media management. The absence of known exploits in the wild currently limits immediate impact but does not reduce the urgency for remediation.
Mitigation Recommendations
1. Immediately restrict access to the vulnerable endpoints (/copy-media.php, detail.php, download.php, get.php, tree.php) by implementing authentication and authorization checks at the web server or application level to prevent unauthenticated access. 2. Validate and sanitize all user-supplied POST parameters, especially fbc_flight_domain, fbc_app_api, and app_api, ensuring they cannot override admin-configured options or redirect to attacker-controlled servers. 3. Disable or remove the Canto plugin if it is not essential, or upgrade to a patched version once available. 4. Implement strict MIME type validation and consider disabling execution of uploaded files in the WordPress uploads directory by configuring the web server to prevent script execution. 5. Monitor web server logs for suspicious POST requests to the affected endpoints and unusual file uploads. 6. Employ Web Application Firewalls (WAFs) with custom rules to block unauthorized access attempts to these plugin endpoints. 7. Conduct a thorough audit of uploaded files to detect and remove any malicious content that may have been uploaded prior to mitigation. 8. Follow WordPress security best practices, including least privilege principles for plugin usage and regular updates.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-02-27T15:12:19.844Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69be180ef4197a8e3b78433c
Added to database: 3/21/2026, 4:01:18 AM
Last enriched: 3/21/2026, 4:34:00 AM
Last updated: 3/22/2026, 5:04:12 AM
Views: 9
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.