原始 OSV JSON{
"id": "GHSA-rmj8-8hhh-gv5h",
"aliases": [
"CVE-2022-23634"
],
"details": "### Impact\nPrior to `puma` version `5.6.2`, `puma` may not always call `close` on the response body. Rails, prior to version `7.0.2.2`, depended on the response body being closed in order for its `CurrentAttributes` implementation to work correctly.\n\nFrom Rails:\n\n> Under certain circumstances response bodies will not be closed, for example a bug in a webserver[1] or a bug in a Rack middleware. In the event a response is not notified of a close, ActionDispatch::Executor will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests, especially when interacting with ActiveSupport::CurrentAttributes.\n\nThe combination of these two behaviors (Puma not closing the body + Rails' Executor implementation) causes information leakage.\n\n### Patches\nThis problem is fixed in Puma versions 5.6.2 and 4.3.11.\n\nThis problem is fixed in Rails versions 7.02.2, 6.1.4.6, 6.0.4.6, and 5.2.6.2.\n\nSee: \nhttps://github.com/advisories/GHSA-wh98-p28r-vrc9 \nfor details about the rails vulnerability\n\nUpgrading to a patched Rails _or_ Puma version fixes the vulnerability.\n\n### Workarounds\n\nUpgrade to Rails versions 7.02.2, 6.1.4.6, 6.0.4.6, and 5.2.6.2.\n\nThe [Rails CVE](https://groups.google.com/g/ruby-security-ann/c/FkTM-_7zSNA/m/K2RiMJBlBAAJ?utm_medium=email&utm_source=footer&pli=1) includes a middleware that can be used instead.\n\n### References\n\n* Rails CVE: [CVE-2022-23633](https://groups.google.com/g/ruby-security-ann/c/FkTM-_7zSNA/m/K2RiMJBlBAAJ?utm_medium=email&utm_source=footer&pli=1)\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [puma](https://github.com/puma/puma)\n* See our [security policy](https://github.com/puma/puma/security/policy)",
"summary": "Puma used with Rails may lead to Information Exposure",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.6.2"
}
]
}
],
"package": {
"name": "puma",
"ecosystem": "RubyGems"
}
},
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "4.3.11"
}
]
}
],
"package": {
"name": "puma",
"ecosystem": "RubyGems"
}
}
],
"modified": "2022-08-16T19:43:34Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N"
}
],
"published": "2022-02-11T21:33:23Z",
"references": [
{
"url": "https://github.com/puma/puma/security/advisories/GHSA-rmj8-8hhh-gv5h",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23634",
"type": "ADVISORY"
},
{
"url": "https://github.com/puma/puma/commit/b70f451fe8abc0cff192c065d549778452e155bb",
"type": "WEB"
},
{
"url": "https://github.com/advisories/GHSA-rmj8-8hhh-gv5h",
"type": "ADVISORY"
},
{
"url": "https://github.com/advisories/GHSA-wh98-p28r-vrc9",
"type": "ADVISORY"
},
{
"url": "https://github.com/puma/puma",
"type": "PACKAGE"
},
{
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/puma/CVE-2022-23634.yml",
"type": "WEB"
},
{
"url": "https://groups.google.com/g/ruby-security-ann/c/FkTM-_7zSNA/m/K2RiMJBlBAAJ?utm_medium=email&utm_source=footer&pli=1",
"type": "WEB"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2022/05/msg00034.html",
"type": "WEB"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00015.html",
"type": "WEB"
},
{
"url": "https://lists.fedoraproject.org/archives/list/[email protected] /message/F6YWGIIKL7KKTS3ZOAYMYPC7D6WQ5OA5",
"type": "WEB"
},
{
"url": "https://lists.fedoraproject.org/archives/list/[email protected] /message/L7NESIBFCNSR3XH7LXDPKVMSUBNUB43G",
"type": "WEB"
},
{
"url": "https://lists.fedoraproject.org/archives/list/[email protected] /message/TUBFJ44NCKJ34LECZRAP4N5VL6USJSIB",
"type": "WEB"
},
{
"url": "https://security.gentoo.org/glsa/202208-28",
"type": "WEB"
},
{
"url": "https://www.debian.org/security/2022/dsa-5146",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-200",
"CWE-404"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2022-02-11T22:15:00Z",
"github_reviewed_at": "2022-02-11T21:33:23Z"
}
}