Linux Software & Blog
BFD 1.4: Important Security Fix
Today I have put up a new release of BFD, version 1.4, that addresses an unsanitized variable issue that is used on the command line. This is a serious issue and should be treated as such, if you currently have BFD installed I would encourage you to update it immediately, the install.sh script in the BFD package will retain all your options and tracking data so the update process is painless.
Current Release:
http://www.rfxn.com/downloads/bfd-current.tar.gz
Change Log:
[Fix] properly sanitized vars passed to the command line
[Fix] ignore.hosts is now updated with system addresses on each bfd run
[Note] thanks to jpetersen@webhostsecurity.com for invaluable input and pointers
wget http://www.rfxn.com/downloads/bfd-current.tar.gz tar xvfz bfd-current.tar.gz cd bfd-1.4/ ./install.sh
Although this issue has many mitigating factors that lessen the severity of the potential impact it is nevertheless very serious and best to opt on the side of caution. I need to extend a special thanks to Jeff Petersen of webhostsecurity.com for identifying this issue in a very professional fashion and offering technical input.
| Print article | This entry was posted by Ryan M. on May 8, 2010 at 11:53 am, and is filed under Development. Follow any responses to this post through RSS 2.0. You can skip to the end and leave a response. Pinging is currently not allowed. |

about 3 months ago
Whoops, sure – done and thanks!
about 3 months ago
i know its a small thing, but can you change the post so it shows the following
wget http://www.rfxn.com/downloads/bfd-current.tar.gz
tar xvzf bfd-current.tar.gz
cd bfd-1.4/
./install.sh
thanks