Cyber Resilience

CVE-2025-23949

High

Published: 22 January 2025

Published
22 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0161 82.2th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23949 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 17.8% of CVEs by exploit likelihood; 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

The vulnerability is a PHP Local File Inclusion flaw (CWE-98) in the Improved Sale Badges – Free Version WordPress plugin. It arises from improper control of filenames passed to include/require statements and affects all versions through 1.0.1.

An unauthenticated attacker can exploit the issue remotely over the network, although the attack requires high complexity. Successful exploitation can permit an attacker to include arbitrary local PHP files, resulting in high impact to confidentiality, integrity, and availability.

The issue is tracked in the Patchstack advisory database, which identifies the affected plugin versions and links to the corresponding CVE record. The EPSS score remains low and unchanged at 0.0161 with no observed rise after disclosure.

EU & UK References

Vulnerability details

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in dzeriho Improved Sale Badges – Free Version improved-sale-badges-free-version allows PHP Local File Inclusion.This issue affects Improved Sale Badges – Free Version: from n/a through…

more

<= 1.0.1.

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 CVE describes a remote local file inclusion vulnerability in a public-facing WordPress plugin that allows unauthenticated attackers to include and execute arbitrary local files, directly mapping to exploitation of a public-facing application.

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

CVEs Like This One

CVE-2026-28087Shared CWE-98
CVE-2025-23952Shared CWE-98
CVE-2026-32505Shared CWE-98
CVE-2025-48149Shared CWE-98
CVE-2025-60058Shared CWE-98
CVE-2025-49994Shared CWE-98
CVE-2026-24531Shared CWE-98
CVE-2025-67527Shared CWE-98
CVE-2025-69396Shared CWE-98
CVE-2025-62067Shared CWE-98

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validation of information inputs such as filenames used in PHP include/require statements, directly preventing local file inclusion exploits.

prevent

SI-2 mandates timely remediation of identified flaws, mitigating this CVE by patching the vulnerable Improved Sale Badges WordPress plugin.

detect

RA-5 requires vulnerability monitoring and scanning, enabling detection of the LFI vulnerability in the affected plugin versions.

References