<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Scheduler-Webhook - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/scheduler-webhook/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Fri, 07 Aug 2026 19:34:53 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/scheduler-webhook/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authentication Bypass in Grav CMS scheduler-webhook Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-grav-cms-auth-bypass/</link><pubDate>Fri, 07 Aug 2026 19:34:53 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-grav-cms-auth-bypass/</guid><description>An authentication bypass in the Grav CMS scheduler-webhook plugin allows unauthenticated attackers to trigger pre-configured scheduled jobs via the /scheduler/webhook endpoint.</description><content:encoded><![CDATA[<p>CVE-2026-11430 identifies an authentication bypass vulnerability within the scheduler-webhook plugin for Grav CMS. The flaw originates from a short-circuiting conditional statement in the plugin's token validation logic. When the webhook feature is enabled (via <code>scheduler.modern.webhook.enabled</code> set to true) but a <code>webhookToken</code> is not explicitly configured, the validation routine is skipped entirely.</p>
<p>An unauthenticated remote attacker can exploit this by sending a crafted POST request to the <code>/scheduler/webhook</code> endpoint. While the attacker cannot inject arbitrary code, they can force the execution of already-configured scheduled jobs, including those that execute system commands. The impact is limited by the existing server configuration, as the attacker can control the execution timing and select which pre-existing job to trigger, but cannot define the initial task payload. This vulnerability is not present in default Grav installations, as it requires the manual installation of the plugin and specific misconfiguration.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an unauthenticated attacker to trigger administrative scheduled tasks on the affected server. Depending on the configured jobs, this could lead to unauthorized system command execution, denial of service through resource exhaustion, or the manipulation of application state. The vulnerability affects instances where the scheduler-webhook plugin is enabled without a security token.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately audit Grav CMS installations to identify instances where the <code>scheduler-webhook</code> plugin is enabled.</li>
<li>Ensure a strong <code>webhookToken</code> is configured for any enabled webhooks to prevent the short-circuiting logic from bypassing validation.</li>
<li>Review all configured scheduled jobs for the <code>scheduler-webhook</code> plugin to ensure they do not perform sensitive operations if triggered by unauthorized parties.</li>
<li>Monitor web server logs for suspicious POST requests targeting the <code>/scheduler/webhook</code> path, particularly those containing the <code>job</code> parameter.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>