Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-47736 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Puma is a Ruby/Rack web server built for parallelism. From 5.5.0 until 7.2.1 and 8.0.2, when PROXY protocol v1 support is enabled, Puma reads incoming bytes into an internal buffer while waiting for CRLF to determine whether a PROXY v1 line is present, allowing an attacker that continuously sends bytes without CRLF to cause unbounded in-process memory growth and additional CPU cost from repeatedly scanning the growing buffer. This issue is fixed in versions 7.2.1 and 8.0.2.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource Consumption[email protected]

Affected Products

ProductVersions
Puma
>= 5.5.0, < 8.0.2 (semver)

CPE

  • cpe:2.3:a:puma:puma:*:*:*:*:*:ruby:*:*

Remediation

  • Upgrade: 7.2.1moderate effort
  • Upgrade: 8.0.2moderate effort
  • Workaround:low effort

    Disable PROXY protocol v1 parsing if it is not required: ```ruby # remove/comment this: # set_remote_address proxy_protocol: :v1 ```

  • Mitigation:low effort

    Restrict direct network access to Puma listeners using PROXY protocol: * Only allow trusted load balancers/reverse proxies to connect. * Block arbitrary client TCP access with firewall/security group rules.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-47736
NVD Published Date:
Jul 14, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-47736 Details - Not Deferred