| name | T0857_system-firmware |
| description | System firmware on modern assets is often designed with an update feature. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0857","persistence","inhibit-response-function"] |
| technique_id | T0857 |
| tactic | persistence |
| all_tactics | ["persistence","inhibit-response-function"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0857 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-276"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
T0857 System Firmware
High-Level Description
System firmware on modern assets is often designed with an update feature. Older device firmware may be factory installed and require special reprograming equipment. When available, the firmware update feature enables vendors to remotely patch bugs and perform upgrades. Device firmware updates are often delegated to the user and may be done using a software update package. It may also be possible to perform this task over the network.
An adversary may exploit the firmware update feature on accessible devices to upload malicious or out-of-date firmware. Malicious modification of device firmware may provide an adversary with root access to a device, given firmware is one of the lowest programming abstraction layers.
Kill Chain Phase
- Persistence (TA0110)
- Inhibit Response Function (TA0107)
Platforms: ICS
What to Check
How to Test
Identify Attack Surface
Determine if the target ICS/SCADA environment is susceptible to System Firmware by examining operational technology systems and network architecture.
Assess Existing Defenses
Review whether mitigations for T0857 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Remediation Guide
M0947 Audit
Perform integrity checks of firmware before uploading it on a device. Utilize cryptographic hashes to verify the firmware has not been tampered with by comparing it to a trusted hash of the firmware. This could be from trusted data sources (e.g., vendor site) or through a third-party verification service.
M0804 Human User Authentication
Devices that allow remote management of firmware should require authentication before allowing any changes. The authentication mechanisms should also support Account Use Policies, Password Policies, and User Account Management.
M0802 Communication Authenticity
Protocols used for device management should authenticate all network messages to prevent unauthorized system changes.
M0945 Code Signing
Devices should verify that firmware has been properly signed by the vendor before allowing installation.