Description
RT is an open source, enterprise-grade issue and ticket tracking system. Versions prior to 5.0.10, 6.0.0 and above, prior to 6.0.3 contain an information disclosure and privilege escalation vulnerability in the REST 2.0 API. A privileged (non-administrative) user can obtain authentication credentials belonging to other users — including users with administrative privileges — and use those credentials to read data as those users via RT's feed endpoints. The same request that exposes the credentials also rotates them, invalidating previously-distributed feed URLs across the instance. This issue has been fixed in versions 5.0.10 and 6.0.3.
Published: 2026-07-20
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated but non‑administrative user can invoke the REST 2.0 collection endpoint for users and obtain plain‑text credentials for any other user, including those with administrative privileges. The attacker then uses those credentials to act as those users—reading data, rotating credentials, and invalidating existing feed URLs—effectively achieving information disclosure and privilege escalation. The flaw corresponds to CWE‑200, CWE‑269 and CWE‑863.

Affected Systems

The bestpractical RT issue tracker is affected in all releases prior to 5.0.10 and prior to 6.0.3. Versions 5.0.10 and 6.0.3 and later contain the fix.

Risk and Exploitability

The CVSS score of 9.1 indicates a critical impact. Exploitation requires an authenticated user with at least privileged (non‑administrative) rights and does not rely on network isolation. The attacker must call the REST 2.0 endpoint that lists user information; the response includes user credentials in plain text. Once captured, these credentials provide the attacker with the same access rights as the target user, including administrative privileges in the most severe cases. The vulnerability is not currently listed in CISA KEV, and the EPSS score of <1% indicates a very low probability of exploitation, but the high CVSS score still signals a critical severity if exploited.

Generated by OpenCVE AI on July 30, 2026 at 18:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the RT installation to RT 5.0.10 or RT 6.0.3 (whichever applies) to apply the vendor fix.
  • If an immediate upgrade is not possible, temporarily restrict or disable the REST 2.0 user collection endpoint for non‑administrative users using API permissions or a reverse‑proxy rule, until patching can occur.
  • After patching or disabling the endpoint, rotate all feed URLs to invalidate any credentials that may have been exposed by the vulnerability.

Generated by OpenCVE AI on July 30, 2026 at 18:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6324-1 request-tracker5 security update
Debian DSA Debian DSA DSA-6327-1 request-tracker4 security update
Ubuntu USN Ubuntu USN USN-8506-1 Request Tracker vulnerabilities
History

Tue, 21 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Bestpractical
Bestpractical rt
Vendors & Products Bestpractical
Bestpractical rt

Mon, 20 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description RT is an open source, enterprise-grade issue and ticket tracking system. Versions prior to 5.0.10, 6.0.0 and above, prior to 6.0.3 contain an information disclosure and privilege escalation vulnerability in the REST 2.0 API. A privileged (non-administrative) user can obtain authentication credentials belonging to other users — including users with administrative privileges — and use those credentials to read data as those users via RT's feed endpoints. The same request that exposes the credentials also rotates them, invalidating previously-distributed feed URLs across the instance. This issue has been fixed in versions 5.0.10 and 6.0.3.
Title RT: Privilege escalation and information disclosure via REST 2.0 user collection endpoint
Weaknesses CWE-200
CWE-269
CWE-863
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L'}


Subscriptions

Bestpractical Rt
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-21T12:46:48.161Z

Reserved: 2026-05-05T15:42:40.518Z

Link: CVE-2026-44231

cve-icon Vulnrichment

Updated: 2026-07-21T12:46:17.345Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:45:06Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-269

    Improper Privilege Management

  • CWE-863

    Incorrect Authorization