Description
Unauthenticated PHP Object Injection in Wise Chat <= 3.4 versions.
Published: 2026-09-10
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

Unauthenticated PHP Object Injection is present in Wise Chat versions up to and including 3.4. The flaw allows arbitrary PHP objects to be unserialized from untrusted data, which can lead to the execution of attacker‑controlled code and compromise the entire WordPress site. The core weakness is the improper handling of serialized data (CWE-502), enabling a range of destructive actions such as data tampering, privilege escalation, data exfiltration, and site takeover.

Affected Systems

The affected product is the WordPress plugin Wise Chat from Marcin. Versions 3.4 and earlier are vulnerable. Site administrators running these versions of the plugin should immediately review their installation and plan remediation.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.1, indicating high severity. The EPSS score is not currently available, and the vulnerability catalog. Based on the description, the likely attack vector is a web‑based request to the plugin’s endpoints that accepts serialized data. Because the flaw is unauth site could trigger the injection by crafting a malicious payload. Successful exploitation would allow an attacker to execute arbitrary PHP code with the permissions of the WordPress process, leading to full site compromise.

Generated by OpenCVE AI on September 10, 2026 at 15:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Wise Chat to the latest version that eliminates the PHP unserialization flaw (≥ 3.5).
  • If an upgrade is not immediately possible, disable the plugin until a patch is applied.
  • Configure WordPress and the PHP environment to disallow unserialization from untrusted input, such as by setting `unserialize_callback_func` to a safe stub or using PHP's `object` filtering features.

Generated by OpenCVE AI on September 10, 2026 at 15:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Unauthenticated PHP Object Injection in Wise Chat <= 3.4 versions.
Title WordPress Wise Chat plugin <= 3.4 - PHP Object Injection vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-09-10T14:23:40.119Z

Reserved: 2026-08-27T12:24:25.082Z

Link: CVE-2026-81784

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-10T15:17:43.817

Modified: 2026-09-10T15:43:28.913

Link: CVE-2026-81784

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:30:06Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data