CVE-2022-24441 | Code Injection

Exp

The package snyk before 1.1064.0 are vulnerable to Code Injection when analyzing a project. An attacker who can convince a user to scan a malicious project can include commands in a build file such as build.gradle or gradle-wrapper.jar, which will be executed with the privileges of the application. This vulnerability may be triggered when running the the CLI tool directly, or when running a scan with one of the IDE plugins that invoke the Snyk CLI. Successful exploitation of this issue would likely require some level of social engineering - to coerce an untrusted project to be downloaded and analyzed via the Snyk CLI or opened in an IDE where a Snyk IDE plugin is installed and enabled. Additionally, if the IDE has a Trust feature then the target folder must be marked as ‘trusted’ in order to be vulnerable. **NOTE:** This issue is independent of the one reported in [CVE-2022-40764](https://security.snyk.io/vuln/SNYK-JS-SNYK-3037342), and upgrading to a fixed version for this addresses that issue as well. The affected IDE plugins and versions are: - VS Code - Affected: <=1.8.0, Fixed: 1.9.0 - IntelliJ - Affected: <=2.4.47, Fixed: 2.4.48 - Visual Studio - Affected: <=1.1.30, Fixed: 1.1.31 - Eclipse - Affected: <=v20221115.132308, Fixed: All subsequent versions - Language Server - Affected: <=v20221109.114426, Fixed: All subsequent versions

Published: 2022-11-30 Last update: 2025-04-24 Assigner: [email protected] Source: [email protected]

Conclusion & alert: CVE-2022-24441 is rated High Exploit Risk (69.3/100): CVSS Medium severity, with medium exploitation likelihood (EPSS 2.66%). Core evidence: 2 public exploit reference(s) are indexed (Exploit-DB). EPSS rose +1.02% over the last day, indicating growing attacker interest. Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.

Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.

Public exploit references (Exploit-DB) for CVE-2022-24441

EDB-ID Source Kind Published Link
nvd_ref exploit_tag Exploit-DB ↗
nvd_ref exploit_tag Exploit-DB ↗

Exploit prediction scoring system (EPSS) score for CVE-2022-24441

EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).

# Date Old EPSS score New EPSS score Delta (New - Old)
1 2026-06-02 1.64% 2.66% +1.02%
2 2025-12-18 1.41% 1.64% +0.22%
3 2025-12-05 1.41%

Full EPSS history (29 records total)

Common vulnerability scoring system (CVSS) metrics for CVE-2022-24441

CVSS metrics for this CVE.

Base score Version Severity Vector Exploitability Impact Score source
5.8 3.1 MEDIUM
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L Click to expand
Attack vector (AV:N)
Could be attacked over the internet or any normal routed network—not just someone sitting at the machine.
Attack complexity (AC:H)
Even with access, the exploit needs extra luck, timing, or a fussy environment to actually work.
Privileges required (PR:N)
No account or special rights needed—anonymous or random user is enough.
User interaction (UI:R)
A real person has to do something—click, install, enable—otherwise it doesn’t land.
Scope (S:C)
Breaking this can reach past the original component and bite other resources—bigger blast radius.
Confidentiality (C:L)
Some sensitive info could get out, but not a total data dump.
Integrity (I:L)
Attackers could change some data, but it’s limited—not everything goes.
Availability (A:L)
Might cause slowdowns, glitches, or partial disruption—not a full brick.
1.6 3.7 [email protected]
8.8 3.1 HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H Click to expand
Attack vector (AV:N)
Could be attacked over the internet or any normal routed network—not just someone sitting at the machine.
Attack complexity (AC:L)
Once they can reach the bug, pulling it off is straightforward—no weird race conditions or rare setup.
Privileges required (PR:N)
No account or special rights needed—anonymous or random user is enough.
User interaction (UI:R)
A real person has to do something—click, install, enable—otherwise it doesn’t land.
Scope (S:U)
Damage stays in the same “trust bubble” as the broken component—no big spill into unrelated systems.
Confidentiality (C:H)
Serious risk that confidential data gets exposed in a big way.
Integrity (I:H)
They could widely tamper with or forge data—trust in the data is badly hurt.
Availability (A:H)
Could take the service down hard or make it unusable for people who depend on it.
2.8 5.9 [email protected]

Weakness enumeration for CVE-2022-24441

GitHub Security Advisory for CVE-2022-24441

GHSA-4vrv-93c7-m92j · Severity: high · Ecosystem: npm — snyk Code Injection vulnerability

Affected software / configurations for CVE-2022-24441

Vendor Product Version Raw CPE
snyk snyk_cli < 1.1064.0 cpe:2.3:a:snyk:snyk_cli:*:*:*:*:*:*:*:*
snyk snyk_language_server <= 20221109.114426 cpe:2.3:a:snyk:snyk_language_server:*:*:*:*:*:*:*:*
snyk snyk_security <= 1.1.30 cpe:2.3:a:snyk:snyk_security:*:*:*:*:*:visual_studio:*:*
snyk snyk_security <= 1.8.0 cpe:2.3:a:snyk:snyk_security:*:*:*:*:*:visual_studio_code:*:*
snyk snyk_security <= 2.4.47 cpe:2.3:a:snyk:snyk_security:*:*:*:*:*:intellij:*:*
snyk snyk_security <= 20221115.132308 cpe:2.3:a:snyk:snyk_security:*:*:*:*:*:eclipse:*:*

References for CVE-2022-24441

URL Tags
https://github.com/snyk/snyk-eclipse-plugin/commit/b5a8bce25a359ced75f83a729fc6b2393fc9a495 Patch Third Party Advisory
https://github.com/snyk/snyk-intellij-plugin/commit/56682f4ba6081ce1d95cb980cbfacd3809a826f4 Patch Third Party Advisory
https://github.com/snyk/snyk-ls/commit/b3229f0142f782871aa72d1a7dcf417546d568ed Patch Third Party Advisory
https://github.com/snyk/snyk-visual-studio-plugin/commit/0b53dbbd4a3153c3ef9aaf797af3b5caad0f731a Patch Third Party Advisory
https://github.com/snyk/vscode-extension/commit/0db3b4240be0db6a0a5c6d02c0d4231a2c4ba708 Patch Third Party Advisory
https://security.snyk.io/vuln/SNYK-JS-SNYK-3111871 Exploit Patch Vendor Advisory
https://www.imperva.com/blog/how-scanning-your-projects-for-security-issues-can-lead-to-remote-code-execution/ Exploit Third Party Advisory
cvelogic Threat Intelligence