Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Server-Side Request Forgery (SSRF)

High
Rudloff published GHSA-r5hc-wm3g-hjw6 Feb 27, 2022

Package

composer rudloff/alltube (Composer)

Affected versions

<3.0.2

Patched versions

3.0.2

Description

Impact

Releases prior to 3.0.2 are vulnerable to a Server-Side Request Forgery vulnerability that allows an attacker to send a request to an internal hostname.

Patches

3.0.2 contains a fix for this vulnerability.
(The 1.x and 2.x releases are not maintained anymore.)

Part of the fix requires applying a patch to youtube-dl to prevent it from following HTTP redirects. If you are using the version of youtube-dl bundled with 3.0.2, it is already patched.
However, if you are using your own unpatched version of youtube-dl you might still be vulnerable.

References

Severity

High

CVE ID

CVE-2022-0768

Weaknesses

Server-Side Request Forgery (SSRF)

The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. Learn more on MITRE.

Credits