CVE-2026-58466
Received Received - Intake

Hard-Coded Credentials in AutoBangumi

Vulnerability report for CVE-2026-58466, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: VulnCheck

Description

AutoBangumi before 3.2.8 contains a hard-coded default credentials vulnerability that allows unauthenticated attackers to authenticate as the administrator by using the publicly known default credentials seeded at startup via add_default_user() in the database user module when the users table is empty. Attackers can submit the default credentials to the authentication login endpoint to gain full control of the application, including RSS feed configuration, downloader configuration, and all authenticated API endpoints.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-03
AI Q&A
2026-07-02
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
estrella autobangumi to 3.2.8 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1392 The product uses default credentials (such as passwords or cryptographic keys) for potentially critical functionality.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

AutoBangumi versions before 3.2.8 contain a critical vulnerability involving hard-coded default credentials. When the users table in the database is empty, the application seeds default administrator credentials via the add_default_user() function. An unauthenticated attacker can use these publicly known default credentials to log in as an administrator without any authentication.

This allows the attacker to gain full control over the application, including managing RSS feed configurations, downloader settings, and accessing all authenticated API endpoints.

Impact Analysis

This vulnerability allows an unauthenticated attacker to gain full administrative access to the AutoBangumi application. With this access, the attacker can control critical application features such as RSS feed configuration and downloader settings.

Such control can lead to unauthorized changes, data manipulation, or disruption of service, potentially compromising the integrity and availability of the application.

Detection Guidance

This vulnerability can be detected by attempting to authenticate to the AutoBangumi application's login endpoint using the publicly known default credentials seeded by the add_default_user() function when the users table is empty.

A practical detection method is to send an HTTP POST request to the authentication login endpoint with the default credentials and observe if access is granted.

For example, you can use the following curl command to test for the vulnerability:

  • curl -X POST https://<target-host>/login -d '{"username":"default_username","password":"default_password"}' -H 'Content-Type: application/json' -v

Replace <target-host> with the target system's address and use the known default credentials as per the add_default_user() function. A successful authentication indicates the presence of the vulnerability.

Mitigation Strategies

The immediate mitigation step is to upgrade AutoBangumi to version 3.2.8 or later, where this vulnerability has been addressed.

Until the upgrade can be applied, ensure that the users table in the database is not empty by creating a secure administrator account with a strong password to prevent the default credentials from being seeded.

Additionally, restrict access to the authentication login endpoint to trusted networks or through firewall rules to reduce exposure.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58466. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart