CVE-2026-7579 Details
Description
A security vulnerability has been detected in AstrBotDevs AstrBot up to 4.16.0. This issue affects some unknown processing of the file astrbot/dashboard/routes/auth.py of the component Dashboard. The manipulation leads to hard-coded credentials. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
A vulnerability exists in the AstrBot application developed by AstrBotDevs, specifically in versions up to 4.16.0. The issue arises from hard-coded credentials embedded within the dashboard authentication route. This vulnerability allows remote authentication bypass, granting unauthorized users administrative access. Additionally, the authentication process is vulnerable to a timing attack, enabling potential brute-force attempts on the password.
Users should be forced to change the default password upon the first login. All hard-coded credentials should be removed from the source code. Additionally, password comparisons should be done using a constant-time comparison method to prevent timing attacks, and simple string comparisons should be replaced with a secure hashing algorithm like Argon2 or bcrypt.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 1, 2026CISA-ADP
Assessed May 4, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://vuldb.com/submit/793437 | CISA-ADP | Permission Required |
| https://github.com/AstrBotDevs/AstrBot/ | [email protected] | ProductSource CodeVendor |
| https://github.com/AstrBotDevs/AstrBot/security/advisories/GHSA-vrqm-xcfv-286r | [email protected] | AdvisoryBroken LinkVendor |
| https://github.com/Dave-gilmore-aus/security-advisories/blob/main/AstrBot-Security-Advisory | [email protected] | AdvisoryExploitRemedy |
| https://vuldb.com/submit/793437 | [email protected] | Permission Required |
| https://vuldb.com/vuln/360420 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/360420/cti | [email protected] | AdvisoryPermission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-259 | Use of Hard-coded Password | [email protected] |
| CWE-798 | Use of Hard-coded Credentials | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| AstrBot | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 4, 2026 | CVE Modified | CISA-ADP |
| May 1, 2026 | New CVE Received | [email protected] |
Volerion