Cyber Posture

CVE-2024-56940

High

Published: 12 February 2025

Published
12 February 2025
Modified
13 March 2025
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0014 34.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.

Security Summary

CVE-2024-56940 affects the profile image upload function in LearnDash version 6.7.1, a WordPress learning management system plugin. The vulnerability enables attackers to trigger a Denial of Service (DoS) condition by performing excessive file uploads, leading to uncontrolled resource consumption as indicated by CWE-400. It carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), reflecting high severity due to its potential for significant availability disruption.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. By uploading excessive files to the profile image function, they can overwhelm server resources, causing the service to become unavailable and impacting legitimate users.

Details on mitigation, including any patches or workarounds, can be found in the referenced GitHub repository at https://github.com/nikolas-ch/CVEs/tree/main/LearnDash_v6.7.1, which documents the issue.

Details

CWE(s)
NVD-CWE-noinfoCWE-400

Affected Products

learndash
learndash
6.7.1

MITRE ATT&CK Enterprise Techniques

T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Why these techniques?

The vulnerability enables denial of service via excessive file uploads to the profile image endpoint, exhausting application resources consistent with Application Exhaustion Flood.

References