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: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
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. The EPSS score is 0.00419, indicating a very low but nonzero exploitation probability. 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 15:13 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 15:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Saitodev
Saitodev soy Cms
Vendors & Products Saitodev
Saitodev soy Cms

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

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

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

Saitodev Soy Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: jpcert

Published:

Updated: 2026-08-28T16:10:55.790Z

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

Link: CVE-2026-78032

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-28T20:19:56.987

Link: CVE-2026-78032

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:12:48Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data