CVE-2014-125127 HIGH

CVE-2014-125127: Denial of Service (DoS) vulnerability in mikecao/flight

Vendor Flightphp
Product core
Weakness CWE-770 · Uncontrolled resource consumption
Published September 3, 2025
Last update September 3, 2025

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

September 3, 2025 CVE published
September 3, 2025 Record updated