Intel

AIKIDO-2025-10841

dereuromark/cakephp-feedback is vulnerable to Path Traversal

Path Traversal Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Nov 26, 2025

75

High 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 path traversal because user-supplied filenames are concatenated directly into filesystem paths. The fix introduces strict filename validation with a regex, resolves paths with realpath(), and ensures they remain within the allowed directory, preventing ../ traversal and unauthorized file access or deletion.

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 Path Traversal in versions 0.0.1 - 2.1.0.

How to fix this

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