Intel

AIKIDO-2026-178551

drupal/formatter_field is vulnerable to Deserialization of Untrusted Data

Deserialization of Untrusted DataCVE-2026-12535 Published Yesterday

80

High Risk

This Affects:

PHPdrupal/formatter_field
1.0.0 - 1.0.0
Fixed in 2.0.0
Are you affected? Scan for Free

TL;DR

formatter_field stores some data as PHP-serialized strings. In some situations, malicious data can be written directly to the field. This can lead to an Object Injection vulnerability when the data are unserialized. This vulnerability is mitigated by the fact that an attacker must have permission to edit a content entity with an attached formatter_field field. In addition, the core JSON:API module must be enabled with the option "Accept all JSON:API create, read, update, and delete operations", which is not the default, or the attacker needs some other way to edit field values directly.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

drupal/formatter_field is vulnerable to Deserialization of Untrusted Data in versions 1.0.0 - 1.0.0.

How to fix this

Upgrade the drupal/formatter_field library to the patch version.