跳转到帖子

Themebleed- Windows 11 Themes Arbitrary Code Execution CVE-2023-38146

recommended_posts

发布于
  • Members

Themebleed- Windows 11 Themes Arbitrary Code Execution CVE-2023-38146

Disclosed
09/13/2023
Created
01/04/2024

Description

When an unpatched Windows 11 host loads a theme file referencing an msstyles file, Windows loads the msstyles file, and if that file's PACKME_VERSION is `999`, it then attempts to load an accompanying dll file ending in `_vrf.dll` Before loading that file, it verifies that the file is signed.It does this by opening the file for reading and verifying the signature before opening the file for execution. Because this action is performed in two discrete operations, it opens the procedure for a time of check to time of use vulnerability.By embedding a UNC file path to an SMB server we control, the SMB server can serve a legitimate, signed dll when queried for the read, but then serve a different file of the same name when the host intends to load/execute the dll.

Author(s)

  • gabe_k
  • bwatters-r7
  • Spencer McIntyre

Platform

Windows

Architectures

x64

Development

  • Source Code
  • History
  • 查看数 705
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。
注意:你的帖子需要版主批准后才能看到。

游客
回帖…