ManageIQ / manageiq-ui-service

Service UI for ManageIQ
Apache License 2.0
23 stars 91 forks source link

CVE-2022-25844 (Medium) detected in angular-1.8.3.tgz #1792

Open mend-bolt-for-github[bot] opened 2 years ago

mend-bolt-for-github[bot] commented 2 years ago

CVE-2022-25844 - Medium Severity Vulnerability

Vulnerable Library - angular-1.8.3.tgz

HTML enhanced for web apps

Library home page: https://registry.npmjs.org/angular/-/angular-1.8.3.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy: - :x: **angular-1.8.3.tgz** (Vulnerable Library)

Found in HEAD commit: 5def65f0b4206a5ad7d8195b61a34437fb09ec9d

Found in base branch: master

Vulnerability Details

The package angular after 1.7.0 are vulnerable to Regular Expression Denial of Service (ReDoS) by providing a custom locale rule that makes it possible to assign the parameter in posPre: ' '.repeat() of NUMBER_FORMATS.PATTERNS[1].posPre with a very high value. **Note:** 1) This package has been deprecated and is no longer maintained. 2) The vulnerable versions are 1.7.0 and higher.

Publish Date: 2022-05-01

URL: CVE-2022-25844

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: None - Availability Impact: Low

For more information on CVSS3 Scores, click here.


Step up your Open Source Security Game with Mend here

MelsHyrule commented 1 year ago

angular has been deprecated. We cannot update the package nor can we remove it until we've removed the packages that depend on it:

➜  manageiq-ui-service git:(removing-resolutions) ✗ yarn why angular
├─ angular-bootstrap-switch@npm:0.5.2
│  └─ angular@npm:1.8.3 (via npm:>=1.4.0)
│
├─ angular-patternfly@npm:5.0.3
│  └─ angular@npm:1.8.3 (via npm:^1.7.7)
│
├─ angular-ui-sortable@npm:0.19.0
│  └─ angular@npm:1.8.3 (via npm:>=1.2.x)
│
├─ angularjs-datatables@npm:0.5.9
│  └─ angular@npm:1.8.3 (via npm:>=1.3.0)
│
└─ manageiq-ui-service@workspace:.
   └─ angular@npm:1.8.3 (via npm:~1.8.0)

➜  manageiq-ui-service git:(removing-resolutions) ✗ yarn why angularjs-datatables
└─ angular-patternfly@npm:5.0.3
   └─ angularjs-datatables@npm:0.5.9 (via npm:^0.5.9)
miq-bot commented 1 year ago

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.