Lucene search
+L

phlyLabs phlyMail Lite 4.03.04 - 'go' Open Redirect

🗓️ 13 Jan 2013 00:00:00Reported by LiquidWormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

phlyLabs phlyMail Lite 4.03.04 Open Redirect Vulnerability in derefer.ph

Related
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Security Bulletin: Vulnerabilities in Python affect PowerKVM (CVE-2013-5123, CVE-2014-8991)
18 Jun 201801:29
ibm
circl
Circl
CVE-2013-4266
13 Jan 201300:00
circl
circl
Circl
CVE-2013-5123
13 Jan 201300:00
circl
cnvd
CNVD
Python pip security bypass vulnerability
31 Dec 201500:00
cnvd
cve
CVE
CVE-2013-4266
27 Aug 201301:00
cve
cve
CVE
CVE-2013-5123
5 Nov 201921:16
cve
cvelist
Cvelist
CVE-2013-4266
27 Aug 201301:00
cvelist
cvelist
Cvelist
CVE-2013-5123
5 Nov 201921:16
cvelist
debiancve
Debian CVE
CVE-2013-5123
5 Nov 201921:16
debiancve
fedora
Fedora
[SECURITY] Fedora 20 Update: python-virtualenv-12.0.7-1.fc20
21 Apr 201518:59
fedora
Rows per page
phlyLabs phlyMail Lite 4.03.04 (go param) Open Redirect Vulnerability


Vendor: phlyLabs
Product web page: http://www.phlymail.com
Affected version: Lite 4.03.04

Summary: phlyMail offers you an interface in the browser to have access
to your emails, contacts, appointments, tasks, files and bookmakrs from
anyhwere, where you have internet access. This can be your home, workplace,
train station, abroad, offroad, in the woods or your own backyard.

Desc: Input passed via the 'go' parameter in 'derefer.php' script is not
properly verified before being used to redirect users. This can be exploited
to redirect a user to an arbitrary website e.g. when a user clicks a specially
crafted link to the affected script hosted on a trusted domain.


-----------------------------------------------------------------------
/frontend/derefer.php:
----------------------

33: if (!isset($_REQUEST['go'])) exit;
34: $go = preg_replace('!\r|\n|\t!', '', $_REQUEST['go']);
35: if (strlen($go) == 0) exit;
36: if (!preg_match('!^(http://|https://|ftp://)!', $go) && $go{0} != '/') $go = 'http://'.$go;
37:
38: header('Location: '.$go);
39: exit;

-----------------------------------------------------------------------


Tested on: Microsoft Windows 7 Ultimate SP1 (EN)
           Apache 2.4.2 (Win32)
           PHP 5.4.4
           MySQL 5.5.25a


Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
                            @zeroscience


Advisory ID: ZSL-2013-5123
Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2013-5123.php


13.01.2013

--

http://localhost/frontend/derefer.php?go=zeroscience.mk

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