CVE-2026-9507: Session fixation vulnerability in Enhancesoft's osTicket
A session fixation vulnerability has been identified in osTicket v1.18.2. This security flaw allows an attacker to hijack a victim’s account by keeping the initial session identifier (OSTSESSID) active after a successful login.
The issue lies in the fact that the application does not invalidate the pre-authentication cookie or generate a new identifier for the authenticated context. As a result, if an attacker manages to set a known session identifier in the victim’s browser, they will be able to maintain unauthorised access to the account once the victim has authenticated.
CVE-2026-9507 affects osTicket 1.18.2. The application may keep the same session cookie after login. If an attacker can cause a victim to use a known session identifier before login, the attacker may gain access after the victim authenticates. This requires victim interaction and is rated medium severity.
Executive priority
Treat as a medium-priority identity and helpdesk access risk. Prioritize if osTicket handles sensitive tickets, privileged support workflows, or customer data. The issue requires user interaction but could expose authenticated accounts if conditions are met.
Technical view
The flaw is a session fixation issue involving OSTSESSID. osTicket 1.18.2 reportedly does not invalidate the pre-authentication cookie or issue a new identifier when moving to an authenticated session. CVSS v4.0 is 5.1 with network access, low complexity, no privileges, and user interaction required.
Likely exposure
Exposure is limited to organizations running Enhancesoft osTicket version 1.18.2. The source bundle marks other versions as unaffected by default, but administrators should verify exact installed versions and vendor guidance.
Exploitation context
No active exploitation is indicated in the provided sources, and the CVE is not in KEV. Exploitation depends on an attacker getting a known session identifier into a victim’s browser before the victim logs in.
Researcher notes
Evidence is limited to the CVE record and INCIBE advisory summary. The bundle does not name a fixed version or detailed workaround. Avoid assuming broader version impact beyond osTicket 1.18.2 unless vendor documentation confirms it.
Mitigation direction
Identify any osTicket 1.18.2 deployments.
Review the INCIBE and vendor advisory for patch or upgrade guidance.
Apply vendor-provided fixes when confirmed for your deployment.
Consider forcing session renewal and logout after remediation.
Monitor authentication logs for suspicious concurrent or unexpected sessions.
Validation and detection
Confirm the installed osTicket version is 1.18.2 or not.
Check whether OSTSESSID changes after successful login.
Review session-management configuration against vendor guidance.
Verify remediation in a test environment before production rollout.
Document affected instances and remediation status.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-38: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve
time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present,
the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-38 · source CWE mapping
Path Traversal: '\absolute\pathname\here'
Path Traversal: '\absolute\pathname\here' represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.