๐Ÿ” CVE Alert

CVE-2026-11430

HIGH 7.3

Grav CMS Scheduler Webhook Authentication Bypass via Null Short-Circuit

CVSS Score
7.3
EPSS Score
0.0%
EPSS Percentile
0th

Grav CMS's scheduler-webhook plugin contains an authentication bypass in the webhook token check. When the webhook feature is enabled but no webhookToken is configured, a compound conditional short-circuits and skips token validation, so an unauthenticated remote attacker who can reach POST /scheduler/webhook can trigger the operator's already-configured scheduled jobs by sending a single request. The primitive is triggering-existing-jobs, not attacker-chosen command execution: the attacker controls when the jobs run and which one runs (via ?job=), but does not control what the jobs do. Code execution follows only when the operator has configured a job that shells out, and even then the attacker controls timing rather than payload. Not a default-install issue: reaching the endpoint requires the separate scheduler-webhook GPM plugin to be installed, scheduler.modern.webhook.enabled to be true (default false), and no webhookToken to be configured; a stock Grav or Grav-Admin install exposes nothing here.

CWE CWE-303
Vendor trilby media
Product grav-plugin-scheduler-webhook
Published Aug 7, 2026
Last Updated Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for trilby media grav-plugin-scheduler-webhook

Be the first to know when new high vulnerabilities affecting trilby media grav-plugin-scheduler-webhook are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Affected Versions

Trilby Media / grav-plugin-scheduler-webhook
0 < 1.1.3
Trilby Media / getgrav/grav
0 < 2.0.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/getgrav/grav/security/advisories/GHSA-xwv3-2mv2-w33x github.com: https://github.com/getgrav/grav github.com: https://github.com/getgrav/grav/commit/694f1dae06d9061bbf0669c4291e3b206f998d71 vulncheck.com: https://www.vulncheck.com/advisories/grav-cms-scheduler-webhook-authentication-bypass-via-null-short-circuit

Credits

๐Ÿ” Saidakbarxon Maxsudxonov