Description
Douyin_TikTok_Download_API through 4.1.2 contains a server-side request forgery vulnerability in the /api/download and /api/hybrid/video_data endpoints that allows unauthenticated attackers to fetch arbitrary URLs by supplying a url query parameter. Attackers can request internal services including cloud metadata endpoints and retrieve response bodies containing sensitive credentials through error messages.
Published: 2026-09-04
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Douyin_TikTok_Download_API versions up to 4.1.2 allow an attacker who can issue HTTP requests to the /api/download and /api/hybrid/video_data endpoints to supply an arbitrary url query parameter. The server then fetches that URL and returns the response body, effectively performing an SSRF. The description indicates that attackers can target internal services such as cloud‑metadata endpoints; the response can contain sensitive credentials disclosed in error messages. This vulnerability can lead to confidentiality loss of internal secrets, credential exposure, and potential lateral movement within the environment.

Affected Systems

The affected product is Evil0ctal:Douyin_TikTok_Download_API, version 4.1.2. No other affected versions or products are listed. Systems running this exact version are at risk.

Risk and Exploitability

The CVSS score of 8.7 classifies the flaw as high severity, and the lack of authentication barriers makes exploitation trivial once the attacker can reach the vulnerable API. The EPSS score is not available, but the vulnerability is actionable by simply sending a crafted HTTP request. The vulnerability is not yet listed in the CISA KEV catalog. Attackers can exploit the flaw by sending a request containing a malicious url parameter, triggering the server to pull data from internal endpoints and deliver it back to the attacker.

Generated by OpenCVE AI on September 4, 2026 at 15:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Evil0ctal:Douyin_TikTok_Download_API to 4.1.3 or later, which addresses the SSRF by validating or filtering the url parameter.
  • If an immediate upgrade is not possible, restrict inbound traffic to the /api/download and /api/hybrid/video_data endpoints using network segmentation or firewall rules so that only trusted sources can call them.
  • Implement input validation to ensure that the url query parameter only allows whitelisted domains or schemes, effectively preventing the server from making arbitrary internal requests.
  • Monitor application logs for unusual outbound requests or repeated attempts to access internal services, and alert on such activity for early detection.

Generated by OpenCVE AI on September 4, 2026 at 15:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Douyin_TikTok_Download_API through 4.1.2 contains a server-side request forgery vulnerability in the /api/download and /api/hybrid/video_data endpoints that allows unauthenticated attackers to fetch arbitrary URLs by supplying a url query parameter. Attackers can request internal services including cloud metadata endpoints and retrieve response bodies containing sensitive credentials through error messages.
Title Douyin_TikTok_Download_API 4.1.2 SSRF via url parameter
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T15:46:12.746Z

Reserved: 2026-09-04T11:01:47.585Z

Link: CVE-2026-85608

cve-icon Vulnrichment

Updated: 2026-09-04T15:44:12.255Z

cve-icon NVD

Status : Received

Published: 2026-09-04T15:17:41.707

Modified: 2026-09-04T16:18:19.663

Link: CVE-2026-85608

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T15:30:07Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)