6.5
CVSSv2

CVE-2012-6554

Published: 23/05/2013 Updated: 29/08/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

functions/html_to_text.php in the Chat module prior to 1.5.2 for activeCollab allows remote authenticated users to execute arbitrary PHP code via the message[message_text] parameter to chat/add_messag, which is not properly handled when executing the preg_replace function with the eval switch.

Vulnerable Product Search on Vulmon Subscribe to Product

a51dev activecollab chat module 1.0

a51dev activecollab chat module 1.5

a51dev activecollab chat module 1.1

a51dev activecollab chat module 1.1.1

a51dev activecollab chat module 1.2

a51dev activecollab chat module 1.3

a51dev activecollab chat module 1.3.2

a51dev activecollab chat module 1.4

a51dev activecollab chat module 1.4.1

a51dev activecollab chat module 1.5.1

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::Exploit ...