CVE-2026-75583 PUBLISHED

keeper.sh Calendar version prior to 2.18.14 SSRF Guard Bypass via DNS Rebinding

Assigner: VulnCheck
Reserved: 17.08.2026 Published: 19.08.2026 Updated: 19.08.2026

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.

Metrics

CVSS 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
CVSS Score: 2.3

Product Status

Vendor ridafkih
Product keeper.sh
Versions Default: affected
  • affected from 0 to 2.18.14 (excl.)

Credits

  • Lazizbek Jorayev finder

References

Problem Types

  • Server-Side Request Forgery (SSRF) CWE