๐Ÿ” CVE Alert

CVE-2026-27206

HIGH 8.1

Zumba Json Serializer has a potential PHP Object Injection via Unrestricted @type in unserialize()

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

Zumba Json Serializer is a library to serialize PHP variables in JSON format. In versions 3.2.2 and below, the library allows deserialization of PHP objects from JSON using a special @type field. The deserializer instantiates any class specified in the @type field without restriction. When processing untrusted JSON input, this behavior may allow an attacker to instantiate arbitrary classes available in the application. If a vulnerable application passes attacker-controlled JSON into JsonSerializer::unserialize() and contains classes with dangerous magic methods (such as __wakeup() or __destruct()), this may lead to PHP Object Injection and potentially Remote Code Execution (RCE), depending on available gadget chains in the application or its dependencies. This behavior is similar in risk profile to PHP's native unserialize() when used without the allowed_classes restriction. Applications are impacted only if untrusted or attacker-controlled JSON is passed into JsonSerializer::unserialize() and the application or its dependencies contain classes that can be leveraged as a gadget chain. This issue has been fixed in version 3.2.3. If an immediate upgrade isn't feasible, mitigate the vulnerability by never deserializing untrusted JSON with JsonSerializer::unserialize(), validating and sanitizing all JSON input before deserialization, and disabling @type-based object instantiation wherever possible.

CWE CWE-502
Vendor zumba
Product json-serializer
Published Feb 21, 2026
Last Updated Feb 24, 2026
Stay Ahead of the Next One

Get instant alerts for zumba json-serializer

Be the first to know when new high vulnerabilities affecting zumba json-serializer are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

zumba / json-serializer
< 3.2.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/zumba/json-serializer/security/advisories/GHSA-v7m3-fpcr-h7m2 github.com: https://github.com/zumba/json-serializer/commit/bf26227879adefce75eb9651040d8982be97b881 github.com: https://github.com/zumba/json-serializer/releases/tag/3.2.3