4k4xs4pH1r3 / win10_rekall

Rekall Memory Forensic Framework
http://www.rekall-forensic.com
GNU General Public License v2.0
0 stars 0 forks source link

WS-2017-0116 (Medium) detected in angular-v1.3.0 #31

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

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

WS-2017-0116 - Medium Severity Vulnerability

Vulnerable Library - angular-v1.3.0

Path to dependency file: /rekall-gui/manuskript/static/bower.json

Path to vulnerable library: /rekall-gui/manuskript/static/bower_components/angular/.bower.json

Dependency Hierarchy: - :x: **angular-v1.3.0** (Vulnerable Library)

Found in base branch: win10_compressed_memory

Vulnerability Details

The use element can reference external svg's (same origin) and can include xlink javascript urls or foreign object that can execute xss.

Publish Date: 2015-12-05

URL: WS-2017-0116

CVSS 3 Score Details (5.8)

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2015-12-05

Fix Resolution: angular - 1.5.0


Step up your Open Source Security Game with Mend here

secure-code-warrior-for-github[bot] commented 1 year ago

Micro-Learning Topic: Vulnerable library (Detected by phrase)

Matched on "Vulnerable Library"

What is this? (2min video)

Use of vulnerable components will introduce weaknesses into the application. Components with published vulnerabilities will allow easy exploitation as resources will often be available to automate the process.

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Cross-site scripting (Detected by phrase)

Matched on "xss"

What is this? (2min video)

Cross-site scripting vulnerabilities occur when unescaped input is rendered into a page displayed to the user. When HTML or script is included in the input, it will be processed by a user's browser as HTML or script and can alter the appearance of the page or execute malicious scripts in their user context.

Try a challenge in Secure Code Warrior

Helpful references