Arbitrary Code Execution Affecting lilconfig package, versions >=3.1.0 <3.1.1


Severity

Recommended
0.0
critical
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of concept
EPSS
0.05% (18th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Arbitrary Code Execution vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JS-LILCONFIG-6263789
  • published30 Oct 2024
  • disclosed22 Feb 2024
  • creditAnton Kastritskiy

Introduced: 22 Feb 2024

CVE-2024-21537  (opens in a new tab)
CWE-94  (opens in a new tab)
First added by Snyk

How to fix?

Upgrade lilconfig to version 3.1.1 or higher.

Overview

lilconfig is an A zero-dependency alternative to cosmiconfig

Affected versions of this package are vulnerable to Arbitrary Code Execution due to the insecure usage of eval in the dynamicImport function. An attacker can exploit this vulnerability by passing a malicious input through the defaultLoaders function.

PoC

const { defaultLoaders } = require('lilconfig');
const maliciousInput = "'+console.log('hacked!!!')+'";
defaultLoaders[".js"](maliciousInput);

CVSS Scores

version 4.0
version 3.1