PT-2026-69474 · Unknown · Crontab-Ui
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
alseambusher/crontab-ui versions prior to 0.4.3
Description
An OS command injection flaw allows an unauthenticated remote attacker to inject arbitrary cron job entries. This occurs when a crafted GET request is sent to the '/crontab' endpoint with URL-encoded newlines in the
env vars parameter. The handler appends the env vars value directly to the crontab file string as '${envVars}
' without stripping newline characters, which enables the insertion of arbitrary cron expressions that execute attacker-controlled commands.Recommendations
Update alseambusher/crontab-ui to version 0.4.3 or later.
Avoid using the
env vars parameter in the '/crontab' endpoint until the software is updated.Exploit
Fix
RCE
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Crontab-Ui