CVE-2026-62668 PUBLISHED

Grav API Plugin: Webhook SSRF via Unrestricted cURL Protocols

Assigner: GitHub_M
Reserved: 14.07.2026 Published: 19.08.2026 Updated: 19.08.2026

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin WebhookController.php accepts webhook URLs after only FILTER_VALIDATE_URL syntax validation, and WebhookDispatcher.php initializes cURL without CURLOPT_PROTOCOLS or CURLOPT_REDIR_PROTOCOLS restrictions. An account with api.webhooks.write can submit file, dict, gopher, private-network, or link-local targets, retrieve local files and delivery response bodies, and pivot requests to internal services or cloud metadata endpoints. This issue is fixed in version 1.0.6.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 9.4

Product Status

Vendor getgrav
Product grav
Versions
  • Version < 2.0.4 is affected
Vendor getgrav
Product grav-plugin-api
Versions
  • Version < 1.0.6 is affected

References

Problem Types

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