CVE-2025-55181

CVE-2025-55181 is a medium-severity vulnerability in Facebook Proxygen with a CVSS 3.x base score of 5.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-834.

Key facts

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.

Frequently asked questions

What is CVE-2025-55181?
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.
How severe is CVE-2025-55181?
CVE-2025-55181 has a CVSS 3.x base score of 5.3, rated medium severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability low.
Is CVE-2025-55181 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (17th percentile), an estimate of the probability of exploitation in the next 30 days.
What products are affected by CVE-2025-55181?
CVE-2025-55181 affects Facebook Proxygen. See the affected-products list for the exact vulnerable versions.
How do I fix CVE-2025-55181?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
Does CVE-2025-55181 have an EU (EUVD) identifier?
Yes. CVE-2025-55181 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2025-200372.
When was CVE-2025-55181 published?
CVE-2025-55181 was published on 2025-12-02 and last updated on 2026-06-17.

References

Affected products (1)

More vulnerabilities in Facebook Proxygen

All CVEs affecting Facebook Proxygen →

Other CWE-834 (Excessive Iteration) vulnerabilities

Browse all CWE-834 (Excessive Iteration) vulnerabilities →