Description
YesWiki is a wiki system written in PHP. Prior to version 4.6.6, there is an authenticated PHP object injection vulnerability in BazarImportAction via unserialize. This issue has been patched in version 4.6.6.
Published: 2026-09-04
Score: 9.4 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

This vulnerability is an authenticated PHP object injection flaw in the BazarImportAction endpoint of the YesWiki wiki system. A logged‑in user can submit a serialized payload that is processed by PHP's unserialize function. Because the application deserializes data that can be crafted by the attacker, arbitrary objects can be instantiated, leading to remote code execution or data modification. The weakness involves processing untrusted serialized data (CWE-502) and classifies under CSRF (CWE-352) per the advisory, though no explicit cross‑site request forgery mechanism was described.

Affected Systems

The flaw affects deployments of YesWiki prior to version 4.6.6. Any site running an unpatched older release, especially those exposing the BazarImportAction route, is vulnerable.

Risk and Exploitability

The CVSS score of 9.4 marks it as critical. The EPSS score is not available, so the precise exploitation likelihood is unknown, and it is not listed in the CISA KEV catalog. The attack requires authenticated access; an attacker must obtain valid Wiki credentials to inject the malicious payload. Once authenticated, the crafted data can trigger arbitrary code execution or unauthorized modification of content.

Generated by OpenCVE AI on September 5, 2026 at 02:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade YesWiki to version 4.6.6 or later to remove the vulnerable unserialize call.
  • Invalidate existing authenticated sessions or enforce password changes while applying the patch to mitigate potential exploitation by compromised accounts.
  • Audit and disable any custom extensions or plugins that still use unserialize or rely on legacy BazarImportAction code paths.

Generated by OpenCVE AI on September 5, 2026 at 02:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-9369-69wj-7m2f YesWiki Vulnerable to Authenticated PHP Object Injection in BazarImportAction via unserialize
History

Tue, 08 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sat, 05 Sep 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Yeswiki
Yeswiki yeswiki
Vendors & Products Yeswiki
Yeswiki yeswiki

Sat, 05 Sep 2026 00:00:00 +0000

Type Values Removed Values Added
Description YesWiki is a wiki system written in PHP. Prior to version 4.6.6, there is an authenticated PHP object injection vulnerability in BazarImportAction via unserialize. This issue has been patched in version 4.6.6.
Title YesWiki: Authenticated PHP Object Injection in BazarImportAction via unserialize
Weaknesses CWE-352
CWE-502
References
Metrics cvssV4_0

{'score': 9.4, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-08T18:43:27.485Z

Reserved: 2026-06-08T17:13:43.065Z

Link: CVE-2026-52777

cve-icon Vulnrichment

Updated: 2026-09-08T18:10:51.446Z

cve-icon NVD

Status : Deferred

Published: 2026-09-05T00:17:20.663

Modified: 2026-09-08T21:05:26.920

Link: CVE-2026-52777

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T02:30:17Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-502

    Deserialization of Untrusted Data