Cyber Resilience

CVE-2019-25461

HighPublic PoC

Published: 22 February 2026

Published
22 February 2026
Modified
10 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.0037 28.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25461 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.8th 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-25461 is an SQL injection vulnerability in Web Ofisi Platinum E-Ticaret v5, affecting the ajax/productsFilterSearch endpoint. The flaw arises from insufficient sanitization of the 'q' parameter in POST requests, enabling attackers to inject malicious SQL code and manipulate database queries. Rated at CVSS 7.5 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and mapped to CWE-89, it was published on 2026-02-22.

Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. By crafting POST requests with specially designed 'q' values, they can perform time-based blind SQL injection to extract sensitive database information, achieving high confidentiality impact without affecting integrity or availability.

Advisories and references, including an Exploit-DB proof-of-concept at https://www.exploit-db.com/exploits/47140, a VulnCheck advisory at https://www.vulncheck.com/advisories/web-ofisi-platinum-e-ticaret-sql-injection-via-ajaxproductsfiltersearch, and product details at https://www.web-ofisi.com/detay/platinum-e-ticaret-v5.html, document the issue but do not specify patches or mitigations in the available details.

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' parameter. Attackers can send POST requests to the ajax/productsFilterSearch endpoint with malicious 'q' values using…

more

time-based blind 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.
Why these techniques?

Direct unauthenticated network exploitation of public-facing web app via SQLi for DB data access.

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

CVEs Like This One

CVE-2019-25460Same product: Web-Ofisi Platinum E-Ticaret
CVE-2019-25457Same vendor: Web-Ofisi
CVE-2019-25455Same vendor: Web-Ofisi
CVE-2019-25458Same vendor: Web-Ofisi
CVE-2019-25459Same vendor: Web-Ofisi
CVE-2019-25456Same vendor: Web-Ofisi
CVE-2018-25210Same vendor: Web-Ofisi
CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89

Affected Assets

web-ofisi
platinum e-ticaret
5.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of the untrusted 'q' parameter in POST requests to the ajax/productsFilterSearch endpoint.

prevent

Addresses the root cause by identifying, reporting, and correcting the specific input sanitization flaw enabling SQL injection in Web Ofisi Platinum E-Ticaret v5.

preventdetect

Provides boundary protection via web application firewalls to monitor and block malicious SQL injection payloads targeting the vulnerable endpoint.

References