GMS-2022-888: Duplicate of ./npm/convict/CVE-2022-22143.yml
An attacker can inject attributes that are used in other components and override existing attributes with ones that have incompatible type, which may lead to a crash.
The main use case of Convict is for handling server-side configurations written by the admins owning the servers, and not random users. So it’s unlikely that an admin would deliberately sabotage their own server. Still a situation can happen where an admin not knowledgeable about JavaScript could be tricked by an attacker into writing the malicious JavaScript code into some config files.
The problem is patched in convict@6.2.2
. Users should upgrade to convict@6.2.2
. There is no way for users to fix or remediate the vulnerability without upgrading.
References
- github.com/advisories/GHSA-x2w5-725j-gf2g
- github.com/mozilla/node-convict/commit/3b86be087d8f14681a9c889d45da7fe3ad9cd880
- github.com/mozilla/node-convict/pull/384
- github.com/mozilla/node-convict/releases/tag/v6.2.2
- github.com/mozilla/node-convict/security/advisories/GHSA-x2w5-725j-gf2g
- www.huntr.dev/bounties/1-npm-convict/
Detect and mitigate GMS-2022-888 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →