CVE-2023-23130
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 · uneditedConnectwise Automate 2022.11 is vulnerable to Cleartext authentication. Authentication is being done via HTTP (cleartext) with SSL disabled. OTE: the vendor's position is that, by design, this is controlled by a configuration option in which a customer can choose to use HTTP (rather than HTTPS) during troubleshooting.
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 confidenceConnectwise Automate 2022.11 transmits authentication credentials over HTTP in cleartext when SSL is disabled. An attacker on the same network could intercept these credentials through passive traffic monitoring or man-in-the-middle attacks.
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= 2022.11CVSS 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
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
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.
-
Verify Connectwise Automate versionCheck the installed Connectwise Automate version in the system. This can typically be found in the application itself (usually under Help > About or System > Dashboard), or check the installer/logs if recently upgraded.Affected if The installed version is exactly 2022.11 (this CVE affects only this specific version)
-
Confirm SSL is disabled for the web interfaceAccess the Connectwise Automate server configuration or registry settings related to SSL/TLS. Check the web server settings within Automate (typically under System > Security or System > Configuration) to verify whether SSL/TLS is enabled or disabled.Affected if SSL/TLS is disabled and the web interface is accessible over HTTP instead of HTTPS
-
Verify HTTP is enabled for authenticationCheck the Automate configuration settings to determine whether HTTP (non-SSL) access is permitted for the login/authentication pages. This is often found in the web server or network settings within Automate.Affected if HTTP is enabled and allowed for authentication traffic (credentials transmitted over port 80 instead of 443)
-
Inspect network listener for HTTP portOn the Connectwise Automate server, use netstat or similar tool to verify if the server is listening on HTTP port 80 (and not just HTTPS port 443). This confirms the service is accessible over unencrypted HTTP.Affected if The server is listening on port 80 for HTTP authentication traffic
You are affected if you have Connectwise Automate version 2022.11 installed AND SSL is disabled, allowing authentication credentials to be transmitted over unencrypted HTTP.
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.
dbcve · scopedEnable SSL and disable HTTP for authentication in the Connectwise Automate configuration settings. Ensure production environments do not use the troubleshooting HTTP option.
- Ensure SSL/HTTPS is enabled in Connectwise Automate by configuring the server to require HTTPS for all authentication connections
- Navigate to the Automate administrative interface and verify that the 'Require SSL' or 'Force HTTPS' option is enabled
- If troubleshooting mode was temporarily enabled to use HTTP, disable it after troubleshooting is complete
- Verify all authentication traffic is now encrypted by confirming connections use HTTPS (port 443) rather than HTTP (port 80)
- Review network logs to confirm no cleartext authentication credentials are being transmitted
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.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 $1,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-23130 — 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-2023-23130 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