Advisory Database
  • Advisories
  • Dependency Scanning
  1. nuget
  2. ›
  3. PanelSW.Custom.WiX
  4. ›
  5. GMS-2024-173

GMS-2024-173: Panel::Software Customized WiX .be TEMP folder is vulnerable to DLL redirection attacks that allow the attacker to escalate privileges

February 8, 2024

Summary

.be TEMP folder is vulnerable to DLL redirection attacks that allow the attacker to escalate privileges.

Details

If the bundle is not run as admin, the user’s TEMP folder is used and not the system TEMP folder. A utility is able to monitor the user’s TEMP folder for changes and drop its own DLL into the .be/.Local folder immediately when the .be folder is created. When the burn engine elevates, the malicious DLL receives elevated privileges.

PoC

As a standard, non-admin user:

  1. Monitor the user’s TEMP folder for changes using ReadDirectoryChangesW
  2. On FILE_ACTION_ADDED, check if the folder name is .be
  3. Create a folder in .be named after the bundle + .Local (e.g. MyInstaller.exe.Local)
  4. Put the malicious COMCTL32.DLL in the .Local folder following the naming used for the real DLL (e.g. MyInstaller.exe.Local/x86_microsoft.windows.common-controls_…/COMCTL32.dll)
  5. Do hacker things when the engine escalates and the malicious DLL is loaded

Proper naming for the path can be obtained by using GetModuleHandle(“comctl32.dll”) and GetModuleFileName.

Impact

DLL redirection utilizing .exe.Local Windows capability. This impacts any installer built with the WiX installer framework.

References

  • github.com/advisories/GHSA-259p-rvjx-ffwg
  • github.com/nirbar/wix3/security/advisories/GHSA-259p-rvjx-ffwg

Code Behaviors & Features

Detect and mitigate GMS-2024-173 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 3.15.0-a44

Fixed versions

  • 3.15.0-a44

Solution

Upgrade to version 3.15.0-a44 or above.

Source file

nuget/PanelSW.Custom.WiX/GMS-2024-173.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 13 May 2025 12:14:52 +0000.