CVE-2024-37311
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 · uneditedCollabora Online is a collaborative online office suite based on LibreOffice. In affected versions of Collabora Online, https connections from coolwsd to other hosts may incompletely verify the remote host's certificate's against the full chain of trust. This vulnerability is fixed in Collabora Online 24.04.4.3, 23.05.14.1, and 22.05.23.1.
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 confidenceCollabora Online's coolwsd component incompletely verifies SSL/TLS certificates when making HTTPS connections to remote hosts, failing to validate the full certificate chain of trust. This allows potential man-in-the-middle attacks where an attacker could intercept encrypted communications between coolwsd and external hosts.
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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/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.
-
Confirm coolwsd is installedCheck for the presence of the coolwsd process or binary on the system. On Linux systems, run 'ps aux | grep coolwsd' or check for the binary in common installation paths like /usr/bin/coolwsd, /opt/collaboraoffice*/program/coolwsd, or similar.Affected if coolwsd process or binary is found running or installed on the system
-
Identify installed Collabora Online versionRun the command to retrieve the Collabora Online version. Common methods include 'coolwsd --version', 'coolwsd -v', checking the package version (dpkg -l | grep coolwsd or rpm -qa | grep coolwsd), or inspecting the product version file in the installation directory.Affected if The installed version is 24.04.0 through 24.04.4.2, 23.05.0 through 23.05.14.0, or 22.05.0 through 22.05.23.0 (versions before the fixed releases)
-
Check if coolwsd connects to remote HTTPS hostsReview the coolwsd configuration file (typically coolwsd.xml in /etc/coolwsd/ or the configuration directory) for settings that enable connections to external hosts over HTTPS, such as WOPI storage settings, external converter settings, or any remote URL configurations.Affected if The configuration contains HTTPS URLs pointing to remote hosts for storage, conversion, or other features
-
Verify SSL certificate validation configurationExamine the coolwsd configuration for SSL-related settings. Check for options like <ssl_verification>, <verify>, or similar settings in the coolwsd.xml file that control certificate chain validation behavior.Affected if SSL verification is disabled, set to false, or explicitly configured to skip chain validation when connecting to remote HTTPS hosts
A system is affected if coolwsd is installed with a version in the 22.05.x, 23.05.x, or 24.04.x series before the fixed releases (22.05.23.1, 23.05.14.1, 24.04.4.3) AND coolwsd is configured to make HTTPS connections to remote hosts.
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 · scopedUpgrade Collabora Online to version 24.04.4.3, 23.05.14.1, or 22.05.23.1 to obtain the fixed certificate chain validation. If immediate patching is not possible, avoid transmitting sensitive data over HTTPS connections from coolwsd to untrusted networks.
Collabora Online 24.04.4.3 (or 23.05.14.1 for 23.x, or 22.05.23.1 for 22.x)
- Identify the currently installed Collabora Online version using your package manager or system inventory
- Back up the current Collabora Online configuration, including coolwsd.conf and any custom settings
- Upgrade to Collabora Online 24.04.4.3 if running a 24.x release, or to 23.05.14.1 if running a 23.x release, or to 22.05.23.1 if running a 22.x release
- Verify the upgrade completed successfully by checking the installed package version
- Restart the coolwsd service to apply the new version
- Confirm the service is running and accessible
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation2.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,872.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-37311 — 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-2024-37311 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