Description
Legacy PHP 7.4 applications can serialize data with a compact binary format instead of the standard serializer. It is a runtime module often used with caches and queues. Serialized data from untrusted sources should not be accepted without validation.