A Brace Helps to Balance the Load

A syntax construct inside the TCL language is allowing injection attacks to occur.

Larry Loeb, Blogger, Informationweek

August 13, 2019

3 Min Read

Load balancers have the potential inside them for a real problem, it's been discovered. It arises from the language used to control the load balancing, called Tool Command Language (TCL).

A senior security consultant for F-Secure, Christoffer Jerkeby, realized there was a problem with the language and first wrote a paper about the problem in May, with an update in June. Public attention was only drawn to the problem recently, with F-secure posting to its blog and F5 issuing a security advisory.

F5 is involved in this because TCL is used with its BIG-IP OS for load balancers so you can tell the puppy what you want it to do. BIG-IP is very popular with larger enterprises like banks.

Security Now talked with Jerkeby on whether this was a hypothetical attack, or based on real-world observations. He told SN that, "I discovered this issue while performing a security assessment for a client, and have since verified it with other companies. However, we are not aware of any cases where it has been used in real attacks." Not yet, anyway.

What's going on is a syntax construct (it's actually a required feature that lets substitutions occur during the evaluation of statements) inside the TCL language that can allow injection attacks to occur. As F5 put it, "The design of the Tcl language allows for substitutions in statements and commands and this feature of Tcl can allow injection attacks similar to those seen in SQL or shell scripting languages, where arbitrary user input is interpreted as code and executed."

Because it's in the language itself, it cannot be patched. Also, the problem may not affect every installation. You have to check your particular balancer to see if the way it was programmed before being put into production will leave it open to this exploit. Did I mention that a Shodan search turned up 300,000 worldwide active BIG-IP implementations with 60% of them in the US? There's the potential for big stuff here.

Let's get something straight. Like the advisory says, "This is not a vulnerability in Tcl, or F5 products, but rather an issue relating to coding practices used when writing Tcl code."

So, F5 can't make users write bulletproof code. But they can call them out on it when they don't. The mitigation is that expressions in Tcl should always be "braced." This may be as simple as enclosing the expression in curly braces '{}'.

There are some open source tools on GitHub for those who have the "touch" to try things on their installations. A BIG-IP tester will look at what rules you now have in place, though the documentation says it's for “when you don't have the balls to test your iRules directly in production.”

An automated scan tool that will pick the vulnerable implementations out of a network is also available.

— Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek.

Read more about:

Security Now

About the Author(s)

Larry Loeb

Blogger, Informationweek

Larry Loeb has written for many of the last century's major "dead tree" computer magazines, having been, among other things, a consulting editor for BYTE magazine and senior editor for the launch of WebWeek. He has written a book on the Secure Electronic Transaction Internet protocol. His latest book has the commercially obligatory title of Hack Proofing XML. He's been online since uucp "bang" addressing (where the world existed relative to !decvax), serving as editor of the Macintosh Exchange on BIX and the VARBusiness Exchange. His first Mac had 128 KB of memory, which was a big step up from his first 1130, which had 4 KB, as did his first 1401. You can e-mail him at [email protected].

Keep up with the latest cybersecurity threats, newly discovered vulnerabilities, data breach information, and emerging trends. Delivered daily or weekly right to your email inbox.

You May Also Like


More Insights