Cyber Resilience

CVE-2025-24718

High

Published: 31 January 2025

Published
31 January 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0018 39.1th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-24718 is a high-severity Cross-site Scripting (CWE-79) vulnerability. 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 39.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-15 (Information Output Filtering).

Deeper analysis

CVE-2025-24718 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the WP Sessions Time Monitoring Full Automatic plugin (activitytime) for WordPress websites. The issue affects all versions of the plugin from n/a through 1.1.1 inclusive.

The vulnerability carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating network accessibility, low attack complexity, no privileges required, user interaction needed, and changed scope with low impacts on confidentiality, integrity, and availability. An unauthenticated attacker can exploit it by crafting a malicious input that reflects unsanitized on a vulnerable site, tricking a user (such as an administrator) into interacting with it via a phishing link or similar vector, thereby executing arbitrary JavaScript in the victim's browser session.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/activitytime/vulnerability/wordpress-wp-sessions-time-monitoring-full-automatic-plugin-1-1-1-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve provides details on this Reflected XSS vulnerability in WP Sessions Time Monitoring Full Automatic plugin version 1.1.1. Security practitioners should consult the advisory for recommended mitigation steps.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in activity-log.com WP Sessions Time Monitoring Full Automatic activitytime allows Reflected XSS.This issue affects WP Sessions Time Monitoring Full Automatic: from n/a through <= 1.1.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.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
Why these techniques?

Reflected XSS in public-facing WordPress plugin enables exploitation of the web app via crafted URLs; description explicitly notes delivery through phishing links to execute arbitrary JS in victim browser.

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

CVEs Like This One

CVE-2025-23578Shared CWE-79
CVE-2025-69320Shared CWE-79
CVE-2025-23678Shared CWE-79
CVE-2025-23584Shared CWE-79
CVE-2025-23472Shared CWE-79
CVE-2026-27243Shared CWE-79
CVE-2024-56014Shared CWE-79
CVE-2025-68843Shared CWE-79
CVE-2025-23964Shared CWE-79
CVE-2025-23920Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Information Output Filtering directly prevents reflected XSS by sanitizing output before rendering in web pages, addressing the improper neutralization during web page generation.

prevent

Information Input Validation neutralizes malicious inputs before processing, mitigating the root cause of reflected XSS in the WordPress plugin.

prevent

Flaw Remediation ensures timely patching of the specific XSS vulnerability in the WP Sessions Time Monitoring plugin versions up to 1.1.1.

References