๐Ÿ” CVE Alert

CVE-2026-3335

MEDIUM 5.3

Canto <= 3.1.1 - Missing Authorization to Unauthenticated File Upload

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor flightbycanto
Product canto
Published Mar 21, 2026
Last Updated Apr 8, 2026
Stay Ahead of the Next One

Get instant alerts for flightbycanto canto

Be the first to know when new medium vulnerabilities affecting flightbycanto canto are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

flightbycanto / Canto
0 โ‰ค 3.1.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/0777f759-6980-4572-a866-0210bd5f5085?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/canto/tags/3.1.1/includes/lib/copy-media.php#L71 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/canto/tags/3.1.1/includes/lib/copy-media.php#L152 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/canto/trunk/includes/lib/copy-media.php#L71 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/canto/trunk/includes/lib/copy-media.php#L152 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/canto/tags/3.1.1/includes/lib/copy-media.php#L306 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/canto/trunk/includes/lib/copy-media.php#L306

Credits

heygork