Cyber Resilience

CVE-2025-1875

Critical

Published: 03 March 2025

Published
03 March 2025
Modified
07 March 2025
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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.0012 30.1th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1875 is a critical-severity SQL Injection (CWE-89) vulnerability in Mayurik Best Online News Portal. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 30.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-1875 is a SQL injection vulnerability (CWE-89) discovered in the 101news application, affecting version 1.0. The flaw exists in the "searchtitle" parameter within the search.php file, allowing malicious SQL queries to be injected. Published on March 3, 2025, it carries a CVSS v3.1 base score of 9.8 (Critical), reflecting its network accessibility, low attack complexity, lack of required privileges or user interaction, and unchanged scope with high impacts on confidentiality, integrity, and availability.

Remote attackers require no authentication or privileges (PR:N) to exploit this vulnerability over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful exploitation enables arbitrary SQL command execution, potentially leading to unauthorized data access, modification, deletion, or denial of service, as indicated by the high impact ratings across confidentiality (C:H), integrity (I:H), and availability (A:H).

The INCIBE-CERT advisory (https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-101news) details this issue among multiple vulnerabilities in 101news, recommending mitigation through patching or upgrading to a fixed version where available, input validation, and parameterized queries to prevent SQL injection.

EU & UK References

Vulnerability details

SQL injection vulnerability have been found in 101news affecting version 1.0 through the "searchtitle" parameter in search.php.

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 network-exploitable SQL injection in a public-facing web application (search.php) enables initial access via T1190 without auth or interaction.

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

CVEs Like This One

CVE-2025-1872Same product: Mayurik Best Online News Portal
CVE-2025-1874Same product: Mayurik Best Online News Portal
CVE-2025-1871Same product: Mayurik Best Online News Portal
CVE-2025-1869Same product: Mayurik Best Online News Portal
CVE-2025-1873Same product: Mayurik Best Online News Portal
CVE-2025-1870Same product: Mayurik Best Online News Portal
CVE-2025-2046Same vendor: Mayurik
CVE-2025-1961Same vendor: Mayurik
CVE-2025-1596Same vendor: Mayurik
CVE-2025-2602Same vendor: Mayurik

Affected Assets

mayurik
best online news portal
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates validation of user inputs like the 'searchtitle' parameter to block malicious SQL injection payloads.

prevent

Requires timely patching or upgrading of the vulnerable 101news search.php to remediate the SQL injection flaw.

prevent

Restricts the 'searchtitle' parameter to permitted types and formats, limiting opportunities for SQL injection.

References