LiveActive security incident?Get immediate response
CVE Record

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

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.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue can let unauthenticated remote users make a FlightPHP application consume excessive memory by sending large request bodies. The likely business impact is service outage, not data theft. The source bundle says the flaw was fixed in v1.2 by changing request body loading behavior.

Executive priority

High priority for internet-facing services because the impact is outage and the fix is a framework upgrade. It should be handled in the next normal security maintenance window, faster for critical public applications.

Technical view

Before v1.2, mikecao/flight eagerly read the entire HTTP request body in the Request constructor for every request. Large payloads could exhaust memory and crash or degrade the application. The CVSS vector is network, low complexity, no privileges, no user interaction, with high availability impact only.

Likely exposure

Exposure is most likely in applications using mikecao/flight before v1.2, especially public routes that receive HTTP requests with bodies. The affected entry specifically names package mikecao/flight, product core, version v1.0, with the description stating versions prior to v1.2.

Exploitation context

The source bundle references a public proof-of-concept repository, but KEV is false and no cited source confirms active exploitation. Treat exploitation as plausible for exposed applications because the weakness is remote, unauthenticated, and low complexity.

Researcher notes

Evidence supports CWE-770 and availability-only impact. The public references include the fixing pull request, commit, and a proof-of-concept repository. Do not infer confidentiality or integrity compromise from the supplied sources.

Mitigation direction

  • Upgrade mikecao/flight to v1.2 or later where this framework is used.
  • Prioritize internet-facing FlightPHP applications that accept request bodies.
  • Check FlightPHP vendor guidance before relying on temporary compensating controls.
  • Monitor memory exhaustion, worker crashes, and availability errors during remediation.

Validation and detection

  • Inventory Composer dependencies for mikecao/flight and identify versions below v1.2.
  • Map public routes served by affected FlightPHP applications.
  • Confirm deployed code includes the lazy request-body loading fix from v1.2.
  • Review logs and metrics for memory spikes or repeated request-related crashes.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-770: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2014-125127 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2014-125127Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
flightphpcoremikecao/flight, v1.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-770 · source CWE mapping

Allocation of Resources Without Limits or Throttling

Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.