Intel

AIKIDO-2026-491218

drupal/flag_attendance_field is vulnerable to Deserialization of Untrusted Data

Deserialization of Untrusted DataCVE-2026-55809 Published Yesterday

79

High Risk

This Affects:

PHPdrupal/flag_attendance_field
8.x-1.0 - 8.x-1.1
Fixed in 8.x-1.2
Are you affected? Scan for Free

TL;DR

flag_attendance_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 flag_attendance_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/flag_attendance_field is vulnerable to Deserialization of Untrusted Data in versions 8.x-1.0 - 8.x-1.1.

How to fix this

Upgrade the drupal/flag_attendance_field library to the patch version.