endpointlabs / VulnerableDotNetCore3Project

.Net Core 3.0
0 stars 0 forks source link

CVE-2022-0122 | node-forge:0.10.0 (CWE-601) #85

Closed ckalpakoglu closed 1 year ago

ckalpakoglu commented 1 year ago

Due Date: 2023-01-10

A low severity vulnerability has been discovered in your project.

Project Name: kondukto-ui-vue

Scanner Name: dependabot

Cwe ID: 601

Cwe Name: URL Redirection to Untrusted Site (Open Redirect)

Cwe Link: https://cwe.mitre.org/data/definitions/601.html

File: package-lock.json

Packages:

References:

Training(Secure Code Warrior):

Tool Description: ### Summary

URL parsing in node-forge could lead to undesired behavior.

Fixed Patch

1.0.0

Impact

The regex used for the forge.util.parseUrl API would not properly parse certain inputs resulting in a parsed data structure that could lead to undesired behavior.

Patches

forge.util.parseUrl and other very old related URL APIs were removed in 1.0.0 in favor of letting applications use the more modern WHATWG URL Standard API.

Workarounds

Ensure code does not directly or indirectly call forge.util.parseUrl with untrusted input.

References

For more information

If you have any questions or comments about this advisory:

Kondukto Link: https://82.kondukto.local/projects/63b2e875fcd0c2a01b845757/vulns/appsec?page=1&perPage=15&id=in:63bbc8a5b3a8a9664878e6fa Deeplink: https://github.com/advisories/GHSA-gf8q-jrpm-jvxq

ckalpakoglu commented 1 year ago

The issue has been closed by Kondukto since it is marked as mitigated.