CVE-2025-55181
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-04
Assigner: Facebook, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| proxygen | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-834 | The product performs an iteration or loop without sufficiently limiting the number of times that the loop is executed. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs when an HTTP request or response body larger than 2^31 bytes is sent, causing an infinite loop in the proxygen::coro::HTTPQuicCoroSession component. This loop blocks the event loop and continuously appends data to a vector, leading to unbounded memory growth and eventually causing the process to run out of memory.
How can this vulnerability impact me? :
The vulnerability can cause the affected process to consume excessive memory until it runs out of memory, potentially leading to denial of service by crashing or severely degrading the performance of the application handling HTTP requests or responses.