Cyber Resilience

CVE-2019-25699

HighPublic PoC

Published: 12 April 2026

Published
12 April 2026
Modified
17 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.0001 1.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2019-25699 is a high-severity SQL Injection (CWE-89) vulnerability in Gurkanuzunca Newsbull. 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 1.7th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

Newsbull Haber Script version 1.0.0 is affected by multiple SQL injection vulnerabilities (CWE-89) in the search parameter across several admin endpoints, including /admin/comment/records, /admin/category/records, /admin/news/records, and /admin/menu/childs. These flaws allow attackers to inject malicious SQL code, enabling manipulation of database queries through time-based, blind, and boolean-based techniques to extract sensitive database information. The vulnerability carries 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), indicating high confidentiality impact with low requirements for privileges and complexity.

Authenticated attackers with low privileges, such as standard admin users, can exploit this vulnerability remotely over the network without user interaction. By submitting crafted payloads in the search parameter, they can achieve data exfiltration, including retrieval of sensitive information from the database, while also enabling limited integrity modifications but without impacting availability.

Advisories from sources like Vulncheck document the authenticated SQL injection via the search parameter, and a proof-of-concept exploit is publicly available on Exploit-DB (ID 46266). The project's GitHub repository and official site at newsbull.org provide additional context, though no patches or specific mitigation steps are detailed in the available references.

EU & UK References

Vulnerability details

Newsbull Haber Script 1.0.0 contains multiple SQL injection vulnerabilities in the search parameter that allow authenticated attackers to extract database information through time-based, blind, and boolean-based injection techniques. Attackers can inject malicious SQL code through the search parameter in endpoints…

more

like /admin/comment/records, /admin/category/records, /admin/news/records, and /admin/menu/childs to manipulate database queries and retrieve sensitive data.

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 web app admin endpoints directly enables exploitation of public-facing application (T1190) and subsequent database data access/exfiltration (T1213.006).

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

CVEs Like This One

CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89
CVE-2024-13369Shared CWE-89

Affected Assets

gurkanuzunca
newsbull
1.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation of untrusted inputs like the search parameter before incorporation into database queries.

prevent

Ensures timely identification, reporting, and remediation of the specific SQL injection flaw in admin endpoints to eliminate the vulnerability.

detectrespond

Facilitates automated scanning and analysis to detect SQL injection vulnerabilities in web applications like Newsbull Haber Script and initiate remediation.

References