amccool / AngularASPNETCore2WebApiAuth

Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
https://fullstackmark.com/post/13/jwt-authentication-with-aspnet-core-2-web-api-angular-5-net-core-identity-and-facebook-login
0 stars 0 forks source link

CVE-2023-0842 (Medium) detected in xml2js-0.4.19.tgz, xml2js-0.4.4.tgz #175

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

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

CVE-2023-0842 - Medium Severity Vulnerability

Vulnerable Libraries - xml2js-0.4.19.tgz, xml2js-0.4.4.tgz

xml2js-0.4.19.tgz

Simple XML to JavaScript object converter.

Library home page: https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz

Path to dependency file: /src/package.json

Path to vulnerable library: /src/node_modules/xml2js/package.json

Dependency Hierarchy: - protractor-5.1.2.tgz (Root Library) - webdriver-manager-12.0.6.tgz - :x: **xml2js-0.4.19.tgz** (Vulnerable Library)

xml2js-0.4.4.tgz

Simple XML to JavaScript object converter.

Library home page: https://registry.npmjs.org/xml2js/-/xml2js-0.4.4.tgz

Path to dependency file: /src/package.json

Path to vulnerable library: /src/node_modules/webdriver-js-extender/node_modules/xml2js/package.json

Dependency Hierarchy: - protractor-5.1.2.tgz (Root Library) - webdriver-js-extender-1.0.0.tgz - selenium-webdriver-2.53.3.tgz - :x: **xml2js-0.4.4.tgz** (Vulnerable Library)

Found in HEAD commit: aaa0eeb0237c3fe61b491b5e658b404be0a3a83f

Found in base branch: master

Vulnerability Details

xml2js version 0.4.23 allows an external attacker to edit or add new properties to an object. This is possible because the application does not properly validate incoming JSON keys, thus allowing the __proto__ property to be edited.

Publish Date: 2023-04-05

URL: CVE-2023-0842

CVSS 3 Score Details (5.3)

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2023-0842

Release Date: 2023-04-05

Fix Resolution: xml2js - 0.5.0


Step up your Open Source Security Game with Mend here