Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-4255
PUBLISHED
More InfoOfficial Page
Assigner-Toreon
Assigner Org ID-1c6b5737-9389-4011-8117-89fa251edfb2
View Known Exploited Vulnerability (KEV) details
Published At-16 Mar, 2026 | 07:14
Updated At-16 Mar, 2026 | 19:03
Rejected At-
▼CVE Numbering Authority (CNA)
DLL Injection Privilege Escalation

A DLL search order hijacking vulnerability in Thermalright TR-VISION HOME on Windows (64-bit) allows a local attacker to escalate privileges via DLL side-loading. The application loads certain dynamic-link library (DLL) dependencies using the default Windows search order, which includes directories that may be writable by non-privileged users.\n\n\n\nBecause these directories can be modified by unprivileged users, an attacker can place a malicious DLL with the same name as a legitimate dependency in a directory that is searched before trusted system locations. When the application is executed, which is always with administrative privileges, the malicious DLL is loaded instead of the legitimate library.\n\n\n\nThe application does not enforce restrictions on DLL loading locations and does not verify the integrity or digital signature of loaded libraries. As a result, attacker-controlled code may be executed within the security context of the application, allowing arbitrary code execution with elevated privileges.\n\n\n\nSuccessful exploitation requires that an attacker place a crafted malicious DLL in a user-writable directory that is included in the application's DLL search path and then cause the affected application to be executed. Once loaded, the malicious DLL runs with the same privileges as the application.\n\n\n\nThis issue affects \nTR-VISION HOME  versions up to and including 2.0.5.

Affected Products
Vendor
thermalright
Product
TR-VISION HOME
Modules
  • Ftd2xx.dll
Default Status
unaffected
Versions
Affected
  • From 0 before 2.0.5 (date)
Problem Types
TypeCWE IDDescription
CWECWE-829CWE-829 Inclusion of functionality from untrusted control sphere
Type: CWE
CWE ID: CWE-829
Description: CWE-829 Inclusion of functionality from untrusted control sphere
Metrics
VersionBase scoreBase severityVector
4.08.4HIGH
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Version: 4.0
Base score: 8.4
Base severity: HIGH
Vector:
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Metrics Other Info
Impacts
CAPEC IDDescription
CAPEC-233CAPEC-233 Privilege Escalation
CAPEC-641CAPEC-641 DLL Side-Loading
CAPEC ID: CAPEC-233
Description: CAPEC-233 Privilege Escalation
CAPEC ID: CAPEC-641
Description: CAPEC-641 DLL Side-Loading
Solutions

The issue can be resolved by modifying the application to load DLL dependencies using absolute paths or by restricting DLL loading to trusted directories such as system library locations. Additionally, implementing digital signature verification for loaded libraries can prevent malicious DLLs from being executed.

Configurations

The vulnerability is exposed when the affected application is executed on a Windows system where it resolves DLL dependencies using the default search order that includes directories within the user profile or other user-writable locations. Because these directories are writable by non-privileged users, an attacker running with standard user permissions can place a malicious DLL with the expected filename in the search path. When the application is subsequently executed with elevated privileges, the malicious DLL will be loaded and executed within the elevated security context.

Workarounds

Until a vendor patch is available, administrators may mitigate the vulnerability by placing the legitimate DLL dependency in the application's installation directory, ensuring it is loaded before any user-controlled locations in the DLL search order. This reduces the likelihood that a malicious DLL placed in a user-writable directory will be loaded.\n\n\n\nAdditionally, administrators should ensure the application's installation directory is not writable by non-privileged users. Application control mechanisms such as Windows Defender Application Control (WDAC) or AppLocker may also be used to restrict the loading or execution of untrusted DLL files. The issue can be resolved by modifying the application to load DLL dependencies using absolute paths or by restricting DLL loading to trusted directories such as system library locations. Additionally, implementing digital signature verification for loaded libraries can prevent malicious DLLs from being executed.

Exploits

Credits

finder
Ard33
Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://www.thermalright.com/support/download/
N/A
Hyperlink: https://www.thermalright.com/support/download/
Resource: N/A
▼Authorized Data Publishers (ADP)
CISA ADP Vulnrichment
Affected Products
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
Details not found