CVE-2026-55220 PUBLISHED

Pimcore Hotspotimage getDataFromResource() unrestricted Serialize::unserialize over object-store column

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 28.08.2026 Updated: 28.08.2026

Pimcore is an Open Source Data & Experience Management Platform. Prior to 11.5.19, 12.3.10, and 2026.1.6, Pimcore\Model\DataObject\ClassDefinition\Data\Hotspotimage::getDataFromResource() in models/DataObject/ClassDefinition/Data/Hotspotimage.php passes the field __hotspots object-store column to Pimcore\Tool\Serialize::unserialize() without an allowed-classes restriction after JSON decoding fails. An attacker with a separate capability to write crafted PHP serialized bytes into that column can instantiate available classes and trigger magic methods when an affected DataObject is loaded, which can produce arbitrary file writes or code execution through bundled gadget chains. The related ImageGallery, Block, and Video callers use the same fallback pattern, but the identified June fix changes the Hotspotimage caller only. This issue is fixed for Hotspotimage in versions 11.5.19, 12.3.10, and 2026.1.6.

Metrics

CVSS 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
CVSS Score: 9.3

Product Status

Vendor pimcore
Product pimcore
Versions
  • Version < 11.5.19 is affected
  • Version >= 12.0.0-RC1, < 12.3.10 is affected
  • Version >= 2026.1.0, < 2026.1.6 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE