Cyber Resilience

CVE-2024-45589

MediumPublic PoC

Published: 05 September 2024

Published
05 September 2024
Modified
12 September 2024
KEV Added
Patch
CVSS Score v3.1 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0777 92.1th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-45589 is a medium-severity Improper Restriction of Excessive Authentication Attempts (CWE-307) vulnerability in Identityautomation Rapididentity. Its CVSS base score is 5.9 (Medium).

Operationally, ranked in the top 7.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

CVE-2024-45589 impacts RapidIdentity LTS through version 2023.0.2 and Cloud through 2024.08.0. The flaw arises from insufficient controls on repeated authentication attempts, allowing abuse specifically through the username parameters and falling under CWE-307. It carries a CVSS 3.1 score of 5.9, reflecting network-reachable impact focused solely on availability.

A remote unauthenticated attacker can trigger the issue by submitting excessive login attempts with crafted usernames. Successful exploitation produces a denial-of-service condition that disrupts service availability while leaving confidentiality and integrity intact; the attack requires high complexity and no user interaction or privileges.

Advisories and release notes referenced at benrogozinski.github.io/CVE-2024-45589 and help.rapididentity.com/docs/rapididentity-lts-release-notes address patching for the affected LTS and Cloud releases. The associated EPSS score has remained flat at 0.0777 with no material increase since disclosure.

EU & UK References

Vulnerability details

RapidIdentity LTS through 2023.0.2 and Cloud through 2024.08.0 improperly restricts excessive authentication attempts and allows a remote attacker to cause a denial of service via the username parameters.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

identityautomation
rapididentity
≤ 2023.0.2 · ≤ 2024.08.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-307

This control directly enforces limits on consecutive invalid logon attempts and automatic response (e.g., lockout) to prevent brute-force exploitation of authentication mechanisms.

addresses: CWE-307

Specific conditions can include excessive failed attempts, triggering stronger authentication that restricts brute-force exploitation.

References