CVE-2026-42549 — Flight is an extensible micro-framework for PHP. Prior to
CVE-2026-42549 — 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
What This Means For You
- If your environment is affected by CWE-22, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42549 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-42549 - Flight PHP Framework Controller Creation Path Traversal
title: CVE-2026-42549 - Flight PHP Framework Controller Creation Path Traversal
id: scw-2026-05-13-ai-1
status: experimental
level: high
description: |
Detects the use of the 'make:controller' command in the Flight PHP framework with a controller name that includes '../' sequences. This indicates an attempt to exploit CVE-2026-42549, where the framework recursively creates directories outside the project root before validating the input, potentially leading to arbitrary directory creation.
author: SCW Feed Engine (AI-generated)
date: 2026-05-13
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42549/
tags:
- attack.privilege_escalation
- attack.t1087.001
logsource:
category: process_creation
detection:
selection:
Image|startswith:
- 'php.exe'
CommandLine|contains:
- 'artisan make:controller'
CommandLine|contains:
- '../'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42549 | vulnerability | CVE-2026-42549 |
| CWE-22 | weakness | CWE-22 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 13, 2026 at 23:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.