4k4xs4pH1r3 / rvmi-rekall

Rekall Forensics and Incident Response Framework with rVMI extensions
GNU General Public License v2.0
0 stars 1 forks source link

WS-2017-0122 (Medium) detected in angular-v1.3.0 #27

Open mend-bolt-for-github[bot] opened 8 months ago

mend-bolt-for-github[bot] commented 8 months ago

WS-2017-0122 - 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: rvmi

Vulnerability Details

Affected versions of the package are vulnerable to Arbitrary Command Injection.

Publish Date: 2014-11-04

URL: WS-2017-0122

CVSS 3 Score Details (4.8)

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2014-11-04

Fix Resolution: 1.3.2


Step up your Open Source Security Game with Mend here

secure-code-warrior-for-github[bot] commented 8 months ago

Micro-Learning Topic: OS command injection (Detected by phrase)

Matched on "Command Injection"

What is this? (2min video)

In many situations, applications will rely on OS provided functions, scripts, macros and utilities instead of reimplementing them in code. While functions would typically be accessed through a native interface library, the remaining three OS provided features will normally be invoked via the command line or launched as a process. If unsafe inputs are used to construct commands or arguments, it may allow arbitrary OS operations to be performed that can compromise the server.

Try a challenge in Secure Code Warrior

Helpful references
  • OWASP Command Injection - OWASP community page with comprehensive information about command injection, and links to various OWASP resources to help detect or prevent it.
  • OWASP testing for Command Injection - This article is focused on providing testing techniques for identifying command injection flaws in your applications

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