CVE-2017-11743
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 · uneditedMEDHOST Connex contains a hard-coded Mirth Connect admin credential that is used for customer Mirth Connect management access. An attacker with knowledge of the hard-coded credential and the ability to communicate directly with the Mirth Connect management console may be able to intercept sensitive patient information. The admin account password is hard-coded as $K8t1ng throughout the application, and is the same across all installations. Customers do not have the option to change the Mirth Connect admin account password. The Mirth Connect admin account is created during the Connex install. The plaintext account password is hard-coded multiple times in the Connex install and update scripts.
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 confidenceMEDHOST Connex contains a hard-coded Mirth Connect admin credential ($K8t1ng) embedded in installation and update scripts. The same password is used across all installations and cannot be changed by customers, allowing attackers with knowledge of this credential and network access to the Mirth Connect management console to intercept sensitive patient data.
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 dataall versionsCVSS 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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/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.
-
Locate the hardcoded credential in installation filesSearch all installation scripts, update scripts, and configuration files in the MEDHOST Connex installation directory for the string '$K8t1ng'. Use grep or a file content search tool to scan scripts with extensions such as .sh, .bat, .ps1, .xml, and .properties.Affected if The string '$K8t1ng' is found in any installation, update, or configuration script within the product directory.
-
Identify Mirth Connect management console exposureCheck network accessibility of the Mirth Connect management console. Common default ports are 8080 and 8443. Use netstat, firewall rules, or a port scan from an external system to determine if these ports are listening on interfaces accessible from outside the local host.Affected if The Mirth Connect management console ports (8080/8443) are accessible from network segments that contain untrusted or unauthorized systems.
-
Verify Mirth Connect admin account configurationAccess the Mirth Connect administrator interface or examine its user configuration database/file. Attempt to authenticate using the hardcoded credential '$K8t1ng' with the admin username, or inspect user configuration files for stored password hashes.Affected if The admin account can be accessed using the hardcoded credential '$K8t1ng', or the password hash in the configuration matches the hash of this known credential.
-
Review script files for embedded credentialsExamine all scripts in the MEDHOST Connex installation directory, particularly those in 'scripts', 'bin', 'install', or 'update' subdirectories. Look for cleartext password strings or base64-encoded credentials in shell scripts, batch files, and XML configuration files.Affected if Any script file contains a hardcoded password value that cannot be changed through the product's administrative interface.
The environment is affected if the hardcoded credential '$K8t1ng' is present in installation/update scripts or if the Mirth Connect management console is accessible with this credential.
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 dataImplement network segmentation and firewall rules to restrict access to the Mirth Connect management console to authorized internal systems only. Monitor for unauthorized access attempts. Contact MEDHOST for a vendor patch that removes hard-coded credentials and allows password changes.
- Consultation8.0 h
- Implementation12.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,608.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-11743 — 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-11743 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