---
id: CVE-2023-49795
aliases:
  - GHSA-34mr-6q8x-g9r6
  - PYSEC-2023-277
title: Server-Side Request Forgery in mindsdb
summary: Server-Side Request Forgery in mindsdb
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'
vendor: mindsdb
product: mindsdb
ecosystem: pip
affected:
  - mindsdb < 23.11.4.1
patched:
  - mindsdb 23.11.4.1
published: '2023-12-12'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:49:59.241223112Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-34mr-6q8x-g9r6'
references:
  - url: 'https://github.com/mindsdb/mindsdb/security/advisories/GHSA-34mr-6q8x-g9r6'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-49795'
  - url: >-
      https://github.com/mindsdb/mindsdb/commit/8d13c9c28ebcf3b36509eb679378004d4648d8fe
  - url: 'https://github.com/mindsdb/mindsdb'
  - url: >-
      https://github.com/pypa/advisory-database/tree/main/vulns/mindsdb/PYSEC-2023-277.yaml
tags:
  - osv
  - pip
epss: 0.00422
epssPercentile: 0.33787
ingestedAt: '2026-09-12T03:13:01.642Z'
---

## Overview

### Impact

The put method in `mindsdb/mindsdb/api/http/namespaces/file.py` does not validate the user-controlled URL in the source variable and uses it to create arbitrary requests on line 115, which allows Server-side request forgery (SSRF). This issue may lead to Information Disclosure. The SSRF allows for forging arbitrary network requests from the MindsDB server. It can be used to scan nodes in internal networks for open ports that may not be accessible externally, as well as scan for existing files on the internal network. It allows for retrieving files with csv, xls, xlsx, json or parquet extensions, which will be viewable via MindsDB GUI. For any other existing files, it is a blind SSRF.
 
### Patches

Use mindsdb staging branch or v23.11.4.1

### References

* GHSL-2023-182
[SSRF prevention cheatsheet](https://cheatsheetseries.owasp.org/cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.html).


## Affected packages

- `mindsdb < 23.11.4.1`

## Remediation

Upgrade to a patched release:

- `mindsdb 23.11.4.1`
