osTicket
Overview
Open-source support ticketing system
Written in PHP with MySQL backend
Often exposes company email domains
Discovery
Cookie:
OSTSESSIDFooter: "powered by osTicket"
Default path:
/support/
Email Domain Exposure
Attack Flow
Create support ticket on osTicket portal
osTicket assigns temporary email:
940288@company.localUse this email to register on other services (Slack, GitLab, etc.)
Verification emails appear in osTicket ticket thread
Exploitation
Submit new ticket
Note assigned email (e.g.,
940288@inlanefreight.local)Use email to register on:
Slack workspace
GitLab instance
Mattermost
Internal wikis
Check ticket for verification email
Complete registration on target service
CVE-2020-24881 (SSRF)
Affects: osTicket 1.14.1
SSRF vulnerability to access internal resources:
Credential Reuse
If you obtain leaked credentials (via Dehashed, breaches):
Try credentials on osTicket admin panel
Admin panel typically at
/scp/Look for API keys, integrations, email configs
Important Paths
/scp/
Staff Control Panel (admin)
/api/
API endpoint
/kb/
Knowledge base
/tickets.php
Ticket submission
Post-Access
If admin access obtained:
Check
Admin Panel → Emailsfor SMTP credentialsCheck
Admin Panel → API Keysfor API tokensReview
Admin Panel → Pluginsfor integrations
Last updated