CVE-2019-25300
Published: 06 February 2026
Summary
CVE-2019-25300 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2019-25300 is a SQL injection vulnerability in thejshen Globitek CMS version 1.4. The flaw occurs through the 'id' GET parameter, enabling attackers to manipulate database queries using boolean-based, time-based, and UNION-based SQL injection techniques. This could allow extraction or modification of database information, as classified under CWE-89 with a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N).
The vulnerability can be exploited over the network with low complexity and no user interaction required, but it necessitates low-privilege access such as an authenticated user. Successful exploitation grants high confidentiality impact by enabling data extraction and low integrity impact through limited data modification, without affecting availability.
Advisories and related resources include the project repository at https://github.com/thejshen/contentManagementSystem, a proof-of-concept exploit at https://www.exploit-db.com/exploits/47581, and a detailed advisory from Vulncheck at https://www.vulncheck.com/advisories/thejshen-globitek-cms-id-sql-injection, which practitioners should consult for mitigation guidance such as input sanitization or upgrades.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2019-19398
Vulnerability details
thejshen Globitek CMS 1.4 contains a SQL injection vulnerability that allows attackers to manipulate database queries through the 'id' GET parameter. Attackers can exploit boolean-based, time-based, and UNION-based SQL injection techniques to potentially extract or modify database information.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing Globitek CMS web app directly enables remote exploitation for data access/modification per T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of the 'id' GET parameter to block boolean/time/UNION-based SQL injection strings before they reach the database.
Mandates timely patching or replacement of the vulnerable Globitek CMS 1.4 code that fails to sanitize the 'id' parameter (CWE-89).
Enables monitoring of application/database queries for anomalous patterns indicative of successful or attempted SQL injection via the 'id' parameter.