Cyber Resilience

CVE-2019-25300

HighPublic PoC

Published: 06 February 2026

Published
06 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0004 14.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in public-facing Globitek CMS web app directly enables remote exploitation for data access/modification per T1190.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the 'id' GET parameter to block boolean/time/UNION-based SQL injection strings before they reach the database.

prevent

Mandates timely patching or replacement of the vulnerable Globitek CMS 1.4 code that fails to sanitize the 'id' parameter (CWE-89).

detect

Enables monitoring of application/database queries for anomalous patterns indicative of successful or attempted SQL injection via the 'id' parameter.

References