Cyber Resilience

CVE-2019-25460

HighPublic PoC

Published: 22 February 2026

Published
22 February 2026
Modified
02 March 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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.0036 28.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25460 is a high-severity SQL Injection (CWE-89) vulnerability in Web-Ofisi Platinum E-Ticaret. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.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-25460 is an SQL injection vulnerability (CWE-89) affecting Web Ofisi Platinum E-Ticaret version 5. The issue arises in the arama endpoint, where the 'q' GET parameter lacks proper input sanitization, allowing attackers to inject arbitrary SQL code and manipulate database queries. Published on 2026-02-22, it carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), highlighting high confidentiality impact with no integrity or availability disruption.

Unauthenticated remote attackers can exploit this vulnerability by sending crafted HTTP GET requests to the arama endpoint with malicious payloads in the 'q' parameter. Time-based blind SQL injection techniques enable extraction of sensitive database information, such as user credentials or other confidential data, without requiring privileges or user interaction.

Advisories from Vulncheck detail the SQL injection via the 'q' parameter, while Exploit-DB provides a proof-of-concept exploit (ID 47140). The vendor's page for Platinum E-Ticaret v5 offers additional product information, though specific patch details are referenced in these sources.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Web Ofisi Platinum E-Ticaret v5 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the 'q' GET parameter. Attackers can send requests to the arama endpoint with malicious 'q' values using…

more

time-based SQL injection techniques to extract sensitive 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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web app directly enables T1190 for initial unauthenticated remote exploitation and T1213.006 for direct database data exfiltration (e.g., credentials).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2019-25461Same product: Web-Ofisi Platinum E-Ticaret
CVE-2019-25459Same vendor: Web-Ofisi
CVE-2019-25456Same vendor: Web-Ofisi
CVE-2019-25457Same vendor: Web-Ofisi
CVE-2019-25455Same vendor: Web-Ofisi
CVE-2019-25458Same vendor: Web-Ofisi
CVE-2018-25199Shared CWE-89
CVE-2026-27179Shared CWE-89
CVE-2025-0308Shared CWE-89
CVE-2019-25581Shared CWE-89

Affected Assets

web-ofisi
platinum e-ticaret
5.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the 'q' GET parameter to prevent injection of malicious SQL code via the arama endpoint.

prevent

Mandates timely identification, reporting, and correction of the specific SQL injection flaw described in CVE-2019-25460.

prevent

Enforces boundary protection such as web application firewalls to monitor and block crafted SQL injection payloads in requests to the vulnerable arama endpoint.

References