CVE-2026-65057: Keep Unauthenticated Server-Side Request Forgery via POST /providers/healthcheck
Keep (commit 91c75e0) contains a server-side request forgery vulnerability that allows unauthenticated attackers to make the backend issue arbitrary HTTP requests by supplying attacker-controlled host values to the unprotected healthcheck endpoint. Attackers can send a crafted JSON payload with a malicious host parameter to cause the backend to issue outbound requests to internal services or cloud metadata endpoints, enabling theft of cloud credentials and internal network reconnaissance.
Security readout for executives and security teams
Plain-English summary
Keep at commit 91c75e0 exposes an unauthenticated health-check function that can make backend HTTP requests to attacker-selected hosts. An attacker could use the server’s trusted network position to reach internal systems or cloud metadata, potentially exposing cloud credentials. Publicly reachable deployments warrant urgent review.
Executive priority
Prioritize immediate exposure assessment and containment for Internet-accessible Keep deployments. Credential theft could expand impact beyond Keep into cloud resources. Because the sources do not identify a specific fixed release, assign ownership to track vendor guidance, verify remediation, and investigate possible prior abuse.
Technical view
CVE-2026-65057 is a CWE-918 server-side request forgery in POST /providers/healthcheck. Attacker-controlled host input reaches backend outbound-request logic without authentication. CVSS 3.1 scores it 9.3 because exploitation is remote, low-complexity, and requires neither privileges nor user interaction, with potentially high confidentiality impact.
Likely exposure
Exposure is highest where Keep at the identified commit is deployed and /providers/healthcheck is reachable by untrusted users. Impact depends on the backend’s outbound network access, including connectivity to internal services or cloud metadata. The supplied affected-version value, “0,” does not establish a clear release range.
Exploitation context
The sources describe a crafted-request attack path, but the supplied record is not in CISA KEV and provides no evidence of active exploitation. Treat the endpoint as readily testable by unauthenticated attackers without assuming exploitation has occurred.
Researcher notes
The record identifies commit 91c75e0 and an unauthenticated host-controlled SSRF path. Release-level affected and fixed boundaries remain unclear, and no definitive patch version is supplied. Validation should focus on route accessibility, input-to-request flow, egress reachability, and logs, without sending requests toward sensitive internal or metadata services.
Mitigation direction
Check Keep’s current vendor guidance and upgrade when a documented fixed release is identified.
Restrict untrusted access to /providers/healthcheck until remediation is confirmed.
Limit backend outbound connectivity to approved destinations and block cloud metadata access where unnecessary.
Rotate potentially exposed cloud credentials if logs or telemetry indicate suspicious outbound requests.
Validation and detection
Identify deployed Keep versions and compare their commit ancestry with 91c75e0.
Confirm whether unauthenticated users can reach POST /providers/healthcheck.
Review proxy and application logs for unusual health-check requests or attacker-selected destinations.
Inspect outbound telemetry for Keep connections to internal services, metadata addresses, or unexpected hosts.
Verify network controls prevent Keep from reaching sensitive destinations without business need.
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.