Lucene search
+L

238 matches found

Gentoo Linux
Gentoo Linux
added 2006/08/29 12:0 a.m.38 views

PHP: Arbitary code execution

Background PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Description The sscanf PHP function contains an array boundary error that can be exploited to dereference a null pointer. This can possibly allow the...

4.6CVSS7.1AI score0.02011EPSS
SaveExploits2
FreeBSD
FreeBSD
added 2006/08/18 12:0 a.m.41 views

php -- multiple vulnerabilities

The PHP development team reports: Added missing safemode/openbasedir checks inside the errorlog, fileexists, imapopen and imapreopen functions. Fixed overflows inside strrepeat and wordwrap functions on 64bit systems. Fixed possible openbasedir/safemode bypass in cURL extension and with realpath...

10CVSS7.1AI score0.06809EPSS
SaveExploits1References2
seebug.org
seebug.org
added 2006/08/16 12:0 a.m.34 views

PHP <= 4.4.3 / 5.1.4 (sscanf) Local Buffer Overflow Exploit

No description provided by source. ? / hoagiephpsscanf.php PHP = 4.4.3 / 5.1.4 local buffer overflow exploit howto get offsets: set $baseaddr to 0x41414141 ulimit -c 20000 /etc/init.d/apache restart execute script via web browser tail /var/log/apache/error.log ... Wed Aug 16 15:07:10 2006 notice...

7.1AI score
SaveExploits0
NVD
NVD
added 2006/08/08 8:4 p.m.17 views

CVE-2006-4020

scanf.c in PHP 5.1.4 and earlier, and 4.4.3 and earlier, allows context-dependent attackers to execute arbitrary code via a sscanf PHP function call that performs argument swapping, which increments an index past the end of an array and triggers a buffer over-read...

4.6CVSS7.4AI score0.02011EPSS
SaveExploits2References39
CVE
CVE
added 2006/08/08 8:0 p.m.104 views

CVE-2006-4020

CVE-2006-4020 affects PHP when using the sscanf function. In PHP 5.1.4 and earlier (and 4.4.3 and earlier), a context-dependent attacker can cause a buffer over-read by argument swapping in sscanf, potentially enabling arbitrary code execution. Vendor advisories and OpenVAS/Nessus entries indicat...

4.6CVSS7.3AI score0.02011EPSS
SaveExploits2References39Affected Software1
Cvelist
Cvelist
added 2006/08/08 8:0 p.m.32 views

CVE-2006-4020

scanf.c in PHP 5.1.4 and earlier, and 4.4.3 and earlier, allows context-dependent attackers to execute arbitrary code via a sscanf PHP function call that performs argument swapping, which increments an index past the end of an array and triggers a buffer over-read...

7.3AI score0.02011EPSS
SaveExploits2References39
securityvulns
securityvulns
added 2006/08/08 12:0 a.m.54 views

PHP memory corruption

sscanf function past the end of aray writing...

1.8AI score
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2006/08/08 12:0 a.m.7 views

PT-2006-4865 · Php +1 · Php +1

Name of the Vulnerable Software and Affected Versions: PHP versions 4.4.3 and earlier PHP versions 5.1.4 and earlier Description: The issue allows context-dependent attackers to execute arbitrary code via a sscanf PHP function call that performs argument swapping. This can trigger a buffer...

9.3CVSS7.5AI score0.06809EPSS
SaveExploits4References52
exploitpack
exploitpack
added 2006/08/08 12:0 a.m.17 views

PHP 4.4.35.1.4 - objIndex Local Buffer Overflow

PHP 4.4.35.1.4 - objIndex Local Buffer Overflow ?php / Author: Heintz Date: 4-th august 2006 Greets: Waraxe from www.waraxe.us All buds at www.plain-text.info Torufoorum ext/standard/scanf.c line 887 --- if numVars current = argsobjIndex++; --- objIndex points past the end of array in other forma...

