CVE-2023-47116

Server-Side Request Forgery (SSRF) in pypi/label-studio

Identifiers

GHSA-p59w-9gqw-wj8r, CVE-2023-47116

Package Slug

pypi/label-studio

Vulnerability

Server-Side Request Forgery (SSRF)

Description

Label Studio is a popular open source data labeling tool. The vulnerability affects all versions of Label Studio prior to 1.11.0 and was tested on version 1.8.2. Label Studio's SSRF protections that can be enabled by setting the SSRF_PROTECTION_ENABLED environment variable can be bypassed to access internal web servers. This is because the current SSRF validation is done by executing a single DNS lookup to verify that the IP address is not in an excluded subnet range. This protection can be bypassed by either using HTTP redirection or performing a DNS rebinding attack.

Affected Versions

All versions before 1.11.0

Solution

Upgrade to version 1.11.0 or above.

Last Modified

2024-02-01

source