Cyber Resilience

CVE-2025-24646

High

Published: 03 February 2025

Published
03 February 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.0006 17.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-24646 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 Exploitation for Client Execution (T1203); ranked at the 17.7th 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-24646 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the XML for Avito WordPress plugin developed by icopydoc. The issue affects all versions of the plugin from n/a through 2.5.2.

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 it is exploitable over the network with low attack complexity, no required privileges, but reliant on user interaction such as clicking a malicious link. Any unauthenticated remote attacker can leverage this to inject and execute arbitrary scripts in a victim's browser context, potentially leading to limited impacts on confidentiality, integrity, and availability with a changed scope.

Patchstack has documented this Reflected XSS vulnerability in the WordPress XML for Avito plugin version 2.5.2, as detailed in their advisory at https://patchstack.com/database/Wordpress/Plugin/xml-for-avito/vulnerability/wordpress-xml-for-avito-plugin-2-5-2-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve. Security practitioners should refer to this resource for specific mitigation recommendations, such as updating to a non-vulnerable version.

EU & UK References

Vulnerability details

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in icopydoc XML for Avito xml-for-avito allows Reflected XSS.This issue affects XML for Avito: from n/a through <= 2.5.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

Reflected XSS enables arbitrary script execution in the victim's browser (T1203 Exploitation for Client Execution) and requires a crafted malicious link that the user must click (T1204.001 Malicious Link).

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

CVEs Like This One

CVE-2025-24599Shared CWE-79
CVE-2025-25161Shared CWE-79
CVE-2025-23542Shared CWE-79
CVE-2025-23866Shared CWE-79
CVE-2025-26548Shared CWE-79
CVE-2025-23792Shared CWE-79
CVE-2025-24576Shared CWE-79
CVE-2026-32751Shared CWE-79
CVE-2026-4369Shared CWE-79
CVE-2025-28889Shared CWE-79

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-15 directly prevents reflected XSS by filtering and encoding output before rendering user input in web pages, neutralizing malicious scripts in the XML for Avito plugin.

prevent

SI-10 enforces validation of untrusted inputs to the WordPress plugin, rejecting or sanitizing payloads that could lead to script injection and execution.

prevent

SI-2 ensures timely identification, reporting, and patching of the specific flaw in XML for Avito versions through 2.5.2, eliminating the root cause of the vulnerability.

References