0.4AI score
SaveExploits0
securityvulns
securityvulns
added 2006/08/08 12:0 a.m.39 views

php local buffer underflow could lead to arbitary code execution

Affected versions: php 5.1.4 and older, 4.4.3 and possibly older Cause: when php-s sscanf functions format argument contains argument swap and extra arguments are given like. sscanf'foo ','$1s',$bar then it reads an pointer to pointer to zval structure past the end of argument array by one. Php...

0.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2006/05/13 12:0 a.m.15 views

FreeBSD : elm -- remote buffer overflow in Expires header (f66e011d-13ff-11da-af41-0004614cc33d)

Ulf Harnhammar has discovered a remotely exploitable buffer overflow in Elm e-mail client when parsing the Expires header of an e-mail message : The attacker only needs to send the victim an e-mail message. When the victim with that message in his or her inbox starts Elm or simply views the inbox...

5.8AI score
SaveExploits0References2
securityvulns
securityvulns
added 2006/01/26 12:0 a.m.45 views

exiv2 IPTC library DoS

sscanf is used for data wich is not NULL-terminated...

1.8AI score
SaveExploits0References1Affected Software1
FreeBSD
FreeBSD
added 2005/08/20 12:0 a.m.13 views

elm -- remote buffer overflow in Expires header

Ulf Harnhammar has discovered a remotely exploitable buffer overflow in Elm e-mail client when parsing the Expires header of an e-mail message: The attacker only needs to send the victim an e-mail message. When the victim with that message in his or her inbox starts Elm or simply views the inbox ...

1.5AI score
SaveExploits0References1
Exploit DB
Exploit DB
added 2003/09/07 12:0 a.m.69 views

Mah-Jong 1.4 - Client/Server Remote sscanf() Buffer Overflow

// source: https://www.securityfocus.com/bid/8557/info A remote buffer overflow vulnerability when calling the sscanf function has been reported to affect the mah-jong game client and server programs. The issue occurs within seperate source files, however the code used by both programs is...

7.5CVSS5.8AI score0.05054EPSS
SaveExploits3
securityvulns
securityvulns
added 2003/07/30 12:0 a.m.41 views

man-db[] multiple(4) vulnerabilities.

part 1: addtodirlist buffer overflow man-db contains a buffer overflow vulnerability do to the lack of bounds checking in multiple sscanf calls. which formats the user supplied file /.manpath. here is the functionsrc/manp.c: static void addtodirlist FILE config, int user char bp; char bufBUFSIZ;...

1.6AI score
SaveExploits0
exploitpack
exploitpack
added 2002/09/26 12:0 a.m.18 views

GV 2.x3.x - .PDF.PS File Buffer Overflow (1)

GV 2.x3.x - .PDF.PS File Buffer Overflow 1 // source: https://www.securityfocus.com/bid/5808/info gv is a freely available, open source Portable Document Format PDF and PostScript PS viewing utility. It is available for Unix and Linux operating systems. It has been reported that an insecure sscan...

0.7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2002/09/26 12:0 a.m.34 views

GV 2.x/3.x - '.PDF'/'.PS' File Buffer Overflow (1)

// source: https://www.securityfocus.com/bid/5808/info gv is a freely available, open source Portable Document Format PDF and PostScript PS viewing utility. It is available for Unix and Linux operating systems. It has been reported that an insecure sscanf function exists in gv. Due to this...

4.6CVSS5.8AI score0.02025EPSS
SaveExploits3
Packet Storm
Packet Storm
added 1999/08/17 12:0 a.m.34 views

snplog.bof.txt

Date: Tue, 16 Feb 1999 00:42:49 +0000 From: Rupert Weber-Henschel To: [email protected] Subject: snplog-1.0 buffer overflow There is a possible buffer overflow in snplog-1.0. Or is it 0.1? The tar file is 0.1, the docs say 1.0. % snplog contains tcplogd, icmplogd, udplogd The offending code is...

7.4AI score
SaveExploits0
Rows per page
Query Builder