Lucene search
+L

WebSVN 2.3.3 Cross Site Scripting

🗓️ 22 Feb 2016 00:00:00Reported by Jakub PalaczynskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 40 Views

WebSVN 2.3.3 Reflected Cross-Site Scripting CVE-2016-251

Related
Code
ReporterTitlePublishedViews
Family
freebsd
FreeBSD
websvn -- reflected cross-site scripting
22 Feb 201600:00
freebsd
zdt
zdt
Opsview Monitor 5.x Command Execution Vulnerability
6 Sep 201800:00
zdt
cnvd
CNVD
Websvn Cross-Site Scripting Vulnerability
27 Feb 201600:00
cnvd
cve
CVE
CVE-2016-2511
7 Apr 201621:00
cve
cvelist
Cvelist
CVE-2016-2511
7 Apr 201621:00
cvelist
debian
Debian
[SECURITY] [DLA 428-1] websvn security update
24 Feb 201610:22
debian
debian
Debian
[SECURITY] [DSA 3490-1] websvn security update
24 Feb 201615:32
debian
debian
Debian
[SECURITY] [DSA 3490-1] websvn security update
24 Feb 201615:32
debian
nessus
Tenable Nessus
Debian DLA-428-1 : websvn security update
25 Feb 201600:00
nessus
nessus
Tenable Nessus
Debian DSA-3490-1 : websvn - security update
25 Feb 201600:00
nessus
Rows per page
`Title: WebSVN - Reflected Cross-Site Scripting  
Author: Jakub Palaczynski  
Date: 22. February 2016  
CVE: CVE-2016-2511  
  
Affected software:  
==================  
  
WebSVN 2.3.3  
Older versions are probably also vulnerable.  
  
Description:  
============  
  
WebSVN offers a view onto your subversion repositories that's been designed  
to reflect the Subversion methodology. You can view the log of any file or  
directory and see a list of all the files changed, added or deleted in any  
given revision. You can also view the differences between two versions of a  
file so as to see exactly what was changed in a particular revision.[1]  
  
  
Vulnerability:  
**************  
  
Reflected Cross-Site Scripting:  
===============================  
  
Proof of Concept:  
http://host/websvn/log.php?path=%00"><script>alert(document.domain)</script>  
  
Fix:  
It is adviced to change following line in include/setup.php file:  
$path = !empty($_REQUEST['path']) ? $_REQUEST['path'] : null;  
to:  
$path = !empty($_REQUEST['path']) ? escape($_REQUEST['path']) : null;  
  
"escape" function that is used to patch vulnerability was written by the  
author and can be found in include/command.php file.  
  
Reference:  
==========  
  
[1] Why WebSVN?:  
http://www.websvn.info/  
  
Contact:  
========  
  
Jakub[dot]Palaczynski[at]ingservicespolska[dot]pl  
  
  
`

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

22 Feb 2016 00:00Current
6.5Medium risk
Vulners AI Score6.5
EPSS0.01711
40