Description
AutoBangumi before 3.2.8 contains a server-side request forgery (SSRF) vulnerability that allows unauthenticated remote attackers to probe internal network services by supplying arbitrary host values to an unprotected setup endpoint. Attackers can send requests to the POST /api/v1/setup/test-downloader endpoint during the initial setup window, causing the server to issue HTTP GET requests to internal or reserved addresses and leak information through echoed connection-error messages.
Published: 2026-07-02
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AutoBangumi versions before 3.2.8 contain a server‑side request forgery flaw that allows unauthenticated attackers to specify arbitrary host values when the application is in its initial setup mode. The unprotected POST /api/v1/setup/test-downloader endpoint forwards these values as outbound HTTP GET requests to internal or reserved addresses and returns connection‑error messages, leaking information about the internal network configuration. The weakness is classified as CWE‑918, reflecting a lack of validation for outbound requests derived from user input.

Affected Systems

Prior to version 3.2.8, all installations of EstrellaXD Auto_Bangumi are affected. No other product variants are listed, so the vulnerability applies to the entire Auto_Bangumi line older than the 3.2.8 release.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.9, indicating moderate risk. The EPSS score is less than 1% of exploitation. Because the endpoint is unauthenticated during the setup period, an attacker can trigger the SSRF simply by sending a POST request; the server then follows the supplied URLs, potentially mapping internal services and gathering network topology data that could aid a subsequent attack.

Generated by OpenCVE AI on July 21, 2026 at 10:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Auto_Bangumi to version 3.2.8 or later to apply the vendor's patch for the SSRF flaw.
  • Restrict access to the /api/v1/setup/test-downloader endpoint by configuring firewall or network rules that allow only trusted IP addresses during the setup period.
  • Implement input validation in the application to restrict host values accepted by the endpoint, ensuring outbound requests can only target allowed domains or IP ranges.

Generated by OpenCVE AI on July 21, 2026 at 10:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description AutoBangumi before 3.2.8 contains a server-side request forgery (SSRF) vulnerability that allows unauthenticated remote attackers to probe internal network services by supplying arbitrary host values to an unprotected setup endpoint. Attackers can send requests to the POST /api/v1/setup/test-downloader endpoint during the initial setup window, causing the server to issue HTTP GET requests to internal or reserved addresses and leak information through echoed connection-error messages.
Title AutoBangumi < 3.2.8 - SSRF via /api/v1/setup/test-downloader
First Time appeared Estrellaxd
Estrellaxd auto Bangumi
Weaknesses CWE-918
CPEs cpe:2.3:a:estrellaxd:auto_bangumi:*:*:*:*:*:*:*:*
Vendors & Products Estrellaxd
Estrellaxd auto Bangumi
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Estrellaxd Auto Bangumi
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:26.509Z

Reserved: 2026-07-02T15:38:18.929Z

Link: CVE-2026-59101

cve-icon Vulnrichment

Updated: 2026-07-06T19:01:02.785Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T11:00:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)