← Back
CWE-94

6,471 CVEs • Abstraction: Base • Likelihood of Exploit: Medium

Improper Control of Generation of Code ('Code Injection')

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.

JSON object

Loading...

CVEs (6,471)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
4Lodash
NetappOracle+1 more
23Active Iq Unified Manager
Banking Corporate Lending Process ManagementBanking Credit Facilities Process Management+20 more
Nov 21, 2024
Feb 15, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
Lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.
1Trendmicro
8Antivirus+ Security 2020
Antivirus+ Security 2021Internet Security 2020+5 more
Nov 21, 2024
Feb 10, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
The Trend Micro Security 2020 and 2021 families of consumer products are vulnerable to a code injection vulnerability which could allow an attacker to disable the program's password protection and disable protection. An...Show more
The Trend Micro Security 2020 and 2021 families of consumer products are vulnerable to a code injection vulnerability which could allow an attacker to disable the program's password protection and disable protection. An attacker must already have administrator privileges on the machine to exploit this vulnerability.Show less
1Inoideas
1Inoerp
Nov 21, 2024
Feb 10, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In InoERP 0.7.2, an unauthorized attacker can execute arbitrary code on the server side due to lack of validations in /modules/sys/form_personalization/json_fp.php.
1Sap
1Commerce
Nov 21, 2024
Feb 9, 2021
N/A· v4
9.9 CRITICAL· v3
9.0 HIGH· v2
SAP Commerce Cloud, versions - 1808,1811,1905,2005,2011, enables certain users with required privileges to edit drools rules, an authenticated attacker with this privilege will be able to inject malicious code in the dro...Show more
SAP Commerce Cloud, versions - 1808,1811,1905,2005,2011, enables certain users with required privileges to edit drools rules, an authenticated attacker with this privilege will be able to inject malicious code in the drools rules which when executed leads to Remote Code Execution vulnerability enabling the attacker to compromise the underlying host enabling him to impair confidentiality, integrity and availability of the application.Show less
1Smartfoxserver
1Smartfoxserver
Nov 21, 2024
Feb 9, 2021
N/A· v4
8.8 HIGH· v3
6.0 MEDIUM· v2
An issue was discovered in SmartFoxServer 2.17.0. An attacker can execute arbitrary Python code, and bypass the javashell.py protection mechanism, by creating /config/ConsoleModuleUnlock.txt and editing /config/admin/adm...Show more
An issue was discovered in SmartFoxServer 2.17.0. An attacker can execute arbitrary Python code, and bypass the javashell.py protection mechanism, by creating /config/ConsoleModuleUnlock.txt and editing /config/admin/admintool.xml to enable the Console module.Show less
1Carrierwave Project
1Carrierwave
Nov 21, 2024
Feb 8, 2021
N/A· v4
8.8 HIGH· v3
7.5 HIGH· v2
CarrierWave is an open-source RubyGem which provides a simple and flexible way to upload files from Ruby applications. In CarrierWave before versions 1.3.2 and 2.1.1, there is a code injection vulnerability. The "#manipu...Show more
CarrierWave is an open-source RubyGem which provides a simple and flexible way to upload files from Ruby applications. In CarrierWave before versions 1.3.2 and 2.1.1, there is a code injection vulnerability. The "#manipulate!" method inappropriately evals the content of mutation option(:read/:write), allowing attackers to craft a string that can be executed as a Ruby code. If an application developer supplies untrusted inputs to the option, it will lead to remote code execution(RCE). This is fixed in versions 1.3.2 and 2.1.1.Show less
1Jetbrains
1Youtrack
Nov 21, 2024
Feb 3, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
In JetBrains YouTrack before 2020.5.3123, server-side template injection (SSTI) was possible, which could lead to code execution.
1Peerigon
1Angular Expressions
Nov 21, 2024
Feb 1, 2021
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
angular-expressions is "angular's nicest part extracted as a standalone module for the browser and node". In angular-expressions before version 1.1.2 there is a vulnerability which allows Remote Code Execution if you cal...Show more
angular-expressions is "angular's nicest part extracted as a standalone module for the browser and node". In angular-expressions before version 1.1.2 there is a vulnerability which allows Remote Code Execution if you call "expressions.compile(userControlledInput)" where "userControlledInput" is text that comes from user input. The security of the package could be bypassed by using a more complex payload, using a ".constructor.constructor" technique. In terms of impact: If running angular-expressions in the browser, an attacker could run any browser script when the application code calls expressions.compile(userControlledInput). If running angular-expressions on the server, an attacker could run any Javascript expression, thus gaining Remote Code Execution. This is fixed in version 1.1.2 of angular-expressions A temporary workaround might be either to disable user-controlled input that will be fed into angular-expressions in your application or allow only following characters in the userControlledInput.Show less
1Opensolution
2Quick.cart
Quick.cms
Nov 21, 2024
Jan 28, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
OpenSolution Quick.CMS < 6.7 and Quick.Cart < 6.7 allow an authenticated user to perform code injection (and consequently Remote Code Execution) via the input fields of the Language tab.
1Moodle
1Moodle
Nov 21, 2024
Jan 28, 2021
N/A· v4
7.2 HIGH· v3
6.5 MEDIUM· v2
It was found in Moodle before version 3.10.1, 3.9.4, 3.8.7 and 3.5.16 that it was possible for site administrators to execute arbitrary PHP scripts via a PHP include used during Shibboleth authentication.
1Onedev Project
1Onedev
Nov 21, 2024
Jan 15, 2021
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
OneDev is an all-in-one devops platform. In OneDev before version 4.0.3, there is a critical vulnerability involving the build endpoint parameters. InputSpec is used to define parameters of a Build spec. It does so by us...Show more
OneDev is an all-in-one devops platform. In OneDev before version 4.0.3, there is a critical vulnerability involving the build endpoint parameters. InputSpec is used to define parameters of a Build spec. It does so by using dynamically generated Groovy classes. A user able to control job parameters can run arbitrary code on OneDev's server by injecting arbitrary Groovy code. The ultimate result is in the injection of a static constructor that will run arbitrary code. For a full example refer to the referenced GHSA. This issue was addressed in 4.0.3 by escaping special characters such as quote from user input.Show less
1Onedev Project
1Onedev
Nov 21, 2024
Jan 15, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
OneDev is an all-in-one devops platform. In OneDev before version 4.0.3, There is a vulnerability that enabled pre-auth server side template injection via Bean validation message tampering. Full details in the reference...Show more
OneDev is an all-in-one devops platform. In OneDev before version 4.0.3, There is a vulnerability that enabled pre-auth server side template injection via Bean validation message tampering. Full details in the reference GHSA. This issue was fixed in 4.0.3 by disabling validation interpolation completely.Show less
1Sap
2Business Warehouse
Bw/4hana
Nov 21, 2024
Jan 12, 2021
N/A· v4
8.8 HIGH· v3
6.5 MEDIUM· v2
SAP Business Warehouse, versions 700, 701, 702, 711, 730, 731, 740, 750, 782 and SAP BW/4HANA, versions 100, 200, allow a low privileged attacker to inject code using a remote enabled function module over the network. Vi...Show more
SAP Business Warehouse, versions 700, 701, 702, 711, 730, 731, 740, 750, 782 and SAP BW/4HANA, versions 100, 200, allow a low privileged attacker to inject code using a remote enabled function module over the network. Via the function module an attacker can create a malicious ABAP report which could be used to get access to sensitive data, to inject malicious UPDATE statements that could have also impact on the operating system, to disrupt the functionality of the SAP system which can thereby lead to a Denial of Service.Show less
1Agentejo
1Cockpit
Nov 21, 2024
Jan 8, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Cockpit before 0.6.1 allows an attacker to inject custom PHP code and achieve Remote Command Execution via registerCriteriaFunction in lib/MongoLite/Database.php, as demonstrated by values in JSON data to the /auth/check...Show more
Cockpit before 0.6.1 allows an attacker to inject custom PHP code and achieve Remote Command Execution via registerCriteriaFunction in lib/MongoLite/Database.php, as demonstrated by values in JSON data to the /auth/check or /auth/requestreset URI.Show less
1Citrix
1Secure Mail
Nov 21, 2024
Jan 6, 2021
N/A· v4
6.5 MEDIUM· v3
4.3 MEDIUM· v2
Citrix Secure Mail for Android before 20.11.0 suffers from Improper Control of Generation of Code ('Code Injection') by allowing unauthenticated access to read data stored within Secure Mail. Note that a malicious app wo...Show more
Citrix Secure Mail for Android before 20.11.0 suffers from Improper Control of Generation of Code ('Code Injection') by allowing unauthenticated access to read data stored within Secure Mail. Note that a malicious app would need to be installed on the Android device or a threat actor would need to execute arbitrary code on the Android device.Show less
1Djv Project
1Djv
Nov 21, 2024
Jan 4, 2021
N/A· v4
9.8 CRITICAL· v3
10.0 HIGH· v2
This affects the package djv before 2.1.4. By controlling the schema file, an attacker can run arbitrary JavaScript code on the victim machine.
1Zzzcms
1Zzzphp
Nov 21, 2024
Dec 18, 2020
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Eval injection vulnerability in the parserCommom method in the ParserTemplate class in zzz_template.php in zzzphp 1.7.2 allows remote attackers to execute arbitrary commands.
1Golang
1Go
Nov 21, 2024
Nov 18, 2020
N/A· v4
7.5 HIGH· v3
5.1 MEDIUM· v2
Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via malicious gcc flags specified via a #cgo directive.
3Fedoraproject
GolangNetapp
4Cloud Insights Telegraf Agent
FedoraGo+1 more
Nov 21, 2024
Nov 18, 2020
N/A· v4
7.5 HIGH· v3
5.1 MEDIUM· v2
Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via a malicious unquoted symbol name in a linked object file.
1Microfocus
1Arcsight Logger
Nov 21, 2024
Nov 17, 2020
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Arbitrary code execution vulnerability on Micro Focus ArcSight Logger product, affecting all version prior to 7.1.1. The vulnerability could be remotely exploited resulting in the execution of arbitrary code.