I dont see any alerts from Centos or Redhat for this:
https://www.redhat.com/security/data/cve/cve-2010.htmlSo far it does not appear to effect Linux in my testing. In proftp it will kick back a OOM, clean itself up and keep on trucking without hurting itself or the server either:
ftp> ls */../*/../*/../*/../*/../*/../*
227 Entering Passive Mode (127,0,0,1,148,53).
150 Opening BINARY mode data connection for file list
226-Out of memory during globbing of */../*/../*/../*/../*/../*/../*
226 Transfer complete
ftp> ls
227 Entering Passive Mode (127,0,0,1,223,203).
150 Opening BINARY mode data connection for file list
-rw------- 1 mshinn mshinn 390588 Apr 21 13:02 test_junk
The PHP test also fails to do anything bad on Linux.