LiveActive security incident?Get immediate response
CVE Record

CVE-2017-0896: Zulip Server 1.5.1 and below suffer from an error in the implementation of the invite_by_admins_only settin...

Zulip Server 1.5.1 and below suffer from an error in the implementation of the invite_by_admins_only setting in the Zulip group chat application server that allowed an authenticated user to invite other users to join a Zulip organization even if the organization was configured to prevent this.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

In Zulip Server 1.5.1 and earlier, a logged-in user could invite new people into an organization even when admin-only invites were enabled. This is a permissions bypass, not evidence of server takeover. Business impact is unwanted membership, exposure of internal conversations, and loss of invite control where affected versions remain deployed.

Executive priority

Treat as a moderate access-governance issue. Prioritize remediation if Zulip holds sensitive internal discussions or if membership is tightly controlled. It is lower urgency than remote code execution, but affected instances should be upgraded and reviewed.

Technical view

CVE-2017-0896 is CWE-285 improper authorization in Zulip's invite_by_admins_only enforcement. Affected product: Zulip Server 1.5.1 and below. The flaw allowed authenticated users to perform invite actions that should have been restricted to admins. Public sources identify a Zulip 1.5.2 release and fixing commit; no CVSS score is provided.

Likely exposure

Exposure is limited to organizations running Zulip Server 1.5.1 or earlier, especially those relying on admin-only invitations for membership control. Hosted or later self-managed deployments are not shown as affected in the provided sources.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation reports. Exploitation requires an authenticated Zulip user and affects invite authorization, so risk is primarily insider, compromised-account, or over-permissive member scenarios.

Researcher notes

The record is concise: affected versions, authorization impact, CWE-285, release reference, HackerOne report, and fixing commit. CVSS and detailed exploit conditions are absent from the provided sources, so avoid stronger claims about severity or exploitation.

Mitigation direction

  • Upgrade affected Zulip Server deployments to version 1.5.2 or later.
  • Review Zulip release notes and vendor guidance for the specific fix.
  • Audit organization invitations and new users created during the exposure window.
  • Reconfirm invite_by_admins_only is enabled where membership should be admin-controlled.

Validation and detection

  • Identify all self-managed Zulip Server versions in use.
  • Confirm no production instance runs Zulip Server 1.5.1 or earlier.
  • Check invite settings for organizations requiring admin-only membership approval.
  • Review invitation logs and recent joins for unauthorized additions.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2017-0896 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ZulipZulip Server1.5.1 and belowListed
Weakness

CWE details

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

CWE-285 · source CWE mapping

Improper Authorization

Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.