Description
keeper.sh's calendar module version prior to 2.18.14 contains a server-side request forgery (SSRF) guard bypass vulnerability that allows authenticated attackers to reach private network addresses by exploiting a DNS rebinding attack against the two-phase URL validation and connection flow. The SSRF guard validates a hostname's resolved IP addresses but discards them before the actual HTTP connection is opened, allowing an attacker who controls authoritative DNS to return a public address during validation and a private address during the subsequent independent socket-level DNS resolution, causing the guard to pass while the outbound connection reaches internal infrastructure such as cloud instance metadata endpoints.
Published: 2026-08-19
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Keeper.sh’s calendar module before version 2.18.14 contains a server‑side request forgery guard that validates a hostname’s resolved IP addresses but discards the results before the HTTP connection is established. An attacker who controls authoritative DNS can craft a response that returns a public IP during the validation phase and a private IP when the application performs its own socket‑level DNS resolution. The guard never checks the final resolved address, so the request is allowed to reach internal resources such as metadata services or other private hosts. The flaw requires the attacker to have valid credentials to the service, but once authenticated it can be used to contact any private endpoint reachable from the application.

Affected Systems

Users running Keeper.sh calendar modules older than 2.18.14 are vulnerable. Deploying 2.18.14 or later eliminates the SSRF guard bypass.

Risk and Exploitability

The CVSS score of 2.3 indicates low generic severity, and the vulnerability is not listed in CISA’s KEV catalog, with no EPSS data available. Despite this, the requirement for authenticated access combined with the ability to reach internal infrastructure constitutes a significant security risk, particularly for environments exposing internal services or cloud metadata endpoints. Attackers with legitimate credentials or those who gain access through phishing or insider compromise can exploit the flaw to obtain sensitive internal information or further pivot within the network. The lack of exploitation data does not diminish the potential impact, and should be prioritized.

Generated by OpenCVE AI on August 20, 2026 at 13:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Keeper.sh calendar module version 2.18.14 or newer to eliminate the SSRF guard bypass.
  • If upgrading is not immediately possible, restrict outbound traffic from the application to private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) through firewall rules to block internal access.
  • Configure DNS to prevent rebinding attacks, such as restricting authoritative responses for internal hostnames or enabling DNS rebinding protection in the network environment.

Generated by OpenCVE AI on August 20, 2026 at 13:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Ridafkih
Ridafkih keeper.sh
Vendors & Products Ridafkih
Ridafkih keeper.sh

Wed, 19 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description keeper.sh's calendar module version prior to 2.18.14 contains a server-side request forgery (SSRF) guard bypass vulnerability that allows authenticated attackers to reach private network addresses by exploiting a DNS rebinding attack against the two-phase URL validation and connection flow. The SSRF guard validates a hostname's resolved IP addresses but discards them before the actual HTTP connection is opened, allowing an attacker who controls authoritative DNS to return a public address during validation and a private address during the subsequent independent socket-level DNS resolution, causing the guard to pass while the outbound connection reaches internal infrastructure such as cloud instance metadata endpoints.
Title keeper.sh Calendar version prior to 2.18.14 SSRF Guard Bypass via DNS Rebinding
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 3.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:N/A:N'}

cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N'}


Subscriptions

Ridafkih Keeper.sh
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-21T11:21:04.300Z

Reserved: 2026-08-17T22:02:43.612Z

Link: CVE-2026-75583

cve-icon Vulnrichment

Updated: 2026-08-19T17:14:11.596Z

cve-icon NVD

Status : Received

Published: 2026-08-19T17:21:13.430

Modified: 2026-08-19T18:17:26.220

Link: CVE-2026-75583

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T14:00:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)