OtrsApplication

CVE-2026-48209

HIGH · 7.1 CVSS v3.1 Published 2026-06-01
Fix available
A fix is available. Upgrade to after 7.0.49 or later.
See remediation →
78/100
Remediation priority · High
Remotely reachable No privileges

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 improper neutralization of user-controllable input in OTRS or ((OTRS)) Community Edition ticket handling allows authenticated attackers to perform reflected cross-site scripting (XSS) attacks via crafted request parameters associated with ticket actions. By injecting malicious JavaScript into manipulated request URLs, attackers can execute arbitrary script code in the context of an authenticated agent session when the crafted link is opened. This issue affects OTRS: * 7.0.x Please note that ((OTRS)) Community Edition 6.x and before are vulnerable. Products based on the ((OTRS)) Community Edition also very likely to be affected

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

A reflected cross-site scripting (XSS) vulnerability in OTRS ticket handling allows authenticated attackers to inject malicious JavaScript through crafted request parameters in ticket action URLs, executing code within the context of an authenticated agent session.

MitigationApply vendor patches for OTRS 7.0.x or upgrade to a patched version; in the interim, instruct agents to avoid clicking untrusted links to OTRS ticket action URLs.

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
OtrsApplication
Affected:<= 6.0.32>= 7.0.0, <= 7.0.49

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
Required
Scope
Unchanged
Confidentiality
Low
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/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. Determine installed OTRS version
    Access the admin dashboard or check the version file (Kernel/Config.pm or about page in OTRS web interface). The version is typically visible in the admin panel under 'System Administration' or by accessing /otrs/index.pl?Action=AdminSystemConfiguration.
    Affected if Installed version is <= 6.0.32 OR (installed version >= 7.0.0 AND <= 7.0.49)
  2. Verify agent authentication is enabled
    Confirm that OTRS agent login is active by checking if /otrs/index.pl?Action=Login loads and functional agent accounts exist in the system.
    Affected if Agent authentication is enabled and users can log in to the OTRS interface
  3. Identify accessible ticket action modules
    Check which ticket action modules are active for agent accounts. In OTRS, ticket actions are controlled via 'Process Management' and 'Ticket ACLs' in admin settings. Navigate to a ticket and inspect available action buttons (e.g., Close, PriorityChange, OwnerChange).
    Affected if Agent has access to ticket action functionality in the web interface
  4. Inspect ticket action URL parameters
    When viewing a ticket, click on an action (like Priority Change or Owner Change) and examine the generated URL in the browser address bar. Look for parameter values that could be reflected back in the page without encoding, such as parameter values containing special characters like <, >, ', or ".
    Affected if Ticket action URLs contain user-controllable parameters that get reflected in the response without proper encoding

A user is affected if they run OTRS version 6.0.32 or earlier, or version 7.0.0 through 7.0.49, and have agent accounts with access to ticket action functionality that handles URL parameters without proper output encoding.

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 a release after 7.0.49
Interim mitigation

Apply vendor patches for OTRS 7.0.x or upgrade to a patched version; in the interim, instruct agents to avoid clicking untrusted links to OTRS ticket action URLs.

Recommended fix Moderate confidence

OTRS 7.0.50 or later (or Znuny 7.0.50+ as OTRS is now Znuny); OTRS 6.0.x to latest 6.0.x

  1. Check the current OTRS version by navigating to the Admin panel > System Administration > System Information
  2. Back up the OTRS database and configuration files before upgrading
  3. Download the latest OTRS 7.0.x package (7.0.50 or later) or OTRS 6.0.x package from the official OTRS website or Znuny (since OTRS is now Znuny)
  4. Stop the OTRS services (apache/web server and OTRS daemon)
  5. Extract and install the new version following the upgrade instructions in the OTRS Admin Manual
  6. Run the migration script: perl bin/otrs.Console.pl Maint::Database::Upgrade
  7. Clear the cache: perl bin/otrs.Console.pl Maint::Cache::Delete
  8. Start the OTRS services
Caveat Review upgrade notes for potential breaking changes between 6.0.x to 7.0.x; test in staging environment first; custom modules may require updates

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

Fix this in Otrs Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing8.0 h
  • Review / QA4.0 h
30.0 hours of engineering $5,280
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-48209 — 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-2026-48209 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