Lucene search
K

365 matches found

Cvelist
Cvelist
added 2017/10/24 8:0 p.m.16 views

CVE-2017-15871

The deserialize function in serialize-to-js through 1.1.1 allows attackers to cause a denial of service via vectors involving an Immediately Invoked Function Expression "function" substring, as demonstrated by a "functionconsole.log" call or a simple infinite loop. NOTE: the vendor agrees that...

7.3AI score0.01148EPSS
Exploits1References2
CVE
CVE
added 2017/10/24 8:0 p.m.56 views

CVE-2017-15871

The CVE-2017-15871 entry affects the deserialize function in serialize-to-js (versions ≤ 1.1.1). Affected input involving an Immediately Invoked Function Expression substring (e.g., function(){console.log(…)}) can cause a denial of service. The vendor acknowledges the DoS risk and states deserial...

7.5CVSS7.2AI score0.01148EPSS
Exploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2017/10/24 12:0 a.m.4 views

PT-2017-14251 · Unknown · Serialize-To-Js

Name of the Vulnerable Software and Affected Versions: serialize-to-js versions 1.1.1 and earlier Description: The issue allows attackers to cause a denial of service via vectors involving an Immediately Invoked Function Expression "function" substring. This can be demonstrated by a...

7.5CVSS7.1AI score0.01148EPSS
Exploits1References5
myhack58
myhack58
added 2017/02/17 12:0 a.m.30 views

For the Node. js in the node-serialize module deserialization vulnerability the subsequent analysis-vulnerability warning-the black bar safety net

Of the Node. js serialization remote command execution vulnerabilities of a number of follow-up found and how to develop the attack load. A few days ago I was in opsecx blog found an article How to use a named node-serialize nodejs module in the RCE remote code execution error blog. The article...

0.2AI score
Exploits0
CNVD
CNVD
added 2017/02/13 12:0 a.m.3 views

Node-serialize Package For Node.js 'unserialize()' Function Arbitrary Code Execution Vulnerability

Node.js is an open source, cross-platform, runtime environment for server-side and web applications. Node.js has a security vulnerability in the node-serialize module that allows an attacker to execute arbitrary code via IIFE if the unserialize function input is not secure...

9.8CVSS7.9AI score0.61025EPSS
Exploits5References1
CNVD
CNVD
added 2017/02/11 12:0 a.m.1 views

Node.js suffers from a deserialization remote code execution vulnerability

Node.js is a Javascript runtime. It is actually a wrapper around the Google V8 engine. In fact, it is the Google V8 engine package . Node.js is a platform based on the Chrome JavaScript runtime built for easy to build responsive , easy to extend the web application . A deserialization remote code...

8.3AI score
Exploits0References1
Node.js
Node.js
added 2017/02/10 6:56 p.m.66 views

Code Execution Through IIFE

Overview Affected versions of serialize-to-js may be vulnerable to arbitrary code execution through an Immediately Invoked Function Expression IIFE. Proof of Concept var payload = "e: function eval'console.logexploited' " var serialize = require'serialize-to-js'; serialize.deserializepayload;...

7.5CVSS4.9AI score0.04464EPSS
Exploits1Affected Software1
Prion
Prion
added 2017/02/10 7:59 a.m.12 views

Code injection

An issue was discovered in the serialize-to-js package 0.5.0 for Node.js. Untrusted data passed into the deserialize function can be exploited to achieve arbitrary code execution by passing a JavaScript Object with an Immediately Invoked Function Expression IIFE...

7.5CVSS9.6AI score0.04464EPSS
Exploits1References3Affected Software1
NVD
NVD
added 2017/02/10 7:59 a.m.22 views

CVE-2017-5954

An issue was discovered in the serialize-to-js package 0.5.0 for Node.js. Untrusted data passed into the deserialize function can be exploited to achieve arbitrary code execution by passing a JavaScript Object with an Immediately Invoked Function Expression IIFE...

9.8CVSS9.6AI score0.04464EPSS
Exploits1References3
Cvelist
Cvelist
added 2017/02/10 6:51 a.m.24 views

CVE-2017-5954

