CVE Vulnerabilities

CVE-2026-25166

Deserialization of Untrusted Data

Published: Mar 10, 2026 | Modified: Mar 13, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

Deserialization of untrusted data in Windows System Image Manager allows an authorized attacker to execute code locally.

Weakness

The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Affected Software

NameVendorStart VersionEnd Version
Windows_10_1607Microsoft*10.0.14393.8957 (excluding)
Windows_10_1809Microsoft*10.0.17763.8511 (excluding)
Windows_10_21h2Microsoft*10.0.19044.7058 (excluding)
Windows_10_22h2Microsoft*10.0.19045.7058 (excluding)
Windows_11_23h2Microsoft*10.0.22631.6783 (excluding)
Windows_11_24h2Microsoft*10.0.26100.7979 (excluding)
Windows_11_25h2Microsoft*10.0.26200.7979 (excluding)
Windows_11_26h1Microsoft*10.0.28000.1719 (excluding)
Windows_server_2016Microsoft*10.0.14393.8957 (excluding)
Windows_server_2019Microsoft*10.0.17763.8511 (excluding)
Windows_server_2022Microsoft*10.0.20348.4830 (excluding)
Windows_server_2022_23h2Microsoft*10.0.25398.2207 (excluding)

Potential Mitigations

  • Make fields transient to protect them from deserialization.
  • An attempt to serialize and then deserialize a class containing transient fields will result in NULLs where the transient data should be. This is an excellent way to prevent time, environment-based, or sensitive variables from being carried over and used improperly.

References