CVE 4.4 MEDIUM

Flight: Path traversal in `make:controller` CLI creates arbitrary directories outside project root_CVE-2026-42549

4.4 / 10
MEDIUM
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L

Description

Flight is an extensible micro-framework for PHP. Prior to 3.18.1, the make:controller CLI command calls mkdir(..., recursive: true) on a path built from the user-supplied controller name, before Nette's class-name validation runs. The class-file write is correctly rejected by Nette when the name contains /, but the recursive directory creation side effect is already committed — including directories located outside the project root through ../ traversal. This vulnerability is fixed in 3.18.1.

Basic Information

ID CVE-2026-42549
Source GitHub_M
Published May 13, 2026 at 19:22

Affected Product

Vendor flightphp
Product core
Version < 3.18.1
Affected Versions flightphp core < 3.18.1

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.