CVE-2026-48235
HighSummary
Open ISES Tickets before version 3.44.2 contains a SQL injection vulnerability in incs/remotes.inc.php. Values such as latitude, longitude, callsign, mph, altitude, and timestamp are concatenated into UPDATE and INSERT statements without proper sanitization.
Risk Assessment
An attacker able to compromise or impersonate the remote GPS tracker endpoint can inject SQL to manipulate the responder location, tracks, and assignment tables, posing a serious threat to data integrity.
Recommendation
It is recommended to upgrade to version 3.44.2 or later and implement proper input sanitization mechanisms for data from external sources.
Original NVD description (English source)
Open ISES Tickets before 3.44.2 contains a SQL injection vulnerability in incs/remotes.inc.php where latitude, longitude, callsign, mph, altitude, and timestamp values parsed from external GPS tracking service XML/JSON responses (InstaMapper and Google Latitude integration) are concatenated into UPDATE and INSERT statements without sanitization. An attacker able to compromise or impersonate the remote GPS tracker endpoint can inject SQL to manipulate the responder location, tracks, and assignment tables.

