Description
SOY CMS contains an issue with deserialization of untrusted data. An arbitrary code may be executed by an attacker with the web server privilege.
Published: 2026-08-28
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SOY CMS improperly deserializes untrusted input, allowing an attacker to inject malicious serialized objects that are executed with the privileges of the web server. This flaw is a classic instance of arbitrary code execution, granting full control over the affected server and compromising confidentiality, integrity, and availability.

Affected Systems

The vulnerability affects Tsuyoshi Saito’s SOY CMS. Specific affected versions are not listed in the advisory, so all releases that still support unfiltered deserialization are potentially impacted. Administrators should verify the version of SOY CMS they are running against any vendor updates that address this issue.

Risk and Exploitability

The CVSS score of 9.3 indicates critical severity. Although no EPSS score is available, the lack of a CISA KEV listing does not reduce the risk; the flaw remains exploitable assuming the web server allows deserialization of attacker-controlled data. The likely attack vector is via a GET/POST request that contains malicious serialized payloads shown in the web application's input handling logic. Once triggered, the attacker can run arbitrary commands on the server. Acting promptly to patch or mitigate is therefore essential.

Generated by OpenCVE AI on August 28, 2026 at 08:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest official patch or upgrade to a fixed version of SOY CMS provided by Tsuyoshi Saito.
  • If a patch is not yet released, isolate the deserialization endpoint or restrict it to trusted sources only, and validate incoming data strictly against expected formats.
  • Implement or enforce a strict configuration that disables PHP’s built-in unserialize() on untrusted input, or replace legacy deserialization with safer alternatives such as JSON or stricter API calls.

Generated by OpenCVE AI on August 28, 2026 at 08:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Title Untrusted Deserialization in SOY CMS Allows Arbitrary Code Execution

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description SOY CMS contains an issue with deserialization of untrusted data. An arbitrary code may be executed by an attacker with the web server privilege.
Weaknesses CWE-502
References
Metrics cvssV3_0

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: jpcert

Published:

Updated: 2026-08-28T06:11:11.567Z

Reserved: 2026-08-24T04:26:30.527Z

Link: CVE-2026-78032

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:41.800

Modified: 2026-08-28T08:16:41.800

Link: CVE-2026-78032

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T09:00:10Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data