LiveActive security incident?Get immediate response
CVE Record

CVE-2022-40816: Zammad 5.2.1 is vulnerable to Incorrect Access Control.

Zammad 5.2.1 is vulnerable to Incorrect Access Control. Zammad's asset handling mechanism has logic to ensure that customer users are not able to see personal information of other users. This logic was not effective when used through a web socket connection, so that a logged-in attacker would be able to fetch personal data of other users by querying the Zammad API. This issue is fixed in , 5.2.2.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Zammad 5.2.1 could let a logged-in user access personal information belonging to other users. The issue affects confidentiality, not system takeover, data modification, or outage. The public record says it is fixed in Zammad 5.2.2.

Executive priority

Treat this as a moderate confidentiality issue. It deserves timely remediation on customer-facing or sensitive helpdesk systems, especially where many external users have accounts.

Technical view

This is an incorrect access control flaw in Zammad asset handling. Controls intended to prevent customer users from seeing other users' personal data were ineffective through a web socket connection, enabling authenticated API access to personal data. CVSS 3.1 is 6.5: network reachable, low complexity, privileges required, no user interaction, high confidentiality impact.

Likely exposure

Exposure is most relevant for organizations running Zammad 5.2.1 where authenticated customer or user accounts can reach the Zammad API and web socket functionality.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked KEV. Exploitation requires a logged-in attacker, but CVSS indicates low attack complexity and no user interaction once authenticated.

Researcher notes

Evidence is limited but consistent: the flaw is CWE-863 incorrect authorization in Zammad 5.2.1 and fixed in 5.2.2. The source data does not identify broader affected version ranges, exploit publication, or non-upgrade mitigations.

Mitigation direction

  • Upgrade affected Zammad 5.2.1 deployments to 5.2.2 or later.
  • Review the Zammad advisory for vendor-specific upgrade guidance.
  • Prioritize instances containing sensitive customer or employee personal data.
  • Monitor for unusual authenticated API access involving user or asset data.

Validation and detection

  • Inventory Zammad deployments and flag any running version 5.2.1.
  • Confirm upgraded systems report Zammad 5.2.2 or later.
  • Review logs for suspicious authenticated API or web socket access to personal data.
  • Validate customer users cannot access other users' personal information after remediation.
Prepared
Confidence
high
Sources
3

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-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-40816 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
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
2Source 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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

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