CVE-2026-48246: Open ISES Tickets < 3.44.2 Disabled TLS Certificate Verification in ajax/reports.php
Open ISES Tickets before 3.44.2 disables TLS certificate verification in ajax/reports.php by setting CURLOPT_SSL_VERIFYPEER to false (and not setting CURLOPT_SSL_VERIFYHOST) when issuing outbound HTTPS requests for Google Maps Directions API lookups during incident report generation. An attacker positioned on the network path between the server and the remote endpoint can present a forged certificate to intercept, monitor, or modify the request and response, including any API keys or session-bearing data in transit.
Security readout for executives and security teams
Plain-English summary
Open ISES Tickets before 3.44.2 fails to authenticate the Google Maps service when generating incident reports. A network-positioned attacker could impersonate that service and view or alter transmitted information, potentially exposing API keys or session-bearing data.
Executive priority
Prioritize upgrading affected systems, especially where incident reports are generated across shared, untrusted, or externally managed networks. The impact can be serious, but exploitation requires network-path access and is not reported as active.
Technical view
In ajax/reports.php, outbound HTTPS requests for Google Maps Directions API lookups disable CURLOPT_SSL_VERIFYPEER and do not configure CURLOPT_SSL_VERIFYHOST. This CWE-295 flaw permits forged certificates to be accepted. CVSS 4.0 rates it 8.2, with high confidentiality and integrity impact but high attack complexity.
Likely exposure
Exposure requires Open ISES Tickets earlier than 3.44.2, use of the affected incident-report workflow, and an attacker positioned on the outbound network path. Internet reachability of the application alone does not establish exploitability.
Exploitation context
The supplied record is not in CISA KEV, and no cited source reports active exploitation. Exploitation requires a network-path position and a forged certificate, consistent with the CVSS high-complexity assessment.
Researcher notes
The vulnerable trust decision occurs in the server's outbound cURL request, not the user's browser. Scope validation should focus on versions before 3.44.2 and the Google Maps Directions lookup in ajax/reports.php. The supplied structured affected-version entry is ambiguous, but the narrative and patch boundary consistently identify versions before 3.44.2.
Mitigation direction
Upgrade Open ISES Tickets to version 3.44.2 or later.
Review the vendor release notes and patch commit before deployment.
Rotate relevant API keys if network interception is suspected.
Investigate potentially exposed sessions if interception evidence exists.
Validation and detection
Inventory deployed Open ISES Tickets versions and identify installations earlier than 3.44.2.
Confirm ajax/reports.php matches the vendor's 3.44.2 patch.
Verify outbound requests enforce TLS peer and hostname validation.
Safely confirm that untrusted or hostname-mismatched certificates are rejected.
Review network and application records for suspicious report-generation traffic.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-295: 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.
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-295 · source CWE mapping
Improper Certificate Validation
Improper Certificate Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.