Skip to main content

Server-Side Request Forgery (SSRF)

CVE-2024-2057

Severity Medium
Score 6.3/10

Summary

A vulnerability was found in langchain-community versions prior to 0.0.27. It has been classified as critical. Affected is the function 'load_local' in the library 'libs/community/langchain_community/retrievers/tfidf.py' of the component 'TFIDFRetriever'. The manipulation leads to Server-Side Request Forgery (SSRF). It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. This vulnerability also affects langchain package versions prior to 0.1.12.

  • LOW
  • NETWORK
  • LOW
  • UNCHANGED
  • NONE
  • LOW
  • LOW
  • LOW

CWE-918 - Server-Side Request Forgery (SSRF)

Server-side request forgery (SSRF) is a weakness that allows an attacker to send an arbitrary request, making it appear that the request was sent by the server. This request may bypass a firewall that would normally prevent direct access to the URL. The impact of this vulnerability can vary from unauthorized access to files and sensitive information to remote code execution.

Advisory Timeline

  • Published