LiveActive security incident?Get immediate response
CVE Record

CVE-2020-26238: Critical vulnerability found in cron-utils

Cron-utils is a Java library to parse, validate, migrate crons as well as get human readable descriptions for them. In cron-utils before version 9.1.3, a template Injection vulnerability is present. This enables attackers to inject arbitrary Java EL expressions, leading to unauthenticated Remote Code Execution (RCE) vulnerability. Only projects using the @Cron annotation to validate untrusted Cron expressions are affected. This issue was patched in version 9.1.3.

HighCVSS 7.9Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-26238 affects Java applications using cron-utils before 9.1.3 in a specific way. If untrusted cron expressions are validated through the @Cron annotation, attackers may inject Java EL expressions and reach remote code execution. Systems using cron-utils only for trusted expressions may not be exposed.

Executive priority

Prioritize remediation for internet-facing or multi-tenant systems that accept cron schedules from users. Lower urgency may be reasonable where cron-utils is absent, patched, or only processes trusted administrator-controlled expressions.

Technical view

cron-utils before 9.1.3 contains a template injection flaw classified as CWE-74. The disclosed affected path is @Cron annotation validation of untrusted cron expressions. The advisory states this can allow arbitrary Java EL expression injection and unauthenticated RCE. Version 9.1.3 contains the patch.

Likely exposure

Exposure is most likely in Java services, schedulers, workflow tools, or transitive dependencies using cron-utils versions before 9.1.3 and accepting cron expressions from users, tenants, APIs, configuration portals, or other untrusted sources.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Public sources describe the vulnerable condition and fix, but do not establish exploitation in the wild. Treat exploitable internet-facing cron validation as urgent because the claimed impact is code execution.

Researcher notes

The key exposure condition is narrow: vulnerable cron-utils version plus @Cron validation of untrusted cron expressions. Apache Hive mailing-list references show downstream dependency upgrade activity from 8.1.1 to 9.1.3, but the bundle does not prove every downstream consumer is exploitable.

Mitigation direction

  • Upgrade cron-utils to version 9.1.3 or later.
  • Prioritize applications validating untrusted cron expressions with @Cron.
  • Check vendor guidance for products bundling cron-utils transitively.
  • Restrict cron expression submission to trusted administrators where upgrade is pending.
  • Rebuild and redeploy affected Java artifacts after dependency updates.

Validation and detection

  • Search SBOMs, lockfiles, and build files for cron-utils below 9.1.3.
  • Review code for @Cron annotation on user-controlled cron expressions.
  • Inspect deployed artifacts for bundled or shaded vulnerable cron-utils versions.
  • Confirm external cron inputs are validated after the dependency upgrade.
  • Review dependency advisories for platforms that embed cron-utils.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-74: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-26238 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
14Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.9CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N1.55.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.9High
CVSS 3.1 vector shape for CVE-2020-26238Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
jmrozaneccron-utils< 9.1.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-74 · source CWE mapping

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.