CVE-2026-44728
Analyzed
Analyzed - Analysis Complete
Babel Compiler Code Execution Vulnerability
Publication date: 2026-05-26
Last updated on: 2026-05-27
Assigner: GitHub, Inc.
Description
Description
Babel is a compiler for writing next generation JavaScript. From 7.12.0 to before 7.29.4 and 8.0.0-alpha.13, using Babel to compile code that was specifically crafted by an attacker can cause Babel to generate output code that executes arbitrary code. This vulnerability is fixed in 7.29.4 and 8.0.0-alpha.13.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| babel | babel | From 7.12.0 (inc) to 7.29.4 (exc) |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
| babel | babel | 8.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
| CWE-843 | The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type. |