ghsa-w7jr-wqw6-54xc
Vulnerability from github
Published
2022-05-24 17:07
Modified
2022-12-19 21:06
Severity ?
Summary
Non-constant time comparison of inbound TCP agent connection secret
Details
Jenkins 2.218 and earlier, LTS 2.204.1 and earlier does not use a constant-time comparison validating the connection secret when an inbound TCP agent connection is initiated. This could potentially allow attackers to use statistical methods to obtain the connection secret.
Jenkins 2.219, LTS 2.204.2 now uses a constant-time comparison function for verifying connection secrets.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 2.204.1" }, "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.204.2" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 2.218" }, "package": { "ecosystem": "Maven", "name": "org.jenkins-ci.main:jenkins-core" }, "ranges": [ { "events": [ { "introduced": "2.205" }, { "fixed": "2.219" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-2101" ], "database_specific": { "cwe_ids": [ "CWE-203", "CWE-208" ], "github_reviewed": true, "github_reviewed_at": "2022-12-19T21:06:40Z", "nvd_published_at": "2020-01-29T16:15:00Z", "severity": "MODERATE" }, "details": "Jenkins 2.218 and earlier, LTS 2.204.1 and earlier does not use a constant-time comparison validating the connection secret when an inbound TCP agent connection is initiated. This could potentially allow attackers to use statistical methods to obtain the connection secret.\n\nJenkins 2.219, LTS 2.204.2 now uses a constant-time comparison function for verifying connection secrets.", "id": "GHSA-w7jr-wqw6-54xc", "modified": "2022-12-19T21:06:40Z", "published": "2022-05-24T17:07:40Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2101" }, { "type": "WEB", "url": "https://github.com/jenkinsci/jenkins/commit/0ba36508187ff771bba87feaf03057496775064c" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHBA-2020:0402" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHBA-2020:0675" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2020:0681" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2020:0683" }, { "type": "PACKAGE", "url": "https://github.com/jenkinsci/jenkins" }, { "type": "WEB", "url": "https://jenkins.io/security/advisory/2020-01-29/#SECURITY-1659" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2020/01/29/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Non-constant time comparison of inbound TCP agent connection secret" }
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.