Cyber Resilience

CVE-2024-12104

Medium

Published: 21 January 2025

Published
21 January 2025
Modified
08 April 2026
KEV Added
Patch
CVSS Score v3.1 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
EPSS Score 0.0041 61.8th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12104 is a medium-severity Missing Authorization (CWE-862) vulnerability in Atarim Atarim. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 38.2% 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 AC-3 (Access Enforcement) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-12104 is a vulnerability in the Visual Website Collaboration, Feedback & Project Management – Atarim plugin for WordPress, affecting all versions up to and including 4.0.9. It stems from a missing capability check on the wpf_delete_file function, classified under CWE-862 (Missing Authorization). This flaw enables unauthorized loss of data, with a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N), indicating medium severity due to low integrity impact without confidentiality or availability effects.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By invoking the affected function, they can delete project pages and files within Atarim-managed WordPress sites, potentially disrupting collaboration workflows and causing data loss for site owners relying on the plugin.

Mitigation details are available in advisories from Wordfence and the WordPress plugin trac repository, which document a patch applied in changeset 3225314 for the atarim-visual-collaboration repository. Security practitioners should update the Atarim plugin to a version beyond 4.0.9 via the WordPress admin dashboard to address the issue. Note that CVE-2025-22657 may be a duplicate of this vulnerability.

EU & UK References

Vulnerability details

The Visual Website Collaboration, Feedback & Project Management – Atarim plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the wpf_delete_file and wpf_delete_file functions in all versions up to, and including, 4.0.9.…

more

This makes it possible for unauthenticated attackers to delete project pages and files. CVE-2025-22657 may be a duplicate of this issue.

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.
T1485 Data Destruction Impact
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources.
Why these techniques?

Missing authorization on delete function in public-facing WordPress plugin directly enables remote unauthenticated exploitation (T1190) leading to arbitrary file/page deletion (T1485).

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

CVEs Like This One

CVE-2026-4365Shared CWE-862
CVE-2025-23512Shared CWE-862
CVE-2026-4094Shared CWE-862
CVE-2026-27181Shared CWE-862
CVE-2026-4119Shared CWE-862
CVE-2026-32817Shared CWE-862
CVE-2026-25443Shared CWE-862
CVE-2025-22657Shared CWE-862
CVE-2025-22715Shared CWE-862
CVE-2025-70150Shared CWE-862

Affected Assets

atarim
atarim
≤ 4.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access to system resources, directly addressing the missing capability check that allowed unauthenticated deletion of project pages and files.

prevent

Applies least privilege to restrict delete functions to authorized users only, mitigating unauthorized data loss from functions lacking proper checks.

prevent

Mandates timely remediation of identified flaws, such as patching the Atarim plugin beyond version 4.0.9 to fix the missing authorization vulnerability.

References