There’s a new vulnerability out there impacting F5 Big-IP appliances (CVE-2022-1388). Since SCYTHE focuses on post-exploitation, we don’t dive too deeply into the vulnerability itself. The good news (for me at least) is that this one is simple to explain:
Note: technically the web server itself does not run as root, but commands on the bash endpoint are passed to a service that runs them as root (facepalm). This is largely a distinction without a difference since the end result is command execution as the root user.
This is effectively a perfect storm when it comes to exploitation. A threat actor with access to the API endpoint can run commands as root on the F5 appliance. Given the privileged position these appliances typically hold in a network, this is a near worst case scenario. The only saving grace is that the API endpoint can only be exploited from the management interface of the F5 device, which should not be exposed to the Internet. Per security researcher Jacob Baines, it appears there are only about 2,500 F5 devices with management interfaces exposed directly to the Internet.
The SCYTHE CTI team is tracking this vulnerability and one of our friends from Curated Intelligence (Germán Fernández) published post-exploitation activities taken by threat actors.
This great CTI sharing allowed SCYTHE to create an emulation plan to validate detection of this post-exploitation activity. While we wouldn’t expect EDR or other security monitoring to run on an F5 appliance, executing the emulation plan may nonetheless be useful. Security teams can use it to evaluate whether they can see post exploitation steps or simulate exploitation to create cleanup scripts.
The bash API endpoint is passed the command in the following screenshot to execute (this command is executed as one of our provided threats). Note that the endpoint already runs /bin/bash so the -c parameter can be interpreted as being passed to bash.
The individual commands run are as follows:
Most of these commands are survey commands that focus on collecting data from the epxloited device. The following table lists each command and its intended purpose.
Because the F5 web server does not run as root, commands executed by the webshell will not be executed as root. It’s not entirely clear whether the threat actor is aware of this or how they will regain root privileges through remote access. The web shell will ensure the threat actor retains access to the device even after the vulnerability is patched.
Note that any system you run this threat on will have a web shell in the file /usr/local/www/xui/common/css/e9928af731css.php. If you run the threat emulation on an actual F5 appliance, ensure this file is deleted since it provides a threat actor access to the appliance (even if you patch the underlying vulnerability).
Additionally, you’ll want to remove the file /usr/local/www/xui/common/css/2e9928af731.css since it contains sensitive data in a web accessible location.
If you have an F5 management interface exposed to the Internet, you should consider the appliance compromised. Threat actors are actively scanning for vulnerable systems and by the time you read this blog post, any unpatched system has likely been exploited. After patching an internally facing system, please coordinate with threat hunting or incident response team members to ensure the vulnerability was not exploited before patching was performed. The filenames used for the web shell and configuration data may be modified by threat actors. Careful review of web server logs (beyond the scope of this post) should reveal signs of successful exploitation.
This is the sort of CTI SCYTHE is starting to push more rapidly to help our customers evaluate their exposures in near real time. Today, we are releasing two threat emulation plans. The first emulation plan runs the commands by decoding a base64 payload into /tmp/f5.sh and executing the payload commands. The commands executed in the payload are those detailed above in the post.
Since the entire threat actor script is written as a single action in the SCYTHE platform, you are unable to observe each step. To facilitate observation of each step in the campaign, we have created a second emulation plan which steps through each command individually. If the threat emulation plan is run on a generic Linux system (as opposed to an F5 appliance), you should expect the F5 specific command “f5mku” to fail (it will not be present on the system). Additionally, the “mount” commands will likely fail on a generic Linux system since most systems don’t have a dedicated filesystem for the /usr directory. Finally, the creation of the tar file and web shell will also fail since the full directory structure is not present.
From the herd to you, happy hunting friends!
This post discusses active research by SCYTHE and other cited third parties into an ongoing threat. The information in this post should be considered preliminary and may be updated as research continues. This information is provided “as-is” without any warranty or condition of any kind, either express or implied.