Vulnerabilities (CVE)

Filtered by vendor Flightphp Subscribe
Filtered by product Flight
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2014-125127 1 Flightphp 1 Flight 2025-12-18 N/A 7.5 HIGH
The mikecao/flight PHP framework in versions prior to v1.2 is vulnerable to Denial of Service (DoS) attacks due to eager loading of request bodies in the Request class constructor. The framework automatically reads the entire request body on every HTTP request, regardless of whether the application needs it. An attacker can exploit this by sending requests with large payloads, causing excessive memory consumption and potentially exhausting available server memory, leading to application crashes or service unavailability. The vulnerability was fixed in v1.2 by implementing lazy loading of request bodies.