cbcvebase.

Mozilla Convict vulnerabilities

5 known vulnerabilities affecting mozilla/convict.

Total CVEs
5
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
CRITICAL4HIGH1

Vulnerabilities

Page 1 of 1
CVE-2022-21190P3CRITICALCVSS 9.8fixed in 6.2.3≥ unspecified, < 6.2.32022-05-13
CVE-2022-21190 [CRITICAL] CWE-1321 CVE-2022-21190: This affects the package convict before 6.2.3. This is a bypass of [CVE-2022-22143](https://security This affects the package convict before 6.2.3. This is a bypass of [CVE-2022-22143](https://security.snyk.io/vuln/SNYK-JS-CONVICT-2340604). The [fix](https://github.com/mozilla/node-convict/commit/3b86be087d8f14681a9c889d45da7fe3ad9cd880) introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path
ghsanvdosv
CVE-2022-22143P3CRITICALCVSS 9.8fixed in 6.2.2≥ unspecified, < 6.2.22022-05-01
CVE-2022-22143 [CRITICAL] CWE-1321 CVE-2022-22143: The package convict before 6.2.2 are vulnerable to Prototype Pollution via the convict function due The package convict before 6.2.2 are vulnerable to Prototype Pollution via the convict function due to missing validation of parentKey. **Note:** This vulnerability derives from an incomplete fix of another [vulnerability](https://security.snyk.io/vuln/SNYK-JS-CONVICT-1062508)
ghsanvdosv
CVE-2023-0163P3HIGHCVSS 8.4fixed in 6.2.42024-11-26
CVE-2023-0163 [HIGH] CWE-1321 CVE-2023-0163: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerabil Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution') vulnerability in Mozilla Convict. This allows an attacker to inject attributes that are used in other components, or to override existing attributes with ones that have incompatible type, which may lead to a crash. The main use case of Convict is for handling s
ghsanvdosv
CVE-2026-33864CRITICAL≥ 0, < 6.2.52026-03-26
CVE-2026-33864 [CRITICAL] CWE-1321 Convict has Prototype Pollution via startsWith() function Convict has Prototype Pollution via startsWith() function ### Summary A prototype pollution vulnerability exists in the latest version of the convict npm package (6.2.4). Despite a previous fix that attempted to mitigate prototype pollution by checking whether user input started with a forbidden key, it is still possible to pollute `Object.prototype` via a crafted input using `String.prototype`. ### De
ghsaosv
CVE-2026-33863CRITICAL≥ 0, < 6.2.52026-03-26
CVE-2026-33863 [CRITICAL] CWE-1321 Convict has prototype pollution via load(), loadFile(), and schema initialization Convict has prototype pollution via load(), loadFile(), and schema initialization ### Impact Two unguarded prototype pollution paths exist, not covered by previous fixes: 1. `config.load()` / `config.loadFile()` — `overlay()` recursively merges config data without checking for forbidden keys. Input containing` __proto__` or `constructor.prototype` (e.g. from a JSON file) causes
ghsaosv