A weakness has been identified in AstrBotDevs AstrBot up to 4.25.2. Affected by this vulnerability is the function get_online_plugins of the file astrbot/dashboard/routes/plugin.py of the component market_list Endpoint. Executing a manipulation of the argument custom_registry can lead to server-side request forgery. The attack can be executed remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Security readout for executives and security teams
Plain-English summary
CVE-2026-15500 is a server-side request forgery issue in AstrBot. An authenticated remote user could influence where the AstrBot server sends requests through the plugin market feature. This can matter if AstrBot can reach internal systems that ordinary users cannot. Public proof-of-concept exploit material exists, but the provided sources do not show active exploitation.
Executive priority
Treat this as a near-term remediation item, especially for internet-facing or broadly accessible AstrBot dashboards. It is not evidenced as actively exploited in the provided sources, but public exploit availability and SSRF impact justify prompt containment and upgrade planning.
Technical view
AstrBotDevs AstrBot versions 4.25.0, 4.25.1, and 4.25.2 are reported affected. The vulnerable area is get_online_plugins in astrbot/dashboard/routes/plugin.py, within the market_list endpoint. Manipulation of the custom_registry argument can cause SSRF. CVSS v2 is 6.5 with network access, low complexity, and single authentication required.
Likely exposure
Exposure is most likely where AstrBot 4.25.0 through 4.25.2 is deployed and the dashboard plugin market endpoint is reachable by authenticated users. Business risk increases if the AstrBot host can reach sensitive internal services, management interfaces, or restricted network segments.
Exploitation context
The source bundle states remote exploitation is possible and public exploit material is available. It does not state confirmed real-world exploitation, and KEV status is false. The CVSS vector indicates authentication is required, reducing drive-by exposure but not insider, compromised-account, or low-privilege-user risk.
Researcher notes
Evidence is primarily from VulDB/CVE references. The vendor reportedly did not respond, and no official patch or mitigation is named in the supplied sources. Avoid assuming all AstrBot versions are affected beyond 4.25.0 through 4.25.2 unless additional vendor evidence appears.
Mitigation direction
Identify all AstrBot deployments and versions in use.
Restrict dashboard and plugin market access to trusted administrators.
Apply vendor guidance or a fixed release when available.
Use egress filtering to limit server access to internal resources.
Monitor AstrBot logs for unusual custom_registry or plugin market requests.
Validation and detection
Confirm whether any deployment runs AstrBot 4.25.0, 4.25.1, or 4.25.2.
Review who can access the dashboard and plugin market endpoint.
Check whether the AstrBot server can reach sensitive internal-only services.
Look for suspicious plugin market activity around July 12, 2026 onward.
Track the CVE and vendor project for official remediation updates.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-918 · source CWE mapping
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.