16 matches found
CVE-2024-24736
CVE-2024-24736 concerns YahooPOPs (YPOPs!) 1.6 POP3 service. A remote denial-of-service (reboot) is triggered by sending a long string to TCP port 110, per NVD description. The entry notes this as related to CVE-2004-1558; no specific fix or affected patch/version details beyond YahooPOPs 1.6 are...
YPOPS! 0.9.7.3 - Buffer Overflow (SEH)
No description provided by source. Version:0.9.7.3 Tested on: Windows XP SP3 !/usr/bin/python All modules are SafeSEH protected in service pack 3. import socket, sys print \n ======================================== print YPOPS! v 0.9.7.3 Buffer Overflow SEH print Proof of Concept by Blake print...
YPOPS 0.6 - Buffer Overflow
No description provided by source. $Id: ypopsoverflow1.rb 9262 2010-05-09 17:45:00Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of...
YahooPOPs (YPOPS) 0.6 - Remote Buffer Overflow (Metasploit)
$Id: ypopsoverflow1.rb 9262 2010-05-09 17:45:00Z jduck $ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework...
YPOPS! 0.9.7.3 Buffer Overflow
Exploit Title: YPOPS! version 0.9.7.3 Buffer Overflow SEH Date: 1/10/10 Author: blake Software Link: http://sourceforge.net/projects/yahoopops/files/Windows/0.9.7.3/ypops-win-0.9.7.3.exe/download Version:0.9.7.3 Tested on: Windows XP SP3 !/usr/bin/python All modules are SafeSEH protected in servi...
YPOPS! v0.9.7.3 Buffer Overflow (SEH)
No description provided by source. Version:0.9.7.3 Tested on: Windows XP SP3 !/usr/bin/python All modules are SafeSEH protected in service pack 3. import socket, sys print "\n ========================================" print " YPOPS! v 0.9.7.3 Buffer Overflow SEH" print " Proof of Concept by Blake...
YPOPS! 0.9.7.3 - Buffer Overflow (SEH)
YPOPS! 0.9.7.3 - Buffer Overflow SEH Version:0.9.7.3 Tested on: Windows XP SP3 !/usr/bin/python All modules are SafeSEH protected in service pack 3. import socket, sys print "\n ========================================" print " YPOPS! v 0.9.7.3 Buffer Overflow SEH" print " Proof of Concept by Bla...
YPOPs! v0.9.7.3 Buffer Overflow (SEH)
Exploit for unknown platform in category dos / poc ===================================== YPOPs! v0.9.7.3 Buffer Overflow SEH ===================================== Version:0.9.7.3 Tested on: Windows XP SP3 !/usr/bin/python All modules are SafeSEH protected in service pack 3. import socket, sys pri...
YPOPS! 0.9.7.3 - Buffer Overflow (SEH)
Version:0.9.7.3 Tested on: Windows XP SP3 !/usr/bin/python All modules are SafeSEH protected in service pack 3. import socket, sys print "\n ========================================" print " YPOPS! v 0.9.7.3 Buffer Overflow SEH" print " Proof of Concept by Blake " print " Tested on Windows XP Pro...
YPOPS 0.6 Buffer Overflow
$Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'YPOPS 0.6...
YPOPS 0.6 Buffer Overflow
This module exploits a stack buffer overflow in the YPOPS POP3 service. This is a classic stack buffer overflow for YPOPS version 0.6. Possibly Affected version 0.5, 0.4.5.1, 0.4.5. Eip point to jmp ebx opcode in ws32.dll This module requires Metasploit: https://metasploit.com/download Current...
CVE-2004-1558
Multiple stack-based buffer overflows in YPOPs! aka YahooPOPS 0.4 through 0.6 allow remote attackers to cause a denial of service crash and possibly execute arbitrary code via a long 1 POP3 USER command or 2 SMTP request...
CVE-2004-1558
CVE-2004-1558 affects YahooPOPS! (YPOPs!) in versions 0.4–0.6. The vulnerability arises from multiple stack-based buffer overflows in the POP3 service handling a long POP3 USER command or a long SMTP request, enabling remote denial of service (crash) and potentially arbitrary code execution. The ...
CVE-2004-1558
Multiple stack-based buffer overflows in YPOPs! aka YahooPOPS 0.4 through 0.6 allow remote attackers to cause a denial of service crash and possibly execute arbitrary code via a long 1 POP3 USER command or 2 SMTP request...
PT-2004-2466 · Yahoo · Ypops!
Name of the Vulnerable Software and Affected Versions: YPOPs! aka YahooPOPS versions 0.4 through 0.6 Description: The issue is related to multiple stack-based buffer overflows that can be triggered by remote attackers. This can be achieved via a long POP3 USER command or an SMTP request. The...
pop_exp2.py
!/usr/bin/env python """ Exploit for an old BoF in YPOPS v0.6 discovered by Behrang Fouldai Coded as a PoC for defeating NoN-Exec stacks and stack protections like overflow guard etc. This exploit utilizes the 520 byte buffer in the TEB i.e is used for ANSI to Unicode String operations. The EIP i...