CVE-2026-28760
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 · uneditedThe installer of RATOC RAID Monitoring Manager for Windows searches the current directory to load certain DLLs. If a user is directed to place a crafted DLL with the installer, an arbitrary code may be executed with the administrator privilege.
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 confidenceThe RATOC RAID Monitoring Manager Windows installer is vulnerable to DLL hijacking due to insecure DLL search path ordering. The installer searches the current working directory for DLLs before checking system directories, allowing an attacker to place a malicious DLL that gets loaded and executed with administrator privileges when the installer runs.
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
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/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.
-
Check if RATOC RAID Monitoring Manager is installedOpen Programs and Features (appwiz.cpl) or check for the installation directory (commonly under C:\Program Files\RATOC or similar). Look for an entry named RATOC RAID Monitoring Manager or RATOC RMM.Affected if The product is listed in installed programs or its installation directory exists on the system.
-
Determine the installed versionRight-click the application in Programs and Features and select Properties, then check the Version field. Alternatively, locate the main executable (often named something like RMM.exe or raidman.exe) in the installation folder, right-click it, and view its file version properties.Affected if The detected version falls within the vulnerable range (compare your version to any official vendor release notes for this CVE; if uncertain, assume the installer version used is potentially affected).
-
Identify if the vulnerable installer was ever runReview system logs: open Event Viewer, navigate to Windows Logs > Application, and filter for events around the time of initial installation. Look for entries from the RATOC installer (often named something like raidman_setup.exe or similar). Also check the user account that performed the installation.Affected if The installer was executed on the system and the current working directory at that time was writable by an untrusted user, or the installer was run from a location like a network share or downloaded folder.
-
Check for suspicious DLLs in installer locationIf you have the original installer file, inspect the directory where it was run from. Look for any unexpected DLL files (e.g., version.dll, d3d9.dll, winhttp.dll) that are not part of the legitimate installer package.Affected if Unexpected DLL files are present in the same folder as the installer or were present at the time of installation.
-
Review installed DLLs for anomaliesUse a tool like Process Explorer or examine the installation directory for DLLs that may have been dropped during installation. Compare the DLLs present against those expected from a clean install of the same version.Affected if Extra or unexpected DLL files exist in the installation directory that were not part of the official installer package.
A user is affected if they have run the RATOC RAID Monitoring Manager installer from a directory where an attacker could have placed a malicious DLL, and the installer successfully loaded a DLL from that location with administrator privileges.
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 dataUsers should only download installers from official verified sources. The vendor should rebuild the installer using safe DLL loading practices (e.g., SetDllDirectory, absolute paths, or manifest-based binding) and digitally sign the updated installer.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-28760 — 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-2026-28760 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