CVE-2019-25460
Published: 22 February 2026
Summary
CVE-2019-25460 is a high-severity SQL Injection (CWE-89) vulnerability in Web-Ofisi Platinum E-Ticaret. Its CVSS base score is 7.5 (High).
Operationally, ranked at the 28.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
NVD Description
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.
Deeper analysisAI
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.
Details
- CWE(s)