CVE-2026-72590: alseambusher crontab-ui - Unauthenticated RCE via Newline Injection in env_vars Parameter

Published Aug 10, 2026
·
Updated

An OS command injection vulnerability in alseambusher/crontab-ui through 0.4.2 allows an unauthenticated remote attacker to inject arbitrary cron job entries by sending a crafted GET request to /crontab with URL-encoded newlines in the envvars parameter.

Affected Software

1 affected component
alseambusher/crontab-ui<=0.4.2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade alseambusher/crontab-ui to a version that resolves this vulnerability.

    Fixed in 0.4.2
  2. Configuration

    Modify the /crontab handler so that the env_vars parameter is validated and sanitized to remove/deny newline characters (e.g., reject %0A/%0D) before appending to the crontab file; this prevents cron job injection via env_vars.

    alseambusher/crontab-ui env_vars newline handling = Strip or reject URL-encoded newline characters before writing to crontab (do not append ${envVars} as-is)
  3. Compensating control

    Restrict access to /crontab so only authenticated/authorized users can reach the handler (mitigate the unauthenticated ability to inject cron entries).

Event History

Aug 10, 2026
CVE Published
via MITRE·10:41 AM
Data Sourced
via MITRE·10:41 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·11:17 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72590?

CVE-2026-72590 has a critical severity score of 9.8.

2

How do I fix CVE-2026-72590?

To fix CVE-2026-72590, upgrade to a patched version of alseambusher/crontab-ui beyond 0.4.2 that addresses this vulnerability.

3

What is the impact of CVE-2026-72590?

CVE-2026-72590 allows unauthenticated remote attackers to perform remote code execution through command injection.

4

Which software is affected by CVE-2026-72590?

CVE-2026-72590 affects versions of alseambusher/crontab-ui up to and including 0.4.2.

5

What type of vulnerability is CVE-2026-72590 classified as?

CVE-2026-72590 is classified as an OS command injection vulnerability.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203
CVE-2026-72590 - alseambusher crontab-ui - Unauthenticated RCE via Newline Injection in env_vars Parameter - SecAlerts