CVE-2026-55233
Analyzed Analyzed - Analysis Complete

Out-of-Bounds Write in OpenResty PROXY Protocol v2

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

Publication date: 2026-07-10

Last updated on: 2026-07-14

Assigner: GitHub, Inc.

Description

OpenResty is a high performance web platform. From 1.29.2.1 to before 1.29.2.5, an out-of-bounds write vulnerability exists in the upstream PROXY protocol v2 implementation. When OpenResty is configured to send PROXY protocol version 2 headers to upstream servers, constructing the header in the stream proxy protocol v2 patch can write beyond the bounds of the allocated buffer, causing the worker process to crash and resulting in a denial of service. Only configurations that explicitly enable PROXY protocol v2 for upstream connections are impacted. This issue is fixed in version 1.29.2.5.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-14
Generated
2026-07-31
AI Q&A
2026-07-11
EPSS Evaluated
2026-07-30
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
openresty openresty From 1.29.2.1 (inc) to 1.29.2.5 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in OpenResty versions from 1.29.2.1 to before 1.29.2.5 in the implementation of the upstream PROXY protocol version 2. When OpenResty is configured to send PROXY protocol v2 headers to upstream servers, the construction of these headers can cause an out-of-bounds write beyond the allocated buffer. This means that the software writes data outside the memory area it should, which can cause the worker process to crash.

Only configurations that explicitly enable PROXY protocol v2 for upstream connections are affected by this issue. The vulnerability is fixed in OpenResty version 1.29.2.5.

Detection Guidance

This vulnerability affects OpenResty versions from 1.29.2.1 to before 1.29.2.5 when configured to send PROXY protocol version 2 headers to upstream servers. Detection involves verifying the OpenResty version and checking if PROXY protocol v2 is enabled for upstream connections.

  • Check the OpenResty version installed on your system using: `openresty -v` or `nginx -v` (if OpenResty is installed as nginx).
  • Review your OpenResty configuration files (e.g., nginx.conf) for any directives enabling PROXY protocol v2 for upstream connections, such as `proxy_protocol on;` or similar settings in the upstream block.
  • Monitor OpenResty worker processes for crashes or denial of service symptoms, which may indicate exploitation attempts.

Since no specific detection commands or tools are provided in the available information, these manual checks are recommended.

Impact Analysis

The primary impact of this vulnerability is a denial of service (DoS). Because the out-of-bounds write can cause the worker process to crash, the affected OpenResty server may become unavailable or unstable, disrupting service availability.

Compliance Impact

This vulnerability causes a denial of service by crashing the worker process due to an out-of-bounds write in the PROXY protocol v2 implementation. It does not impact confidentiality or integrity of data.

Since the vulnerability does not lead to data breaches or unauthorized data access, it does not directly affect compliance with data protection regulations such as GDPR or HIPAA.

However, denial of service incidents can impact availability, which may be a consideration under some regulatory frameworks depending on the context of use.

Mitigation Strategies

To mitigate this vulnerability, upgrade OpenResty to version 1.29.2.5 or later, where the issue is fixed.

Additionally, review your OpenResty configuration and disable the use of PROXY protocol version 2 for upstream connections if it is not explicitly required.

Chat Assistant

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

EPSS Chart