SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-75583

LOW · CVSS 3.5 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The calendar module of keeper.sh, prior to version 2.18.14, is vulnerable to a server-side request forgery (SSRF) guard bypass, enabling authenticated attackers to exploit DNS rebinding to access private network addresses. This flaw allows attackers to circumvent hostname validation, potentially exposing sensitive internal infrastructure such as cloud instance metadata endpoints. Organizations using this module should prioritize patching to mitigate the risk of unauthorized access to their internal networks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75583
Severity
LOW
CVSS
3.5
EPSS
0.20%

Original NVD 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.