6.8
CVSSv2

CVE-2013-4660

Published: 28/06/2013 Updated: 01/07/2013
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

The JS-YAML module prior to 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, which allows remote malicious users to execute arbitrary code via a crafted string that triggers an eval operation.

Vulnerable Product Search on Vulmon Subscribe to Product

js-yaml project js-yaml 0.2.2

js-yaml project js-yaml 0.3.1

js-yaml project js-yaml 1.0.0

js-yaml project js-yaml 1.0.2

js-yaml project js-yaml 2.0.3

js-yaml project js-yaml 0.2.0

js-yaml project js-yaml 0.2.1

js-yaml project js-yaml 1.0.3

js-yaml project js-yaml 2.0.0

js-yaml project js-yaml 2.0.1

js-yaml project js-yaml 2.0.2

js-yaml project js-yaml 0.3.3

js-yaml project js-yaml 0.3.4

js-yaml project js-yaml 0.3.5

js-yaml project js-yaml 0.3.6

js-yaml project js-yaml 0.3.0

js-yaml project js-yaml 0.3.2

js-yaml project js-yaml 0.3.7

js-yaml project js-yaml 1.0.1

js-yaml project js-yaml

Exploits

## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # web site for more information on licensing and terms of use # metasploitcom/ ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Explo ...

Github Repositories

A vulnerable nodejs application for hollywood-style hacking demos

Vulnerable nodejs app for demos WARNING: This app deliberately exposes a RCE vulnerability (CVE-2013-4660) It is meant to demonstrate the use of Docker to clean up after a breach and prevent them from happening again in the future Build & run: $ docker build -t node-hack $ docker run -it --rm -p 1337:1337 --name node-hack node-hack