An issue was discovered in the serialize-to-js package 0.5.0 for Node.js. Untrusted data passed into the deserialize function can be exploited to achieve arbitrary code execution by passing a JavaScript Object with an Immediately Invoked Function Expression IIFE...

9.7AI score0.04464EPSS
Exploits1References3
CVE
CVE
added 2017/02/10 6:51 a.m.78 views

CVE-2017-5954

The CVE-2017-5954 entry concerns the Node.js package serialize-to-js (v0.5.0). An attacker can inject untrusted data into deserialize() to achieve arbitrary code execution via a JavaScript Object containing an IIFE. Documented references (OSV GHSA and npm advisories) confirm a remote code executi...

9.8CVSS9.6AI score0.04464EPSS
Exploits1References3Affected Software1
Veracode
Veracode
added 2017/02/09 11:56 p.m.14 views

Remote Code Execution Via Deserialisation Of Untrusted Object

node-serialize is vulnerable to remote code execution. The vulnerability exists when an untrusted user input is passed via Immediately Invoked Function Expression IIFE to unserialize function which uses eval internally for deserialization...

9.8CVSS9.6AI score0.61025EPSS
Exploits5References6Affected Software1
OSV
OSV
added 2017/02/09 7:59 p.m.4 views

CVE-2017-5941

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Untrusted data passed into the unserialize function can be exploited to achieve arbitrary code execution by passing a JavaScript Object with an Immediately Invoked Function Expression IIFE...

9.8CVSS6.2AI score0.61025EPSS
Exploits5References5
CVE
CVE
added 2017/02/09 7:0 p.m.221 views

CVE-2017-5941

CVE-2017-5941 affects node-serialize version 0.0.4 for Node.js, where untrusted input passed to unserialize() can be crafted as an IIFE to achieve remote code execution. Public writeups (e.g., Packet Storm and Exploit-DB entries) show an RCE payload using the IIFE to spawn a shell via child_proce...

9.8CVSS9.5AI score0.61025EPSS
Exploits5References5Affected Software1
Node.js
Node.js
added 2017/02/09 4:30 p.m.58 views

Code Execution through IIFE

Overview Affected versions of node-serialize can be abused to execute arbitrary code via an immediately invoked function expression IIFE if untrusted user input is passed into unserialize. Recommendation There is no direct patch for this issue. The package author has reviewed this advisory, and...

7.5CVSS4.5AI score0.61025EPSS
Exploits5Affected Software1
myhack58
myhack58
added 2016/12/01 12:0 a.m.40 views

The React application in the most common XSS exploits and Defense-vulnerability warning-the black bar safety net

The author has been firmly React technology stack of the user, and therefore will pay attention to the React application security related topics. The author in my ownReact+Redux+Webpack2scaffolding the third level also uses a lot of server-side rendering/isomorphism straight out of the technology...

7AI score
Exploits0
Packet Storm
Packet Storm
added 2016/09/08 12:0 a.m.32 views

SugarCRM REST Unserialize PHP Code Execution

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class MetasploitModule 'SugarCRM REST Unserialize PHP Code Execution', 'Description' = %q This module exploits a PHP Object Injection vulnerability in...

0.3AI score
Exploits0
exploitpack
exploitpack
added 2016/09/07 12:0 a.m.18 views

SugarCRM 6.5.23 - REST PHP Object Injection (Metasploit)

SugarCRM 6.5.23 - REST PHP Object Injection Metasploit This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class MetasploitModule 'SugarCRM REST Unserialize PHP Code Execution', 'Description' = %q This...

0.2AI score
Exploits0
0day.today
0day.today
added 2016/06/15 12:0 a.m.49 views

Bomgar Remote Support - Unauthenticated Code Execution (Metasploit)

Exploit for linux platform in category remote exploits This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Bomgar Remote Support Unauthenticated Code Execution', 'Description' = %q Thi...

7.1AI score0.05869EPSS
Exploits4
Exploit DB
Exploit DB
added 2016/06/15 12:0 a.m.154 views

Bomgar Remote Support - Code Execution (Metasploit)

This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class Metasploit3 'Bomgar Remote Support Unauthenticated Code Execution', 'Description' = %q This module exploits a vulnerability in the Bomgar Remote...

7.5CVSS7AI score0.05869EPSS
Exploits4
Rows per page
Query Builder