CVE-2024-23793
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 · uneditedThe file upload feature in OTRS and ((OTRS)) Community Edition has a path traversal vulnerability. This issue permits authenticated agents or customer users to upload potentially harmful files to directories accessible by the web server, potentially leading to the execution of local code like Perl scripts. This issue affects OTRS: from 7.0.X through 7.0.49, 8.0.X, 2023.X, from 2024.X through 2024.3.2; ((OTRS)) Community Edition: from 6.0.1 through 6.0.34.
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 confidencePath traversal vulnerability in OTRS/((OTRS)) Community Edition file upload feature allows authenticated agents or customer users to upload files to arbitrary directories accessible by the web server, potentially enabling remote code execution via malicious Perl scripts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Low
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:L
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 OTRS installation and versionCheck the OTRS version by examining the Kernel/Config.pm file or running 'otrs.Console.pl Admin::Package::List' in the OTRS home directory. Also check Kernel/VERSION.pm if it exists.Affected if The installed version is OTRS 7.0.x below 7.0.50, 8.0.x below 8.0.7, 2024.x below 2024.4, or ((OTRS)) CE 6.0.x below 6.0.35.
-
Verify file upload feature is accessibleCheck the OTRS system configuration under 'Ticket::Article::Backend::MIMEEntity::ArticleAttachment' or review the SysConfig settings for 'Ticket::Article::Backend::MIMEEntity::ArticleAttachmentStore' to confirm the attachment storage feature is enabled.Affected if The file upload/attachment storage feature is enabled and accessible to agents or customer users.
-
Check upload directory configurationInspect the SysConfig setting 'UploadDir' under 'Ticket::Article::Backend::MIMEEntity' or check Kernel/Config.pm for the $Self->{'UploadDir'} parameter to identify the configured upload directory path.Affected if The upload directory is not restricted to a non-executable location or allows path traversal in the file naming.
-
Confirm agent/customer user permissionsReview the role and group permissions in OTRS admin panel to determine if standard agents or customer users have the ability to create or upload articles with attachments.Affected if Authenticated agents or customer users have permission to upload files via the ticket article attachment feature.
You are affected if OTRS is installed with a version prior to 7.0.50, 8.0.7, 2024.4, or ((OTRS)) CE 6.0.35 AND the file attachment upload feature is enabled for agents or customer users.
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 · scopedUpgrade to OTRS 7.0.50, 8.0.7, 2024.4+ or ((OTRS)) CE 6.0.35+. Alternatively, implement strict input validation on file path parameters and restrict upload directories to non-executable locations.
Upgrade to OTRS 7.0.50+, 8.0.x latest patch, 2024.3.3+, or ((OTRS)) Community Edition 6.0.35+
- 1. Identify your current OTRS or ((OTRS)) Community Edition version by checking the admin panel or running 'perl bin/otrs.Console.pl Admin::Package::List'
- 2. Determine the appropriate upgrade path based on your current version branch
- 3. Backup your OTRS database and configuration files before proceeding
- 4. Download the latest patch version for your respective branch from the official OTRS download page (https://otrs.com/download)
- 5. Stop the OTRS web server (e.g., Apache/Nginx)
- 6. Install the upgrade following the OTRS upgrade guide for your version
- 7. Start the OTRS web server
- 8. Verify the installation by logging in and checking the system information
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-23793 — 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-23793 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