WordPress security changelog
CRITICAL CVE-2019-11185 Modified

Wp Live Chat Support: Dangerous file upload

Wp Live Chat Support is affected by dangerous file upload. The vulnerable path is reachable without authentication. Successful exploitation can place attacker-controlled executable content on the server and may lead to full site compromise.

CVE / CNA score 9.8 CVSS · cve@mitre.org
NVD score 9.8 CVSS 3.0 · nvd@nist.gov
Component
Wp Live Chat Support
Plugin slug
wp-live-chat-support
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Jun 03, 2019
Weakness
CWE-434 — Unrestricted Upload of File with Dangerous Type

This CVE was published Jun 03, 2019 and is one of 10 known issues for this plugin.

Update, patch or deactivate.

Update Wp Live Chat Support to a release outside the affected range, or disable and remove it until a fixed version is available.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The WP Live Chat Support Pro plugin through 8.0.26 for WordPress contains an arbitrary file upload vulnerability. This results from an incomplete patch for CVE-2018-12426. Arbitrary file upload is achieved by using a non-blacklisted executable file extension in conjunction with a whitelisted file extension, and prepending "magic bytes" to the payload to pass MIME checks. Specifically, an unauthenticated remote user submits a crafted file upload POST request to the REST api remote_upload endpoint. The file contains data that will fool the plugin's MIME check into classifying it as an image (which is a whitelisted file extension) and finally a trailing .phtml file extension.

NVD vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary and upstream sources