CVE-2025-10089
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedUncontrolled Search Path Element Vulnerability in Setting and Operation Application for Lighting Control System MILCO.S Setting Application all versions, MILCO.S Setting Application (IR) all versions, MILCO.S Easy Setting Application (IR) all versions, and MILCO.S Easy Switch Application (IR) all versions allows a local attacker to execute malicious code by having installer to load a malicious DLL. However, if the signer name "Mitsubishi Electric Lighting" appears on the "Digital Signatures" tab of the properties for "MILCO.S Lighting Control.exe", the application is a fixed one. This vulnerability only affects when the installer is run, not after installation. If a user downloads directly from Mitsubishi Electric website and installs the affected product, there is no risk of malicious code being introduced.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a DLL hijacking vulnerability (uncontrolled search path element) in the installer for MILCO.S Lighting Control applications. A local attacker can place a malicious DLL in a directory searched by the installer, causing arbitrary code execution during the installation process.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- High
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify MILCO.S Lighting Control installationCheck Windows installed programs (Add/Remove Programs, registry HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall, or use 'Get-ItemProperty' PowerShell command on that registry path) for entries containing 'MILCO.S' or 'Mitsubishi' lighting control softwareAffected if MILCO.S Lighting Control application appears in installed programs list
-
Locate installer or uninstaller executableSearch for installer files in typical locations: %ProgramFiles%\MILCO.S, %ProgramFiles%\Mitsubishi Electric, or check the original installer location. Look for setup.exe, install.exe, or uninstall.exe files with names referencing MILCO.S or Mitsubishi LightingAffected if Installer or uninstaller executable exists on the system
-
Verify installer digital signatureRight-click the installer/uninstaller exe file, select Properties, go to Digital Signatures tab. Verify the certificate issuer is 'Mitsubishi Electric Lighting' and the signature is valid (not expired, not revoked)Affected if Installer lacks valid 'Mitsubishi Electric Lighting' digital signature or shows signature error
-
Check for suspicious DLLs in search pathsExamine directories where installer was run from (installation directory, %TEMP%, current working directory at install time, Windows system directories) for unknown or recently placed DLLs with names that might be hijacked (e.g., bcrypt.dll, crypt32.dll, version.dll, or other common DLL names)Affected if Unexpected DLL files exist in installation directory or temp directories that were not part of the original installer package
-
Review installation logs for DLL load attemptsCheck Windows installer logs (typically in %TEMP% with MSI*.log naming, or %WINDIR%\INF\setupapi.dev.log) for entries showing DLL search paths and attempted loads during MILCO.S installationAffected if Logs show DLL loads from untrusted paths or failed signature validation attempts
If MILCO.S Lighting Control is installed and its installer lacks a valid 'Mitsubishi Electric Lighting' digital signature, the system may have been compromised via this DLL hijacking vulnerability.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataEnsure the installer is properly signed with 'Mitsubishi Electric Lighting' certificate and only download installers from the official Mitsubishi Electric website to avoid tampered versions.
- Consultation2.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,480.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-10089 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-10089 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data