A deserialization of untrusted data in Fortinet FortiNAC below 7.2.1, below 9.4.3, below 9.2.8 and all earlier versions of 8.x allows attacker to execute unauthorized code or commands via specifically crafted request on inter-server communication port. Note FortiNAC versions 8.x will not be fixed.
The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Fortinac | Fortinet | 8.5.0 (including) | 8.5.4 (including) |
Fortinac | Fortinet | 8.6.0 (including) | 8.6.5 (including) |
Fortinac | Fortinet | 8.7.0 (including) | 8.7.6 (including) |
Fortinac | Fortinet | 8.8.0 (including) | 8.8.11 (including) |
Fortinac | Fortinet | 9.1.0 (including) | 9.1.9 (including) |
Fortinac | Fortinet | 9.2.0 (including) | 9.2.7 (including) |
Fortinac | Fortinet | 7.2.0 (including) | 7.2.0 (including) |
Fortinac | Fortinet | 7.2.1 (including) | 7.2.1 (including) |
Fortinac | Fortinet | 8.3.7 (including) | 8.3.7 (including) |
Fortinac | Fortinet | 9.4.0 (including) | 9.4.0 (including) |
Fortinac | Fortinet | 9.4.1 (including) | 9.4.1 (including) |
Fortinac | Fortinet | 9.4.2 (including) | 9.4.2 (including) |
It is often convenient to serialize objects for communication or to save them for later use. However, deserialized data or code can often be modified without using the provided accessor functions if it does not use cryptography to protect itself. Furthermore, any cryptography would still be client-side security – which is a dangerous security assumption. Data that is untrusted can not be trusted to be well-formed. When developers place no restrictions on “gadget chains,” or series of instances and method invocations that can self-execute during the deserialization process (i.e., before the object is returned to the caller), it is sometimes possible for attackers to leverage them to perform unauthorized actions, like generating a shell.