Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/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 vector, low complexity, only low privileges needed; complete compromise of system confidentiality, integrity and availability.
Primary rating from Vendor (cert).
CVSS VectorVendor: cert
Lifecycle Timeline
5DescriptionCVE.org
ERP developed by eAI Technologies has a DLL Hijacking vulnerability, allowing authenticated local attackers to place a crafted DLL file in the same directory as the program, thereby executing arbitrary code.
AnalysisAI
Authenticated local attackers can achieve arbitrary code execution in eAI ERP via DLL hijacking. By placing a crafted DLL in the same directory as the ERP executable, an attacker can force the application to load malicious code upon launch. No evidence of active exploitation or public exploit code exists; EPSS score is extremely low (0.01%).
Technical ContextAI
The vulnerability is a classic DLL hijacking flaw (CWE-426) where the eAI ERP application loads dynamic-link libraries from its own directory without strict validation. If a malicious DLL with a legitimate-sounding name is placed in that folder, the application may load it instead of the intended system DLL. The affected product is an ERP solution by eAI Technologies, but no Common Platform Enumeration (CPE) data or specific version ranges are available, limiting precise identification of affected installations.
Affected ProductsAI
eAI ERP (exact product name and version range unspecified). No CPE identifiers are available. The initial advisory is hosted at https://www.twcert.org.tw/en/cp-139-10723-14549-2.html, but no vendor-specific product page or patch notice was linked.
RemediationAI
No vendor-released patch was identified at the time of analysis. Until a fixed version is available, restrict write permissions on the eAI ERP installation directory to trusted administrative accounts only, preventing unprivileged users from placing DLL files. Implement application whitelisting (e.g., AppLocker or Windows Defender Application Control) to block unknown DLLs from loading. Monitor file creation events in the ERP directory for suspicious DLL writes. These controls may interfere with legitimate software updates or plugins, so test in a staging environment first.
Same weakness CWE-426 – Untrusted Search Path
View allShare
External POC / Exploit Code
Leaving vuln.today