Lucene search

K
cve@huntr_aiCVE-2024-2965
HistoryJun 06, 2024 - 7:15 p.m.

CVE-2024-2965

2024-06-0619:15:55
CWE-400
@huntr_ai
web.nvd.nist.gov
31
dos vulnerability
sitemaploader class
langchain-ai/langchain
infinite recursion
crash
availability
python process
nvd

CVSS3

4.2

Attack Vector

PHYSICAL

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

AI Score

4.3

Confidence

High

EPSS

0

Percentile

9.0%

A Denial-of-Service (DoS) vulnerability exists in the SitemapLoader class of the langchain-community package, affecting all versions. The parse_sitemap method, responsible for parsing sitemaps and extracting URLs, lacks a mechanism to prevent infinite recursion when a sitemap URL refers to the current sitemap itself. This oversight allows for the possibility of an infinite loop, leading to a crash by exceeding the maximum recursion depth in Python. This vulnerability can be exploited to occupy server socket/port resources and crash the Python process, impacting the availability of services relying on this functionality.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "product": "langchain-community",
    "vendor": "langchain",
    "versions": [
      {
        "lessThanOrEqual": "latest",
        "status": "affected",
        "version": "unspecified",
        "versionType": "custom"
      }
    ]
  }
]

CVSS3

4.2

Attack Vector

PHYSICAL

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

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

AI Score

4.3

Confidence

High

EPSS

0

Percentile

9.0%