CVE-2019-25641
Published: 24 March 2026
Summary
CVE-2019-25641 is a high-severity SQL Injection (CWE-89) vulnerability in Netartmedia Vlog System (inferred from references). 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 18.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-25641 is an SQL injection vulnerability (CWE-89) in the Netartmedia Vlog System. The flaw resides in the forgotten_password module of index.php, where the email parameter fails to properly sanitize user input, allowing attackers to inject arbitrary SQL code into database queries.
Unauthenticated remote attackers can exploit this vulnerability with low attack complexity and no user interaction required, as indicated by its CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N). By sending crafted POST requests to index.php with malicious values in the email parameter, attackers can manipulate database queries to extract sensitive information, achieving high confidentiality impact and low integrity impact without affecting availability.
References include an Exploit-DB entry (https://www.exploit-db.com/exploits/46583) detailing a proof-of-concept, the vendor site (https://www.netartmedia.net/vlogsystem/), and a Vulncheck advisory (https://www.vulncheck.com/advisories/netartmedia-vlog-system-lastest-sql-injection-via-email-parameter), which security practitioners should consult for any available patches or mitigation guidance. The CVE was published on 2026-03-24.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2019-20022
Vulnerability details
Netartmedia Vlog System contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the email parameter. Attackers can send POST requests to index.php with malicious email values in the forgotten_password module to…
more
extract sensitive database information.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in unauthenticated public-facing web application directly enables T1190 (Exploit Public-Facing Application) and facilitates arbitrary database queries for data collection (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of the email parameter in the forgotten_password module to block SQL injection from unsanitized user inputs.
Mandates timely remediation of the specific SQL injection flaw in index.php, preventing exploitation through patches or code fixes.
Restricts the email parameter to valid formats and sources, limiting opportunities for SQL code injection in database queries.