artkamote / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
0 stars 0 forks source link

CVE-2022-46175 (High) detected in multiple libraries #292

Open mend-bolt-for-github[bot] opened 1 year ago

mend-bolt-for-github[bot] commented 1 year ago

CVE-2022-46175 - High Severity Vulnerability

Vulnerable Libraries - json5-2.1.0.tgz, json5-2.2.0.tgz, json5-2.1.3.tgz, json5-0.5.1.tgz, json5-1.0.1.tgz

json5-2.1.0.tgz

JSON for humans.

Library home page: https://registry.npmjs.org/json5/-/json5-2.1.0.tgz

Path to dependency file: /aws-node-typescript-nest/package.json

Path to vulnerable library: /aws-node-typescript-nest/node_modules/@babel/core/node_modules/json5/package.json,/aws-node-fullstack/frontend/node_modules/json5/package.json,/aws-node-typescript-nest/node_modules/ts-jest/node_modules/json5/package.json

Dependency Hierarchy: - react-scripts-2.1.8.tgz (Root Library) - core-7.2.2.tgz - :x: **json5-2.1.0.tgz** (Vulnerable Library)

json5-2.2.0.tgz

JSON for humans.

Library home page: https://registry.npmjs.org/json5/-/json5-2.2.0.tgz

Path to dependency file: /aws-node-auth0-custom-authorizers-api/package.json

Path to vulnerable library: /aws-node-auth0-custom-authorizers-api/node_modules/json5/package.json,/aws-node-vue-nuxt-ssr/node_modules/json5/package.json,/aws-python-auth0-custom-authorizers-api/node_modules/json5/package.json,/aws-node-dynamic-image-resizer/node_modules/json5/package.json,/aws-node-rest-api-typescript/node_modules/json5/package.json

Dependency Hierarchy: - nuxt-2.15.8.tgz (Root Library) - babel-preset-app-2.15.8.tgz - core-7.16.0.tgz - :x: **json5-2.2.0.tgz** (Vulnerable Library)

json5-2.1.3.tgz

JSON for humans.

Library home page: https://registry.npmjs.org/json5/-/json5-2.1.3.tgz

Path to dependency file: /azure-node-typescript-servicebus-trigger-endpoint/package.json

Path to vulnerable library: /azure-node-typescript-servicebus-trigger-endpoint/node_modules/ts-jest/node_modules/json5/package.json

Dependency Hierarchy: - ts-jest-26.4.3.tgz (Root Library) - :x: **json5-2.1.3.tgz** (Vulnerable Library)

json5-0.5.1.tgz

JSON for the ES5 era.

Library home page: https://registry.npmjs.org/json5/-/json5-0.5.1.tgz

Path to dependency file: /aws-node-dynamic-image-resizer/package.json

Path to vulnerable library: /aws-node-dynamic-image-resizer/node_modules/jest-config/node_modules/json5/package.json,/aws-node-github-check/node_modules/json5/package.json,/aws-node-fullstack/frontend/node_modules/babel-register/node_modules/json5/package.json,/aws-node-fullstack/frontend/node_modules/jest-config/node_modules/json5/package.json,/aws-node-dynamic-image-resizer/node_modules/babel-register/node_modules/json5/package.json,/aws-node-oauth-dropbox-api/node_modules/json5/package.json,/aws-node-dynamic-image-resizer/node_modules/jest-runtime/node_modules/json5/package.json,/aws-node-fullstack/frontend/node_modules/jest-runtime/node_modules/json5/package.json,/aws-node-function-compiled-with-babel/node_modules/json5/package.json,/azure-node-telegram-bot/node_modules/json5/package.json,/azure-node-typescript-servicebus-trigger-endpoint/node_modules/json5/package.json,/azure-node-line-bot/node_modules/json5/package.json,/aws-node-signed-uploads/node_modules/json5/package.json,/aws-node-typescript-nest/node_modules/json5/package.json

Dependency Hierarchy: - babel-core-6.26.3.tgz (Root Library) - :x: **json5-0.5.1.tgz** (Vulnerable Library)

json5-1.0.1.tgz

JSON for humans.

Library home page: https://registry.npmjs.org/json5/-/json5-1.0.1.tgz

Path to dependency file: /aws-node-typescript-kinesis/package.json

Path to vulnerable library: /aws-node-typescript-kinesis/node_modules/json5/package.json,/aws-node-signed-uploads/node_modules/loader-utils/node_modules/json5/package.json,/aws-node-typescript-sqs-standard/node_modules/json5/package.json,/aws-node-typescript-nest/node_modules/tsconfig-paths/node_modules/json5/package.json,/aws-node-vue-nuxt-ssr/node_modules/loader-utils/node_modules/json5/package.json,/azure-node-typescript-servicebus-trigger-endpoint/node_modules/loader-utils/node_modules/json5/package.json,/google-node-typescript-http-endpoint/node_modules/json5/package.json,/azure-node-telegram-bot/node_modules/loader-utils/node_modules/json5/package.json,/aws-node-stripe-integration/node_modules/json5/package.json,/aws-node-fullstack/frontend/node_modules/loader-utils/node_modules/json5/package.json,/azure-node-line-bot/node_modules/loader-utils/node_modules/json5/package.json,/aws-node-dynamic-image-resizer/node_modules/loader-utils/node_modules/json5/package.json,/aws-node-typescript-apollo-lambda/node_modules/json5/package.json

Dependency Hierarchy: - nuxt-2.15.8.tgz (Root Library) - webpack-2.15.8.tgz - html-webpack-plugin-4.5.2.tgz - loader-utils-1.4.0.tgz - :x: **json5-1.0.1.tgz** (Vulnerable Library)

Found in HEAD commit: dcbe4aefe4b3685f4b15493a01db0f19b118a0c4

Found in base branch: master

Vulnerability Details

JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including versions 1.0.1 and 2.2.1 does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 versions 1.0.2, 2.2.2, and later.

Publish Date: 2022-12-24

URL: CVE-2022-46175

CVSS 3 Score Details (8.8)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2022-46175

Release Date: 2022-12-24

Fix Resolution (json5): 2.2.2

Direct dependency fix Resolution (react-scripts): 3.0.0

Fix Resolution (json5): 2.2.2

Direct dependency fix Resolution (nuxt): 2.16.0

Fix Resolution (json5): 2.2.2

Direct dependency fix Resolution (ts-jest): 26.4.4

Fix Resolution (json5): 2.2.2

Direct dependency fix Resolution (babel-core): 7.0.0-bridge.0

Fix Resolution (json5): 2.2.2

Direct dependency fix Resolution (nuxt): 2.16.0


Step up your Open Source Security Game with Mend here