Description
Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in GIS Informatics GisLab Laboratory Management System allows SQL Injection.

This issue affects GisLab Laboratory Management System: from 1.4.03 before 1.5.
Published: 2026-09-10
Score: 9.8 Critical
EPSS: n/a
KEV: No
Impact: SQL Injection
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is an improper neutralization of special elements used in SQL commands, allowing attackers to inject arbitrary SQL statements into the application. This flaw permits unauthorized data access, modification, or deletion. It corresponds to CWE-89.

Affected Systems

GIS Informatics GisLab Laboratory Management System versions prior to 1.5, specifically from 1.4.03 up to 1.4.x, are affected. The vulnerability exists in the web application component that builds and executes SQL queries without proper sanitization. Users running these versions are at risk.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity. No EPSS score is available, suggesting limited publicly reported exploitation data, but the flaw remains highly valuable for adversaries. The vulnerability is not listed in CISA KEV, yet the impact and potential for exploitation render it a high priority. Attackers can exploit this flaw remotely over the network by submitting crafted input through exposed web forms or API endpoints; no local privilege escalation or physical access is required. The flaw grants attackers direct control over database operations and potentially the underlying application logic.

Generated by OpenCVE AI on September 10, 2026 at 13:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade GisLab Laboratory Management System to version 1.5 or later, which removes the SQL injection flaw.
  • If upgrading immediately is not feasible, enforce strict input validation and parameterized queries for all database interactions, and limit database credentials to the minimum required permissions.
  • Review all data entry points that construct SQL statements and replace string concatenation with safe, prepared statements to prevent injection.
  • Conduct a vulnerability scan or manual code review to ensure no other injection vectors remain present in the application.

Generated by OpenCVE AI on September 10, 2026 at 13:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 12:30:00 +0000

Type Values Removed Values Added
Description Improper neutralization of special elements used in an SQL command ('SQL injection') vulnerability in GIS Informatics GisLab Laboratory Management System allows SQL Injection. This issue affects GisLab Laboratory Management System: from 1.4.03 before 1.5.
Title SQLi in GIS Informatics' GisLab Laboratory Management System
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TR-CERT

Published:

Updated: 2026-09-10T12:41:39.971Z

Reserved: 2026-05-21T11:39:08.634Z

Link: CVE-2026-9163

cve-icon Vulnrichment

Updated: 2026-09-10T12:40:52.224Z

cve-icon NVD

Status : Deferred

Published: 2026-09-10T13:20:33.663

Modified: 2026-09-10T15:13:07.090

Link: CVE-2026-9163

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T14:00:10Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')