Severity by source
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Local file-write staging required (AV:L); no elevated privileges needed to place the DLL in a user-writable directory (PR:N); victim must run the installer (UI:R); no scope change consistent with vendor SC:N assessment.
Primary rating from Vendor (LY-Corporation).
CVSS VectorVendor: LY-Corporation
Lifecycle Timeline
2DescriptionCVE.org
A vulnerability has been identified in LineInst.exe (LINE for Windows) prior to version 26.4.0, where Msftedit.dll is loaded via a relative path without a secure DLL search path, allowing a malicious DLL placed in the installer's directory to be loaded ahead of the legitimate System32 copy.
AnalysisAI
DLL hijacking in the LINE for Windows installer (LineInst.exe) enables arbitrary code execution when a victim runs the installer after an attacker has pre-positioned a malicious Msftedit.dll in the same directory. All LINE for Windows versions prior to 26.4.0 load this Microsoft Rich Edit control library via a relative path, bypassing Windows secure DLL loading practices and allowing the installer's current directory - commonly a user-writable location such as Downloads - to shadow the legitimate System32 copy. No public exploit code has been identified and no active exploitation has been confirmed; the vulnerability is transient, existing only during the installation phase and not in the running application.
Technical ContextAI
The root cause is an uncontrolled DLL search path (consistent with CWE-427, Uncontrolled Search Path Element, though no formal CWE is assigned in this record) in LineInst.exe, the installation binary for LINE for Windows by LY Corporation. Windows DLL loading follows a search order that - unless constrained via SetDllDirectory, LoadLibraryEx with LOAD_LIBRARY_SEARCH_SYSTEM32, or a side-by-side manifest - checks the application's current working directory before the System32 folder. LineInst.exe requests Msftedit.dll (the Microsoft Rich Edit control, a legitimate Windows inbox component) using only its bare filename without a fully-qualified or System32-anchored path. This causes the Windows loader to find and load a same-directory attacker-supplied DLL before discovering the legitimate copy. The affected product is identified by CPE cpe:2.3:a:ly_corporation:line_for_windows:*:*:*:*:*:*:*:* covering all releases prior to 26.4.0.
RemediationAI
Upgrade to LINE for Windows version 26.4.0 or later, which the vendor has confirmed resolves the unsafe DLL search order in LineInst.exe; the advisory is available at https://line.github.io/security-advisory-blog/CVE-2026-13133/. As a compensating control for environments that cannot immediately update, users should download the LINE installer only from the official LY Corporation source and execute it immediately upon download from a directory that is not accessible to other local processes or accounts - running the installer from a newly created, access-controlled temporary folder eliminates the DLL pre-placement window. Enterprise administrators can enforce this via group policy to restrict write access by other processes to common download directories. Note that the risk is strictly installation-phase: systems where LINE is already installed and where the old installer binary has been removed are not exposed.
Same weakness CWE-427 – Uncontrolled Search Path Element
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55033
GHSA-w99c-x9xf-3prr