7.5
CVSSv2

CVE-2015-0935

Published: 25/05/2015 Updated: 07/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Bomgar Remote Support prior to 15.1.1 allows remote malicious users to execute arbitrary PHP code via crafted serialized data to unspecified PHP scripts.

Vulnerable Product Search on Vulmon Subscribe to Product

bomgar remote support

Exploits

## # This module requires Metasploit: metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Exploit::Remote::HttpClient include Msf::Exploit::CmdStager def initialize super( 'Name' ...
This Metasploit module exploits a vulnerability in the Bomgar Remote Support, which deserializes user provided data using PHP's unserialize method By providing an specially crafted PHP serialized object, it is possible to write arbitrary data to arbitrary files This effectively allows the execution of arbitrary PHP code in the context of the Bomg ...