CVE-2025-55181
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-55181, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-02

Last updated on: 2025-12-04

Assigner: Facebook, Inc.

Description

Sending an HTTP request/response body with greater than 2^31 bytes triggers an infinite loop in proxygen::coro::HTTPQuicCoroSession which blocks the backing event loop and unconditionally appends data to a std::vector per-loop iteration. This issue leads to unbounded memory growth and eventually causes the process to run out of memory.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-02
Last Modified
2025-12-04
Generated
2026-07-06
AI Q&A
2025-12-03
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
facebook proxygen *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-55181. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart