CVE-2026-30689: In Blog.Core through bcb4d17, the getinfobytoken API interface contains improper access control that leads...
In Blog.Core through bcb4d17, the getinfobytoken API interface contains improper access control that leads to sensitive data exposure. Unauthorized parties can obtain sensitive administrator account information via a valid token, threatening system security. NOTE: Blog.Admin is related front-end code that does not offer an API service.
Security readout for executives and security teams
Plain-English summary
CVE-2026-30689 is a sensitive data exposure issue in Blog.Core through commit bcb4d17. A party with a valid token may obtain administrator account information because the getinfobytoken API lacks proper access control. The main business risk is unauthorized disclosure of privileged account details.
Executive priority
Prioritize remediation for internet-facing Blog.Core API deployments because the issue can expose administrator account information without user interaction. If the API is internal-only, urgency depends on token exposure and network trust boundaries.
Technical view
The flaw is mapped to CWE-284 and CWE-863. The CVE describes improper access control in Blog.Core.Api UserController getinfobytoken, allowing sensitive administrator account information disclosure via a valid token. CVSS 3.1 is 7.5, network exploitable, low complexity, no privileges, no user interaction, confidentiality high.
Likely exposure
Exposure is most likely for organizations running an affected Blog.Core version through commit bcb4d17 with the API reachable by untrusted users or networks. Blog.Admin is described as related front-end code and not the API service.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Public references include the CVE record, CVE JSON, a GitHub source reference, and a gist. Treat exploitation status as unconfirmed, not absent.
Researcher notes
Evidence supports an access-control weakness and confidentiality impact, but the bundle does not name a fixed version, patch commit, or active exploitation. Avoid assuming Blog.Admin itself exposes the vulnerable API because the CVE note separates it from the API service.
Mitigation direction
Check upstream Blog.Core guidance for a fixed release or commit.
Restrict external access to the affected API until authorization is verified.
Review getinfobytoken authorization logic before production exposure.
Rotate tokens or administrator credentials if exposure is suspected.
Monitor API logs for unusual token-based administrator information lookups.
Validation and detection
Inventory Blog.Core deployments and compare code against commit bcb4d17.
Confirm the API service, not only Blog.Admin, is in scope.
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-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.
CWE-863: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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 authentication or credential exposure, so valid-account and credential-access 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-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.