CVE-2026-48248: Open ISES Tickets < 3.44.2 Disabled TLS Certificate Verification in incs/login.inc.php
Open ISES Tickets before 3.44.2 disables TLS certificate verification in incs/login.inc.php by setting CURLOPT_SSL_VERIFYPEER to false (and not setting CURLOPT_SSL_VERIFYHOST) when issuing outbound HTTPS requests issued during the login/authentication flow. 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 verify certificates for outbound HTTPS requests during login. A network-positioned attacker could impersonate the remote service and read or alter sensitive authentication traffic, potentially including API keys or session data.
Executive priority
Prioritize remediation for internet-facing, shared-network, or sensitive authentication deployments. Upgrade promptly because successful interception could compromise credentials or sessions, while acknowledging that exploitation requires network-path access and is not reported as active.
Technical view
The login flow in incs/login.inc.php sets CURLOPT_SSL_VERIFYPEER to false and does not configure CURLOPT_SSL_VERIFYHOST. This creates CWE-295 exposure to interception and response manipulation. The supplied CVSS 4.0 score is 8.2, with high confidentiality and integrity impact but high attack complexity.
Likely exposure
Deployments running Open ISES Tickets before 3.44.2 are potentially exposed when login authentication makes outbound HTTPS requests across a network path an attacker can influence. The bundle’s structured affected-version entry is inconsistent, so inventory confirmation is important.
Exploitation context
No active exploitation is established by the supplied sources, and the CVE is not listed as KEV in the bundle. Exploitation requires an attacker positioned on the relevant network path, which limits opportunity but could expose valuable authentication material.
Researcher notes
The strongest evidence is the vulnerable cURL configuration and referenced corrective commit. The supplied affected record lists version “0” with defaultStatus “unaffected,” conflicting with the narrative “before 3.44.2.” Treat the narrative, release, and patch as remediation guidance while verifying exact deployed versions.
Mitigation direction
Upgrade Open ISES Tickets to version 3.44.2 or later.
Confirm outbound HTTPS requests enforce peer and hostname certificate validation.
Review vendor release notes and the referenced patch before deployment.
Restrict network paths and outbound destinations used by the authentication flow.
Rotate exposed credentials if interception is reasonably suspected.
Validation and detection
Identify every deployed Open ISES Tickets version.
Confirm no instance runs a release earlier than 3.44.2.
Compare incs/login.inc.php against the referenced security patch.
Verify authentication requests reject untrusted or hostname-mismatched certificates in a controlled test.
Review network telemetry for unexpected authentication endpoints or interception indicators.
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.