OS X 10.11 buffer overflow with deep filesystem hierarchy
1–10 of 47 posts
Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#2Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#3Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#4So in theory if you wanted to take down a web server that allows for creating files in a directory structure you just have to nest less than 1k of them to start wreaking havoc? Yikes if so.
Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#5So in theory if you wanted to take down a web server that allows for creating files in a directory structure you just have to nest less than 1k of them to start wreaking havoc? Yikes if so.
Its not really a big issue when you consider that no one does any serious web hosting on OSX server. Maybe if you relied on it for profiles?
[1] I especially liked this blog: http://photos.imgix.com/racking-mac-pros
[2] https://simbimbo.wordpress.com/2015/07/24/well-im-at-it-agai...
Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#6So in theory if you wanted to take down a web server that allows for creating files in a directory structure you just have to nest less than 1k of them to start wreaking havoc? Yikes if so.
Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#7Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#8So in theory if you wanted to take down a web server that allows for creating files in a directory structure you just have to nest less than 1k of them to start wreaking havoc? Yikes if so.
Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#9So in theory if you wanted to take down a web server that allows for creating files in a directory structure you just have to nest less than 1k of them to start wreaking havoc? Yikes if so.
An OS X web server... As another comment mentioned OS X is hindered by the fact they refuse to use GPL 3 code http://meta.ath0.com/2012/02/05/apples-great-gpl-purge/ . This results in their userspace code being out of date (i.e. they still use bash version 3.2) and having bugs like these.
They do not refuse, they cannot include it from a legal point of view.
Re: OS X 10.11 buffer overflow with deep filesystem hierarchy
#10So in theory if you wanted to take down a web server that allows for creating files in a directory structure you just have to nest less than 1k of them to start wreaking havoc? Yikes if so.
An OS X web server... As another comment mentioned OS X is hindered by the fact they refuse to use GPL 3 code http://meta.ath0.com/2012/02/05/apples-great-gpl-purge/ . This results in their userspace code being out of date (i.e. they still use bash version 3.2) and having bugs like these.