Sophos TesterApplication · Sophos

CVE-2018-6318

HIGH · 7.8 CVSS v3.0 Published 2018-02-02
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
81/100
Remediation priority · High
No privileges

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 · unedited
In Sophos Tester Tool 3.2.0.7 Beta, the driver loads (in the context of the application used to test an exploit or ransomware) the DLL using a payload that runs from NTDLL.DLL (so, it's run in userland), but the driver doesn't perform any validation of this DLL (not its signature, not its hash, etc.). A person can change this DLL in a local way, or with a remote connection, to a malicious DLL with the same name -- and when the product is used, this malicious DLL will be loaded, aka a DLL Hijacking attack.

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 confidence

The Sophos Tester Tool 3.2.0.7 Beta contains a DLL hijacking vulnerability where the driver loads NTDLL.DLL without performing any validation of the DLL's signature or hash. An attacker can replace the legitimate DLL with a malicious one (locally or remotely), and the application will load and execute the malicious code when run.

MitigationImplement cryptographic validation (signature verification and/or hash comparison) of DLLs before loading, and ensure DLLs are loaded from secure, write-protected directories to prevent tampering.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Sophos TesterApplication
Affected:= 3.2.0.7

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 checks

Work through these to decide whether this CVE applies to you.

  1. Check if Sophos Tester Tool is installed
    Look for 'Sophos Tester' in the list of installed programs (Control Panel > Programs and Features) or search for the executable file on the system
    Affected if The application Sophos Tester is present on the system
  2. Verify the installed version is 3.2.0.7
    Right-click on the Sophos Tester executable or its shortcut, select Properties, and check the Version tab. Alternatively, right-click the DLL file and view its properties.
    Affected if The version listed is exactly 3.2.0.7 (the affected version)
  3. Locate the application directory
    Find the installation path of Sophos Tester Tool (typically C:\Program Files\Sophos\ or similar)
    Affected if The application is installed and accessible
  4. Check the application directory for NTDLL.DLL
    Open the installation folder and look for a file named NTDLL.DLL. Compare its file hash with the legitimate Windows system NTDLL.DLL found in C:\Windows\System32\NTDLL.DLL using a tool like certutil or PowerShell Get-FileHash.
    Affected if An NTDLL.DLL file exists in the Sophos Tester directory (indicating potential for DLL hijacking)
  5. Check if the application directory is writable
    Right-click the Sophos Tester installation folder, select Properties, and review the Security tab to see which users have Write or Modify permissions. Alternatively, attempt to create a test file in the directory.
    Affected if Standard users or unprivileged accounts have Write access to the application directory (enabling an attacker to place a malicious DLL)

A user is affected if Sophos Tester Tool version 3.2.0.7 is installed and the application directory contains an NTDLL.DLL file or is writable by non-admin users, allowing DLL hijacking.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement cryptographic validation (signature verification and/or hash comparison) of DLLs before loading, and ensure DLLs are loaded from secure, write-protected directories to prevent tampering.

Fix this in Sophos Tester Scoped from the published advisory
  • Consultation2.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
16.0 hours of engineering $2,800
Get help mitigating

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 locally
dbcve dependency scanner

Check whether your project pulls in CVE-2018-6318 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2018-6318 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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