CVE-2026-48224: Open ISES Tickets < 3.44.2 Reflected XSS via ics214.php frm_add_str Parameter
Open ISES Tickets before 3.44.2 contains a reflected cross-site scripting vulnerability in ics214.php that allows authenticated attackers to inject arbitrary JavaScript by passing an unsanitized value through the frm_add_str POST parameter directly into an HTML form hidden input value attribute. Attackers can craft a malicious request containing a JavaScript payload that executes in the victim's browser when the response is rendered.
Security readout for executives and security teams
Plain-English summary
Open ISES Tickets before 3.44.2 can let an authenticated attacker run unintended browser-side JavaScript after a victim renders a crafted response. Successful abuse could expose limited information or perform actions using the victim’s session. The victim must interact with attacker-controlled content, so this is important but not an automatic server compromise.
Executive priority
Prioritize remediation in the normal vulnerability cycle, accelerating internet-facing or multi-user deployments. The moderate score and interaction requirement reduce immediacy, but authenticated attackers could target higher-privileged users and affect confidentiality or integrity. Confirm ownership and version promptly, then upgrade exposed systems to 3.44.2 or later.
Technical view
CVE-2026-48224 is reflected cross-site scripting in ics214.php. The frm_add_str POST parameter is placed into a hidden HTML input value without adequate sanitization or output encoding. It is remotely reachable, requires low-privileged authentication and victim interaction, and may cross a security boundary. CVSS 3.1 is 5.4: AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N.
Likely exposure
Deployments running Open ISES Tickets earlier than 3.44.2 are potentially exposed when authenticated users can reach ics214.php. Risk is greater where untrusted or compromised accounts can persuade privileged users to render crafted responses. The supplied affected-version metadata is inconsistent, listing version “0” while the description states versions before 3.44.2; verify installed versions directly.
Exploitation context
The supplied sources do not establish active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation requires authenticated access and a victim rendering the malicious response. Evidence supports reflected browser-side script execution, not unauthenticated access, server code execution, or availability impact.
Researcher notes
The weakness maps to CWE-79. The vulnerable data flow is frm_add_str into a hidden input value in ics214.php without adequate contextual encoding. The supplied patch and release are the strongest remediation evidence. Researchers should note the source bundle’s inconsistent affected-version record and avoid expanding the affected range beyond the stated “before 3.44.2” condition.
Mitigation direction
Upgrade Open ISES Tickets to version 3.44.2 or later.
Review the vendor release notes and patch commit before deployment.
Restrict untrusted accounts from accessing the affected application until upgraded.
Revoke unnecessary accounts and investigate suspected credential compromise.
Validation and detection
Inventory Open ISES Tickets deployments and confirm their exact installed versions.
Verify versions earlier than 3.44.2 are upgraded or otherwise isolated.
Confirm the vendor patch properly encodes frm_add_str in the generated HTML attribute.
Review application and authentication logs for suspicious requests to ics214.php.
Test remediation safely without executing active script payloads in production.
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 · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.