A flaw has been found in AstrBotDevs AstrBot up to 4.25.5. This vulnerability affects the function OpenApiRoute.get_chat_sessions of the file astrbot/dashboard/routes/open_api.py of the component session-listing Endpoint. This manipulation of the argument Username causes authorization bypass. It is possible to initiate the attack remotely. The exploit has been published and may be used. 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-16075 is an authorization bypass in AstrBot’s session-listing API. A logged-in user may be able to manipulate a username parameter to view chat sessions they should not access. The issue is rated medium, but exposure matters because it can disclose conversation/session metadata or content depending on deployment.
Executive priority
Treat as a near-term remediation item for any exposed AstrBot instance. It is not currently evidenced as mass exploited, but the public exploit and authorization-bypass nature make delay risky where chat session data is sensitive.
Technical view
AstrBotDevs AstrBot versions 4.25.0 through 4.25.5 are reported affected. The flaw is in OpenApiRoute.get_chat_sessions in astrbot/dashboard/routes/open_api.py. VulDB maps it to CWE-285 and CWE-639. CVSS v4.0 is 5.3: network reachable, low complexity, low privileges required, no user interaction, limited confidentiality impact.
Likely exposure
Systems running AstrBot 4.25.0 through 4.25.5 with the dashboard/open API reachable by authenticated users are the primary exposure. Internet-facing administrative or API interfaces increase business risk. Sources do not identify other affected products or versions.
Exploitation context
The source bundle says a public exploit exists and the attack can be initiated remotely. It also indicates low privileges are required. There is no CISA KEV listing in the provided data and no cited evidence of active exploitation in the wild.
Researcher notes
Evidence is currently driven by VulDB and CVE references. The vendor reportedly did not respond before disclosure, and the provided sources do not name a fixed version. Avoid assuming data impact beyond the documented low confidentiality impact unless confirmed in your environment.
Mitigation direction
Identify AstrBot deployments and confirm whether versions 4.25.0 through 4.25.5 are present.
Check AstrBotDevs guidance for a patched release or official workaround.
Restrict dashboard and open API access to trusted networks or VPN.
Limit accounts with access to the affected API until remediation is available.
Review logs for unusual session-listing requests or unexpected username targeting.
Validation and detection
Inventory AstrBot versions across production, staging, and developer systems.
Confirm whether the session-listing endpoint is reachable from untrusted networks.
Verify access controls prevent users from viewing other users’ sessions.
Review authentication and authorization logs for suspicious session enumeration patterns.
Track vendor advisories and retest after applying any official fix.
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 · low confidence lookup
CWE-285: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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 privilege impact, so privilege escalation and authorization behavior 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.
4CVSS vectors
6Timeline events
0ADP providers
6Source links
CVSS vector scores
4 official scores
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-285 · source CWE mapping
Improper Authorization
Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.