LiveActive security incident?Get immediate response
CVE Record

CVE-2022-31134: Zulip Server public data export contains attachments that are non-public

Zulip is an open-source team collaboration tool. Zulip Server versions 2.1.0 above have a user interface tool, accessible only to server owners and server administrators, which provides a way to download a "public data" export. While this export is only accessible to administrators, in many configurations server administrators are not expected to have access to private messages and private streams. However, the "public data" export which administrators could generate contained the attachment contents for all attachments, even those from private messages and streams. Zulip Server version 5.4 contains a patch for this issue.

MediumCVSS 4.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Affected Zulip Server versions let server owners or administrators download a public data export that incorrectly included attachments from private messages and private streams. The issue is not anonymous access, but it can expose sensitive files to administrators who were not expected to see private content.

Executive priority

Treat this as a confidentiality and governance issue, not an internet-wide emergency. Prioritize patching any affected self-hosted Zulip instance and investigating whether historical exports may have leaked sensitive attachments beyond their intended audience.

Technical view

CVE-2022-31134 is CWE-200 information exposure in Zulip Server public data exports. Versions >=2.1.0 and <5.4 included all attachment contents in exports generated through an administrator-only UI. CVSS 3.1 is 4.9: network-accessible, low complexity, high privileges required, high confidentiality impact.

Likely exposure

Self-hosted Zulip Server deployments running versions >=2.1.0 and <5.4 are exposed if server owners or administrators can generate public data exports. Exposure risk is higher where administrators are operational staff and not trusted to access private messages, private streams, or attached files.

Exploitation context

The sources do not report active exploitation, and the CVE is not listed as KEV in the provided bundle. Abuse requires high-privilege Zulip administrative access, but could still disclose confidential attachments if an authorized administrator generated or retained affected exports.

Researcher notes

Focus validation on version range, administrator export capability, and historical export artifacts. The provided evidence names Zulip Server 5.4 as patched but does not provide exploit reports, broader affected products, or detailed forensic indicators.

Mitigation direction

  • Upgrade Zulip Server to version 5.4 or later.
  • Review vendor guidance for any deployment-specific cleanup instructions.
  • Inventory and secure previously generated public data exports.
  • Restrict server owner and administrator roles to trusted personnel.
  • Remove unnecessary export files from shared or backup locations.

Validation and detection

  • Confirm the deployed Zulip Server version is not >=2.1.0 and <5.4.
  • Check whether public data exports were generated before patching.
  • Review who had server owner or administrator access during the exposure window.
  • Inspect retention locations for old public data export archives.
  • Verify post-upgrade exports no longer include private attachments.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-31134 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N1.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.9Medium
CVSS 3.1 vector shape for CVE-2022-31134Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
zulipzulip>= 2.1.0, < 5.4Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.