CVE-2017-6015
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 · uneditedWithout quotation marks, any whitespace in the file path for Rockwell Automation FactoryTalk Activation version 4.00.02 remains ambiguous, which may allow an attacker to link to or run a malicious executable. This may allow an authorized, but not privileged local user to execute arbitrary code with elevated privileges on the system. CVSS v3 base score: 8.8, CVSS vector string: (AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H). Rockwell Automation has released a new version of FactoryTalk Activation, Version 4.01, which addresses the identified vulnerability. Rockwell Automation recommends upgrading to the latest version of FactoryTalk Activation, Version 4.01 or later.
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 confidenceFactoryTalk Activation version 4.00.02 contains an unquoted service path vulnerability where file paths containing whitespace are not properly quoted. This path ambiguity allows a local attacker to place a malicious executable in an intermediate directory along the path, which may then be executed with elevated privileges.
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<= 4.00.02CVSS 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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/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 FactoryTalk Activation is installedOpen Registry Editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall or check Add/Remove Programs for an entry named 'FactoryTalk Activation' or 'Rockwell Automation FactoryTalk Activation'. Note the version listed.Affected if The installed version is 4.00.02 or lower.
-
Locate the FactoryTalk Activation Windows serviceOpen Services (services.msc) and look for a service related to FactoryTalk Activation, or query via command line: sc queryex type= service state= all | findstr /i "activation"Affected if A service named 'FactoryTalk Activation' or similar exists on the system.
-
Retrieve the service binary pathRun the command: sc qc "<service_name>" (replace with the actual service name found) or check the ImagePath value in Registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<service_name>Affected if The displayed path points to an executable in the FactoryTalk Activation program directory.
-
Verify if the service path is unquotedExamine the ImagePath value from the previous step. Check if the path contains spaces and is NOT enclosed in quotation marks. For example, an unquoted path looks like: C:\Program Files\Rockwell Software\FactoryTalk Activation\FTActSvr.exeAffected if The path contains one or more whitespace characters and is missing surrounding quotes.
-
Confirm the vulnerability conditionCross-reference: (1) FactoryTalk Activation version is 4.00.02 or lower, (2) a Windows service exists for it, (3) the service binary path has unquoted spaces. All three must be true.Affected if All conditions are met: vulnerable version installed, service exists, and service path contains unquoted whitespace.
You are affected if FactoryTalk Activation version 4.00.02 or lower is installed as a Windows service with an unquoted executable path containing whitespace.
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 dataUpgrade FactoryTalk Activation to version 4.01 or later to resolve the unquoted path vulnerability.
- Consultation2.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,464.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-6015 — 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-2017-6015 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