WSUS Unauthenticated RCEIn this study, we will examine a critical vulnerability (CVE-2025-59287) discovered in the Microsoft Windows Server Update Services (WSUS) environment. This vulnerability arises from the unsafe deserialization of AuthorizationCookie objects sent to the GetCookie() endpoint, where encrypted cookie data is decrypted using AES-128-CBC and subsequently deserialized through BinaryFormatter without proper type validation, enabling remote code execution with SYSTEM privileges.
This EXP requires obtaining the key of Wusu first. This key needs to be obtained through other attack methods. This point needs to be clarified.
[4.0K] /data/pocs/ccfe7c64debb08f042dd5c58009e2ec36a67de49
├── [4.9K] cve-2025-59287-encrypt.py
├── [ 12K] cve-2025-59287-exp.py
└── [ 621] README.md
1 directory, 3 files