vendor:
Vanilla Forums
by:
Javier Nieto
6,1
CVSS
MEDIUM
PHP Object Injection
502
CWE
Product Name: Vanilla Forums
Affected Version From: 2.0
Affected Version To: 2.0.18.5
Patch Exists: Yes
Related CWE: CVE-2020-13183
CPE: a:vanilla_forums:vanilla_forums:2.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2020
Vanilla Forums <= 2.0.18.5 (class.utilitycontroller.php) PHP Object Injection Vulnerability
User input passed through the 'Messages' and 'Response' POST parameters is not properly sanitized before being used in a call to the 'Gdn_Format::Unserialize' method at lines 327 and 360. This can be exploited to inject arbitrary PHP objects into the application scope, that could allow an attacker to conduct Local File Inclusion attacks by abusing the 'Gdn_Module::__toString' method, which triggers a call to the 'Gdn_Module::FetchView' method.
Mitigation:
Upgrade to version 2.0.18.6 or later.