Canto <= 3.0.8 - Unauthenticated Remote File Inclusion

2024-06-13 15:59
Sushi Com Abacate

Strategic Overview

Status
Patched in 3.0.9
Affected PluginCanto
Affected Version<= 3.0.8
CVSS9.8Critical
CVECVE-2024-4936
View all Canto vulnerabilities

Vulnerability Overview

The Canto plugin for WordPress is vulnerable to Remote File Inclusion in all versions up to, and including, 3.0.8 via the abspath parameter. This makes it possible for unauthenticated attackers to include remote files on the server, resulting in code execution. This required allow_url_include to be enabled on the target site in order to exploit.

Technical Analysis

REMEDIATION: Update to version 3.0.9, or a newer patched version --- IDENTIFIER: CWE-98 (Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')) The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in require, include, or similar functions.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C