CVE-2026-63306: stoatchat before 0.13.5 Unauthenticated SSRF via proxy and embed endpoints
stoatchat before 0.13.5 contains an unauthenticated server-side request forgery vulnerability in the /proxy and /embed endpoints that accept arbitrary URLs without DNS resolution filtering or private IP range validation. Attackers can enumerate internal services, fingerprint applications, and reach instance metadata endpoints by supplying malicious URLs or leveraging redirect chains to access internal infrastructure.
Security readout for executives and security teams
Plain-English summary
stoatchat versions before 0.13.5 let unauthenticated users make the server fetch arbitrary URLs through proxy and embed features. That can expose internal systems the attacker cannot reach directly, including cloud metadata services. Treat internet-facing deployments as urgent because exploitation requires no login or user interaction.
Executive priority
Prioritize remediation within the critical vulnerability process for exposed stoatchat systems. The business risk is unauthorized reach into internal infrastructure from a public application surface.
Technical view
CVE-2026-63306 is unauthenticated SSRF in stoatchat /proxy and /embed endpoints. The issue is arbitrary URL handling without DNS resolution filtering or private IP range validation, including redirect-chain abuse. Reported impact includes internal service enumeration, application fingerprinting, and reaching instance metadata endpoints.
Likely exposure
Highest exposure is any stoatchat deployment before 0.13.5 reachable by untrusted users, especially internet-facing instances in cloud or internal-network environments.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. However, the advisory describes unauthenticated, network-reachable SSRF with low attack complexity and high confidentiality impact.
Researcher notes
Evidence is limited to the CVE description and linked advisories in the bundle. Do not assume exploitation in the wild. Focus validation on versioning, endpoint exposure, redirect handling, and signs of internal-resource fetch attempts.
Mitigation direction
Upgrade stoatchat to 0.13.5 or later per vendor guidance.
Check the GitHub advisory for current remediation details.
Restrict public access to /proxy and /embed until upgraded, if feasible.
Review outbound network controls from stoatchat hosts.
Monitor for unusual requests to proxy and embed endpoints.
Validation and detection
Inventory stoatchat deployments and confirm installed versions.
Identify any internet-facing stoatchat instances below 0.13.5.
Review logs for suspicious /proxy and /embed URL fetch activity.
Check whether redirects can reach internal or metadata services.
Verify compensating network egress controls are enforced.
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.