Lucene search

K
vulnrichment@huntr_aiVULNRICHMENT:CVE-2024-1729
HistoryMar 29, 2024 - 4:35 a.m.

CVE-2024-1729 Timing Attack Vulnerability in gradio-app/gradio

2024-03-2904:35:12
CWE-367
@huntr_ai
github.com
3
cve-2024-1729
gradio-app
timing attack
authentication bypass

CVSS3

5.9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

AI Score

7

Confidence

Low

SSVC

Exploitation

poc

Automatable

no

Technical Impact

total

A timing attack vulnerability exists in the gradio-app/gradio repository, specifically within the login function in routes.py. The vulnerability arises from the use of a direct comparison operation (app.auth[username] == password) to validate user credentials, which can be exploited to guess passwords based on response times. Successful exploitation of this vulnerability could allow an attacker to bypass authentication mechanisms and gain unauthorized access.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:gradio_project:gradio:-:*:*:*:*:python:*:*"
    ],
    "vendor": "gradio_project",
    "product": "gradio",
    "versions": [
      {
        "status": "affected",
        "version": "0",
        "versionType": "custom",
        "lessThanOrEqual": "4.19.2"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

5.9

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

AI Score

7

Confidence

Low

SSVC

Exploitation

poc

Automatable

no

Technical Impact

total

Related for VULNRICHMENT:CVE-2024-1729