Coverage › CVE-2021-44168
CVE-2021-44168 Mapped Partial Sigma
Fortinet FortiOS Arbitrary File Download
- Vendor / product
- Fortinet — FortiOS
- Description (CISA)
- Fortinet FortiOS "execute restore src-vis" downloads code without integrity checking, allowing an attacker to arbitrarily download files.
- Added to KEV
- 2021-12-10
- Due date
- 2021-12-24
- Required action
- Apply updates per vendor instructions.
- Known ransomware use
- Unknown
- CWE
- CWE-494
- CISA notes
- https://nvd.nist.gov/vuln/detail/CVE-2021-44168
- Elsewhere
- cve.org · NVD · CISA KEV · JSON
ATT&CK techniques · CTID Mappings Explorer, ATT&CK 16.1, KEV snapshot 2025-07-28
2 mapping objects across 2 techniques. exploitation technique states how the vulnerability is exploited; primary and secondary impact state what exploitation achieves. They are different claims and are labelled as such.
| Technique | Mapping type | CTID comment | Status in v19.2 |
|---|---|---|---|
| T1078.003 Local Accounts | exploitation technique | CVE-2021-44168 is an unverified update download vulnerability that can be exploited by adversaries with local access creating specifically crafted download packages. ref 1 |
live |
| T1601 Modify System Image | primary impact | CVE-2021-44168 is an unverified update download vulnerability that can be exploited by adversaries with local access creating specifically crafted download packages. ref 1 |
live |
Detection chain · ATT&CK Enterprise v19.2 detection strategies, analytics, log sources
T1078.003 Local Accounts exploitation technique
- DET0407 Detection of Local Account Abuse for Initial Access and Persistence
AN1137 WindowsDetects anomalous usage of local accounts to log into a system, especially accounts not typically used interactively or outside business hours.Tunable:
TimeWindowUserContextAN1138 LinuxDetects interactive or service logins from local accounts outside expected operational context or at anomalous times.Tunable:TimeWindowHostRoleAN1139 macOSDetects abnormal or rare logins via local accounts through system or remote mechanisms such as SSH.Tunable:UserContextTimeWindow
Sigma rules tagged attack.t1078.003 (5)
Author: juju4
· 2017-10-29 (modified 2022-10-09) · logsource: product=windows service=security · 0f63e1ef-1eb9-4226-9d54-8927ca08520a
Detect remote login by Administrator user (depending on internal pattern).
Author: Sohan G (D4rkCiph3r)
· 2023-08-22 · logsource: product=macos category=process_creation · 5d0fdb62-f225-42fb-8402-3dfe64da468a
Detects attempts to create and/or add an account to the admin group, thus granting admin privileges.
Author: Sohan G (D4rkCiph3r)
· 2023-03-19 · logsource: product=macos category=process_creation · 652c098d-dc11-4ba6-8566-c20e89042f2b
Detects attempts to create and add an account to the admin group via "sysadminctl"
Author: Sohan G (D4rkCiph3r)
· 2023-08-22 · logsource: product=macos category=process_creation · 821bcf4d-46c7-4b87-bc57-9509d3ba7c11
Detects attempts to enable the root account via "dsenableroot"
Author: Sohan G (D4rkCiph3r)
· 2023-03-19 · logsource: product=macos category=process_creation · b743623c-2776-40e0-87b1-682b975d0ca5
Detects attempts to create and add an account to the admin group via "dscl"
T1601 Modify System Image primary impact
- DET0170 Detection Strategy for Modify System Image on Network Devices
AN0482 Network DevicesDefenders may observe adversary attempts to alter or replace a network device’s operating system image through anomalous CLI commands, unexpected firmware updates, integrity check failures, or mismatches in version and checksum validation. Suspicious behavior includes modification of image files on storage, OS version output inconsistent with baselines, unexpected reloads or reboots after image replacement, and changes to boot configuration that load non-standard system images.networkdevice:cli
Execution of commands to load, copy, or replace system images (e.g., 'copy tftp flash', 'boot system')→ DC0064 Command Executionnetworkdevice:configConfiguration changes to boot variables, startup image paths, or checksum verification failures→ DC0061 File ModificationTunable:AuthorizedAdminAccountsApprovedFirmwareVersionsTimeWindowChecksumBaseline
Sigma rules tagged attack.t1601 (0)
None. MITRE's strategy above is the only public detection guidance for this technique.