CVE-2024-48937
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 · uneditedZnuny before LTS 6.5.1 through 6.5.10 and 7.0.1 through 7.0.16 allows XSS. JavaScript code in the short description of the SLA field in Activity Dialogues is executed.
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 confidenceZnuny LTS before 6.5.11 and 7.0.17 contains a stored XSS vulnerability in the short description field of SLA settings within Activity Dialogues. User-supplied JavaScript code in this field is not properly sanitized and executes when the Activity Dialog is rendered.
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>= 6.0.0, < 6.1.0>= 6.5.1, <= 6.5.10>= 7.0.1, <= 7.0.16CVSS 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
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/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.
-
Identify the installed Znuny LTS versionAccess the Znuny admin interface, typically via Admin > System Administration > System Information, or check the /opt/znuny/Kernel/Config.pm file for the ProductVersion settingAffected if The installed version is 6.0.0 to < 6.1.0, 6.5.1 to 6.5.10, or 7.0.1 to 7.0.16
-
Determine if Activity Dialogues with SLA are configuredNavigate to Admin > Process Management > Activity Dialogues and check if any Activity Dialogues contain SLA configuration elementsAffected if Activity Dialogues exist that reference or include SLA settings
-
Inspect SLA short description fields for unsanitized contentAccess the SLA management interface (Admin > SLA Management) or query the sla_table in the database for the ShortDescription field, reviewing any entries for script tags, javascript: URIs, or event handler attributesAffected if Any SLA short description contains raw HTML, script tags, or JavaScript event handlers that would execute when rendered in an Activity Dialog
-
Check database storage of SLA configurationQuery the database table storing SLA configuration data, looking at columns related to short description or user-facing SLA fields for any injected XSS payloadsAffected if Database records contain encoded or raw XSS payloads in SLA-related description fields
A user is affected if their Znuny LTS version falls within the vulnerable ranges AND Activity Dialogues with SLA settings exist AND the SLA short description field contains unsanitized script content that would execute when the Activity Dialog is displayed.
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 · scoped6.1.0
Upgrade to Znuny LTS 6.5.11, 7.0.17, or later; alternatively, implement output encoding/sanitization on the SLA short description field before rendering.
Znuny 6.5.11+ or 7.0.17+ (latest stable respective branch)
- 1. Identify the current Znuny version by checking the system information in the admin interface or using the command line package manager.
- 2. For Znuny 6.x installations: Upgrade to version 6.5.11 or later (or the latest 6.5.x stable release).
- 3. For Znuny 7.x installations: Upgrade to version 7.0.17 or later (or the latest 7.0.x stable release).
- 4. For Znuny 6.0.x to 6.1.x: Upgrade to the latest 6.5.x stable release to address both the 6.0.x/6.1.x and 6.5.x vulnerabilities.
- 5. After upgrade, verify the SLA field in Activity Dialogues properly escapes HTML/JavaScript in the short description field.
- 6. Test the Activity Dialogues functionality to ensure the XSS fix does not break legitimate SLA management workflows.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-48937 — 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-48937 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