Cyber Resilience

CVE-2025-68043

High

Published: 20 February 2026

Published
20 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0152 81.7th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-68043 is a high-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 18.3% 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-2025-68043 is a missing authorization vulnerability, tracked as CWE-862, that stems from incorrectly configured access control security levels. It affects the LottieFiles WordPress plugin from n/a through version 3.0.0.

An unauthenticated remote attacker can exploit the flaw over the network without any credentials or user interaction. Successful exploitation allows limited impacts to confidentiality, integrity, and availability, consistent with the CVSS 7.3 rating.

The Patchstack advisory at the referenced URL documents the broken access control issue in the LottieFiles plugin and provides details for affected WordPress installations. The EPSS score remains low with only a modest peak, indicating limited observed exploitation interest to date.

EU & UK References

Vulnerability details

Missing Authorization vulnerability in LottieFiles LottieFiles lottiefiles allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects LottieFiles: from n/a through <= 3.0.0.

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?

Missing authorization (broken access control) in public-facing WordPress plugin directly enables remote unauthenticated exploitation of the web application.

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

CVEs Like This One

CVE-2026-45209Shared CWE-862
CVE-2026-25026Shared CWE-862
CVE-2026-42083Shared CWE-862
CVE-2026-0656Shared CWE-862
CVE-2026-24532Shared CWE-862
CVE-2025-13603Shared CWE-862
CVE-2025-69063Shared CWE-862
CVE-2026-3045Shared CWE-862
CVE-2025-67956Shared CWE-862
CVE-2025-41765Shared CWE-862

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires enforcement of approved authorizations for access to resources, addressing the core missing authorization flaw in the LottieFiles WordPress plugin.

preventrecover

Mandates timely identification, reporting, and correction of system flaws such as this broken access control vulnerability via patching the plugin.

prevent

Enforces least privilege principle to restrict access to only necessary functions, mitigating the impact of the plugin's missing authorization checks.

References