原始 OSV JSON{
"id": "GHSA-q58g-455p-8vw9",
"aliases": [
"CVE-2019-16779"
],
"details": "### Impact\nThere was a race condition around persistent connections, where a connection which is interrupted (such as by a timeout) would leave data on the socket. Subsequent requests would then read this data, returning content from the previous response. The race condition window appears to be short, and it would be difficult to purposefully exploit this.\n\n### Patches\nThe problem has been patched in 0.71.0, users should upgrade to this or a newer version (if one exists).\n\n### Workarounds\nUsers can workaround the problem by disabling persistent connections, though this may cause performance implications.\n\n### References\nSee the [patch](https://github.com/excon/excon/commit/ccb57d7a422f020dc74f1de4e8fb505ab46d8a29) for further details.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [excon/issues](https://github.com/excon/excon/issues)\n* Email us at [[email protected] ](mailto:[email protected] )",
"summary": "In RubyGem excon, interrupted Persistent Connections May Leak Response Data",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.71.0"
}
]
}
],
"package": {
"name": "excon",
"ecosystem": "RubyGems"
}
}
],
"modified": "2021-10-29T14:10:27Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:N/A:N"
}
],
"published": "2019-12-16T19:30:17Z",
"references": [
{
"url": "https://github.com/excon/excon/security/advisories/GHSA-q58g-455p-8vw9",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16779",
"type": "ADVISORY"
},
{
"url": "https://github.com/excon/excon/commit/ccb57d7a422f020dc74f1de4e8fb505ab46d8a29",
"type": "WEB"
},
{
"url": "https://github.com/excon/excon",
"type": "PACKAGE"
},
{
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/excon/CVE-2019-16779.yml",
"type": "WEB"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2020/01/msg00015.html",
"type": "WEB"
},
{
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00021.html",
"type": "WEB"
},
{
"url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00062.html",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-362",
"CWE-664"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2019-12-16T20:15:00Z",
"github_reviewed_at": "2019-12-16T19:28:10Z"
}
}