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 because the malicious DLL must be co-located (AV:L) and the victim must run the installer (UI:R); no prior privileges needed (PR:N) and successful load yields full user-level compromise (C/I/A:H).
Primary rating from Vendor (jpcert).
CVSS VectorVendor: jpcert
Lifecycle Timeline
5DescriptionCVE.org
The installer of HYPER SBI 2 insecurely loads Dynamic Link Libraries. If there is a crafted DLL at the same directory when invoking the affected installer, arbitrary code may be executed with the privilege of the user invoking the installer.
AnalysisAI
Arbitrary code execution in the HYPER SBI 2 installer (SBI Securities' online trading application) allows a local attacker to run code with the invoking user's privileges by planting a crafted DLL in the installer's directory. The flaw stems from insecure DLL search-path loading (CWE-427) and requires the victim to launch the installer from an attacker-influenced folder. No public exploit has been identified at time of analysis; the issue was reported by JPCERT/CC and published via JVN.
Technical ContextAI
The vulnerability is a classic DLL hijacking / uncontrolled search path element (CWE-427). On Windows, executables resolve dependent DLLs through an ordered search path that, in insecure configurations, includes the current working directory or the executable's own directory before trusted system paths. The HYPER SBI 2 installer loads one or more DLLs by name without specifying a fully-qualified trusted path, so a malicious DLL of the expected name placed alongside the installer is loaded and its entry point executed in-process. The affected component per CPE is cpe:2.3:a:sbi_securities_co.,ltd.:hyper_sbi_2, a desktop trading client distributed to retail brokerage customers in Japan.
RemediationAI
Obtain and run only the latest installer directly from SBI Securities' official distribution per the JVN advisory (https://jvn.jp/en/jp/JVN59875262/); a fixed installer that resolves DLLs from trusted absolute paths is the primary remedy - an exact patched version number is not stated in the available data, so consult the vendor advisory for the current build. Until updating, do not launch the installer from shared, browser-download, temporary, or otherwise writable directories that may contain untrusted files; instead move the installer into a newly created, empty, trusted folder (e.g., a fresh directory under the user profile) before running it, which prevents a co-located malicious DLL from being loaded. As a broader control, restrict write access to download directories and use application allow-listing to block unsigned DLLs from loading; the trade-off is added friction for legitimate installs and potential false positives on other software.
Same weakness CWE-427 – Uncontrolled Search Path Element
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44591
GHSA-j386-q724-3f5c