OESA-2023-1982

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2023-1982
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2023-1982.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2023-1982
Upstream
Published
2023-12-29T11:06:36Z
Modified
2025-08-12T05:10:08.014437Z
Summary
rubygem-puma security update
Details

A simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications.

Security Fix(es):

Puma is a HTTP 1.1 server for Ruby/Rack applications. Prior to versions 5.5.1 and 4.3.9, using puma with a proxy which forwards HTTP header values which contain the LF character could allow HTTP request smugggling. A client could smuggle a request through a proxy, causing the proxy to send a response back to another unknown client. The only proxy which has this behavior, as far as the Puma team is aware of, is Apache Traffic Server. If the proxy uses persistent connections and the client adds another request in via HTTP pipelining, the proxy may mistake it as the first request's body. Puma, however, would see it as two requests, and when processing the second request, send back a response that the proxy does not expect. If the proxy has reused the persistent connection to Puma to send another request for a different client, the second response from the first client will be sent to the second client. This vulnerability was patched in Puma 5.5.1 and 4.3.9. As a workaround, do not use Apache Traffic Server with puma.(CVE-2021-41136)

Database specific
{
    "severity": "Low"
}
References

Affected packages

openEuler:20.03-LTS-SP3 / rubygem-puma

Package

Name
rubygem-puma
Purl
pkg:rpm/openEuler/rubygem-puma&distro=openEuler-20.03-LTS-SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.12.6-3.oe1

Ecosystem specific

{
    "src": [
        "rubygem-puma-3.12.6-3.oe1.src.rpm"
    ],
    "aarch64": [
        "rubygem-puma-debuginfo-3.12.6-3.oe1.aarch64.rpm",
        "rubygem-puma-debugsource-3.12.6-3.oe1.aarch64.rpm",
        "rubygem-puma-3.12.6-3.oe1.aarch64.rpm"
    ],
    "x86_64": [
        "rubygem-puma-debugsource-3.12.6-3.oe1.x86_64.rpm",
        "rubygem-puma-debuginfo-3.12.6-3.oe1.x86_64.rpm",
        "rubygem-puma-3.12.6-3.oe1.x86_64.rpm"
    ],
    "noarch": [
        "rubygem-puma-doc-3.12.6-3.oe1.noarch.rpm"
    ]
}