Intel

AIKIDO-2025-10842

dereuromark/cakephp-feedback is vulnerable to Remote Code Execution (RCE)

Remote Code Execution (RCE) Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Nov 26, 2025

90

Critical Risk

This Affects:

PHPdereuromark/cakephp-feedback
0.0.1 - 2.1.0
Fixed in 2.2.0
Are you affected? Scan for Free

TL;DR

Affected versions of this package are vulnerable to arbitrary code execution because they call unserialize() on user-supplied files without restricting which classes may be instantiated. This allows attackers to perform PHP object injection and potentially trigger malicious gadget chains. The issue is fixed by invoking unserialize() with allowed_classes => false, which prevents custom objects from being created while still allowing arrays and stdClass values. This preserves backward compatibility with existing serialized array files while effectively blocking RCE via unsafe object deserialization.

Who does this affect?

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

Background info

dereuromark/cakephp-feedback is vulnerable to Remote Code Execution (RCE) in versions 0.0.1 - 2.1.0.

How to fix this

Upgrade the dereuromark/cakephp-feedback library to the patch version.