Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-35195
HistoryMay 20, 2024 - 8:14 p.m.

CVE-2024-35195 Requests `Session` object does not verify requests after making first request with verify=False

2024-05-2020:14:48
CWE-670
GitHub_M
github.com
requests library
http
session object
cert verification
vulnerability
connection pool

5.6 Medium

CVSS3

Attack Vector

LOCAL

Attack Complexity

HIGH

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N

5.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.6%

Requests is a HTTP library. Prior to 2.32.0, when making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same host will continue to ignore cert verification regardless of changes to the value of verify. This behavior will continue for the lifecycle of the connection in the connection pool. This vulnerability is fixed in 2.32.0.

CNA Affected

[
  {
    "vendor": "psf",
    "product": "requests",
    "versions": [
      {
        "status": "affected",
        "version": "< 2.32.0"
      }
    ]
  }
]

5.6 Medium

CVSS3

Attack Vector

LOCAL

Attack Complexity

HIGH

Privileges Required

HIGH

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:N

5.4 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.6%