Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-38447 – Predictable API Key Generation (Broken Cryptography) – osTicket 1.18.3 and earlier

Be the first to know when new zero-days emerge:

Summary

CVE-2026-38447 is a broken-cryptography vulnerability in osTicket, an open-source support-ticket/helpdesk platform. The application generates REST API keys using MD5 over predictable inputs, drastically reducing the effective keyspace and allowing an attacker to predict or brute-force valid keys. It is rated CRITICAL with a CVSS v3.1 base score of 9.8.

Technical details

  • Root cause: API keys are derived from md5(time() . $vars['ipaddr'] . md5(Misc::randCode(16))) in include/class.api.php. Building the key from MD5 combined with low-entropy inputs undermines the randomness expected of an authentication token.
  • Predictable inputs: The construction folds in the current Unix timestamp (time()) and the client IP address ($vars['ipaddr']), both of which are guessable or knowable, shrinking the search space well below that of a truly random token.
  • Trigger conditions: An attacker who can narrow the approximate key-creation timestamp and the associated allowed IP address can predict or brute-force the generated key value.
  • Attack vector: Network-exploitable without authentication. A valid API key grants REST access enabling ticket creation as arbitrary users, triggering of cron job execution, and access to ticket data permitted to the key.

Affected software

  • osTicket version 1.18.3 and earlier.

Severity

  • CVSS v3.1 base score: 9.8 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Mitigation and recommended actions

  • Immediate: Upgrade to an osTicket release that incorporates the upstream fix (reference commit feccb6a3a90863fd31215ee738b39762177e658c), which replaces the MD5-and-predictable-input construction with a cryptographically secure random generator (e.g. bin2hex(random_bytes(32))).
  • If no patch can be applied: Restrict access to the osTicket REST API endpoints at the network layer, rotate any existing API keys, and enforce strict IP allow-listing on API access.

How IONIX identifies potentially affected assets

IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.

  • Set-Cookie response header: OSTSESSID

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge