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] [thread-next>] [day] [month] [year] [list]
From: sblass at asu.edu (Steve Blass)
Subject: Administrivia: List Compromised due to Mailman
	Vulnerability

John Cartwright wrote:

>...
>
>Subscriber addresses and passwords have been compromised.
>
d'0h!

>...
>
>SLASH = '/'
>
>def true_path(path):
>    "Ensure that the path is safe by removing .."
>    parts = [x for x in path.split(SLASH) if x not in ('.', '..')]
>    return SLASH.join(parts)[1:]
>
>  
>
That's an improvement, but better is to extract and validate the tail of 
the path to your repository and then anchor the root where it belongs.

Fully disclosing that FD was compromised was a stand up thing to do 
though. Good job!

-
Steve


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