ZammadApplication

CVE-2024-33668

CRITICAL · 9.1 CVSS v3.1 Published 2024-04-26
Fix available
A fix is available. Upgrade to 6.3.0 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

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 · unedited
An issue was discovered in Zammad before 6.3.0. The Zammad Upload Cache uses insecure, partially guessable FormIDs to identify content. An attacker could try to brute force them to upload malicious content to article drafts they have no access to.

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 confidence

The Zammad Upload Cache feature uses insecure, partially guessable FormIDs to identify content. Attackers can brute force these predictable FormIDs to upload malicious content to article drafts they have no authorized access to, resulting in unauthorized file injection into the system.

MitigationUpgrade Zammad to version 6.3.0 or later which implements cryptographically secure FormID generation. If immediate upgrade is not possible, restrict access to the upload cache endpoints at the network level.

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
ZammadApplication
Affected:>= 6.2.0, < 6.3.0= 6.3.0

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
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Zammad version
    Run `zammad run rails r "puts Rails.configuration.x.version"` or check the web interface under Admin > System > Information to find the exact version number
    Affected if Version is greater than or equal to 6.2.0 and less than 6.3.0, or exactly 6.3.0
  2. Verify Upload Cache feature is accessible
    Confirm the `/api/v1/upload_caches` endpoint is reachable. This is typically used when creating or editing tickets with file attachments in drafts. Check if users can access the ticket creation/editing interface with attachment support
    Affected if The upload cache endpoint is accessible without additional authentication beyond standard Zammad login
  3. Identify if FormIDs follow predictable pattern
    Inspect HTTP requests when uploading attachments to article drafts. Submit a draft, note the FormID returned in the response, then submit another draft and compare the FormID values. Look for sequential or time-based patterns rather than cryptographically random strings
    Affected if FormIDs appear sequential, time-based, or have identifiable patterns rather than being random alphanumeric strings
  4. Check for unauthorized upload cache entries
    Query the upload_caches table in the database for any FormIDs that do not correspond to legitimate user drafts: `SELECT id, form_id, created_at FROM upload_caches;` Compare FormIDs against expected patterns and check for suspicious timing or volume
    Affected if There are FormIDs that cannot be linked to authorized user actions or show evidence of automated/unsolicited creation

The environment is affected if Zammad version is between 6.2.0 and 6.3.0 (exclusive) or exactly 6.3.0, and the upload cache feature is accessible to users who could potentially brute force FormIDs.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 6.3.0 or later
Fixed in 6.3.0
Interim mitigation

Upgrade Zammad to version 6.3.0 or later which implements cryptographically secure FormID generation. If immediate upgrade is not possible, restrict access to the upload cache endpoints at the network level.

Recommended fix High confidence

6.3.1 or later

  1. Upgrade Zammad to version 6.3.1 or later
  2. After upgrading, verify the Zammad application is running correctly and test that file upload functionality works as expected

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Zammad Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA4.0 h
22.0 hours of engineering $3,860
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-33668 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-33668 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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