ghsa-x38v-8q6p-w65c
Vulnerability from github
Published
2022-06-03 00:01
Modified
2024-03-27 15:30
Severity ?
Details
libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily.
{ "affected": [], "aliases": [ "CVE-2022-27782" ], "database_specific": { "cwe_ids": [ "CWE-295" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2022-06-02T14:15:00Z", "severity": "HIGH" }, "details": "libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily.", "id": "GHSA-x38v-8q6p-w65c", "modified": "2024-03-27T15:30:35Z", "published": "2022-06-03T00:01:04Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27782" }, { "type": "WEB", "url": "https://hackerone.com/reports/1555796" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2022/08/msg00017.html" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202212-01" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20220609-0009" }, { "type": "WEB", "url": "https://www.debian.org/security/2022/dsa-5197" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2023/03/20/6" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.