Cyber Resilience

CVE-2019-25506

HighPublic PoC

Published: 04 March 2026

Published
04 March 2026
Modified
09 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.0045 36.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25506 is a high-severity SQL Injection (CWE-89) vulnerability in Freesms Project Freesms. 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 36.0th 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

FreeSMS version 2.1.2 is affected by CVE-2019-25506, a boolean-based blind SQL injection vulnerability in the password parameter of the login endpoint at /pages/crc_handler.php?method=login. This CWE-89 flaw enables unauthenticated attackers to inject SQL code, bypassing authentication checks. The vulnerability carries a CVSS v3.1 base score of 8.2 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N), reflecting high confidentiality impact, low integrity impact, and no availability impact.

Unauthenticated remote attackers can exploit this vulnerability with low attack complexity and no user interaction. By crafting requests to the vulnerable login endpoint, attackers can authenticate as any known user account and then leverage the profile update function to modify that user's password, potentially gaining persistent access.

Advisories and references, including an Exploit-DB entry at https://www.exploit-db.com/exploits/46658 and a Vulncheck advisory at https://www.vulncheck.com/advisories/freesms-authentication-bypass-via-sql-injection, detail the authentication bypass via SQL injection but do not specify patches or mitigations in the provided CVE information. Security practitioners should review these sources for exploit details and consider upgrading or implementing input validation on affected instances.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

FreeSMS 2.1.2 contains a boolean-based blind SQL injection vulnerability in the password parameter that allows unauthenticated attackers to bypass authentication by injecting SQL code through the login endpoint. Attackers can exploit the vulnerable password parameter in requests to /pages/crc_handler.php?method=login to…

more

authenticate as any known user and subsequently modify their password via the profile update function.

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?

The vulnerability is a SQL injection in a public-facing web application login endpoint, enabling unauthenticated attackers to bypass authentication, directly mapping to T1190: Exploit Public-Facing Application.

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

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

freesms project
freesms
≤ 2.1.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of information inputs like the vulnerable password parameter, directly preventing SQL injection exploitation.

prevent

SI-2 mandates timely identification, reporting, and correction of flaws such as this SQL injection vulnerability in FreeSMS.

preventdetect

SC-7 enforces boundary protection that can inspect and block SQL injection payloads targeting the login endpoint via web application firewalls.

References