VulnWatch VulnWatch
← Back to dashboard
#

SSRF

232 entries

Every SSRF entry VulnWatch has indexed, sorted by publication date.

Subscribe to this tag's RSS feed

Low osv

langchain Server-Side Request Forgery vulnerability

With the following crawler configuration: ```python from bs4 import BeautifulSoup as Soup url = "https://example.com" loader = RecursiveUrlLoader( url=url, max_depth=2, extractor=lambda x: Soup(...

SSRF langchain
3.0
CVSS
2 years ago
Low osv

Gradio makes the `/file` secure against file traversal and server-side request forgery attacks

Older versions of `gradio` contained a vulnerability in the `/file` route which made them susceptible to file traversal attacks in which an attacker could access arbitrary files on a machine running a...

SSRF gradio
3.1
CVSS
2 years ago
Low osv

MLflow Server-Side Request Forgery (SSRF)

A malicious user could use this issue to access internal HTTP(s) servers and in the worst case (ie: aws instance) it could be abused to get a remote code execution on the victim machine.

3.1
CVSS
2 years ago
Low osv

Langchain Server-Side Request Forgery vulnerability

In Langchain before 0.0.329, prompt injection allows an attacker to force the service to retrieve data from an arbitrary URL, essentially providing SSRF and potentially injecting content into downstre...

3.1
CVSS
2 years ago
Medium osv

LangChain Server Side Request Forgery vulnerability

LangChain before 0.0.317 allows SSRF via `document_loaders/recursive_url_loader.py` because crawling can proceed from an external server to an internal server.

SSRF langchain
4.0
CVSS
2 years ago
Unknown osv

PYSEC-2023-205

LangChain before 0.0.317 allows SSRF via document_loaders/recursive_url_loader.py because crawling can proceed from an external server to an internal server.

SSRF langchain
2 years ago
Low osv

TorchServe Server-Side Request Forgery vulnerability

## Impact **Remote Server-Side Request Forgery (SSRF)** **Issue**: TorchServe default configuration lacks proper input validation, enabling third parties to invoke remote HTTP download requests an...

SSRF torchserve
3.1
CVSS
2 years ago