CVE-2026-77164 PUBLISHED

Assigner: hackerone
Reserved: 20.08.2026 Published: 18.09.2026 Updated: 18.09.2026

Circles' remote-instance signature verification fetches the attacker-supplied keyId URL before trust in the remote instance is established, and explicitly allows local/private addresses for this request, bypassing Nextcloud's core SSRF protections. The public, unauthenticated endpoints POST /apps/circles/event/ and POST /apps/circles/incoming/ reach this code path, allowing any unauthenticated user to force the server to issue a GET request to an internal address.

The response body of the internal request is never returned to the requester, so this is blind SSRF: an attacker can determine whether an internal service is reachable, but cannot read its response contents through this endpoint alone.

Metrics

CVSS Vector: CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.2

Product Status

Vendor Nextcloud
Product Server
Versions Default: unaffected
  • affected from 31.0.0 to 32.0.0 (incl.)

Credits

  • Balvant Chavda (0x0doteth) finder

References

Problem Types

  • CWE-918 Server-Side Request Forgery (SSRF) CWE