LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-48246 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.2 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

2CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

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.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 4.0HighCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:NVulnCheck
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N2.23.6VulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.2High
CVSS 4.0 vector shape for CVE-2026-48246Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Open ISESTickets0unaffected
Weakness

CWE details

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.