lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 10 Apr 2003 12:25:29 -0400
From: "Dick St.Peters" <stpeters@...Heaven.com>
To: Timo Sirainen <tss@....fi>
Subject: Re: PoPToP PPTP server remotely exploitable buffer overflow


Timo Sirainen writes:
> Versions older than 1.1.4-b3 and 1.1.3-20030409 affected. This seems to be
> exploitable only with Linux.
 ...
> problem
> -------
 ...
> 
> 	if (length > PPTP_MAX_CTRL_PCKT_SIZE) {
> 	  // abort
> 	}

Version 1.1.3 does not have this vulnerability.  My copy of 1.1.3
ctrlpacket.c (dated Feb 11 2002) reads

    if (length <= 0 || length > PPTP_MAX_CTRL_PCKT_SIZE) {

My copies of versions 1.0.1 and 1.1.2 do have the vulerability.

--
Dick St.Peters, stpeters@...Heaven.com 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