Home

Description

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.

PUBLISHED Reserved 2025-08-27 | Published 2025-09-03 | Updated 2025-09-03 | Assigner Checkmarx




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

Problem types

CWE-770 Allocation of Resources Without Limits or Throttling

Product status

Default status
unaffected

v1.0
affected

References

github.com/mikecao/flight/pull/125

github.com/...ommit/da40e03eb4a39745107912dffe926a8fce0d38dc

github.com/...oofs-of-Concept/tree/main/2014/CVE-2014-125127

cve.org (CVE-2014-125127)

nvd.nist.gov (CVE-2014-125127)

Download JSON