CVE-2024-55374
Modified Modified - Updated After Analysis

BaseFortify

Vulnerability report for CVE-2024-55374, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-01-02

Last updated on: 2026-07-05

Assigner: MITRE

Description

REDCap 14.3.13 allows an attacker to enumerate usernames due to an observable discrepancy between login attempts.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-01-02
Last Modified
2026-07-05
Generated
2026-07-06
AI Q&A
2026-01-02
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vanderbilt redcap 14.3.13

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-203 The product behaves differently or sends different responses under different circumstances in a way that is observable to an unauthorized actor, which exposes security-relevant information about the state of the product, such as whether a particular operation was successful or not.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2024-55374 is a vulnerability in Redcap version 14.3.13 that allows an attacker to enumerate usernames. This happens because the application returns different error messages depending on whether a username exists or not during login attempts. Although there is a protection mechanism to mitigate brute-force attacks, it inadvertently allows attackers to confirm valid usernames by observing these discrepancies in responses. [1]

Impact Analysis

This vulnerability can impact you by allowing attackers to discover valid usernames in your Redcap system. Once attackers know valid usernames, they can target those accounts with further attacks such as password guessing or phishing, increasing the risk of unauthorized access and potential data breaches. [1]

Detection Guidance

This vulnerability can be detected by observing the responses to multiple HTTP authentication requests to the Redcap 14.3.13 login interface. Specifically, sending login attempts with different usernames and analyzing the error messages can reveal discrepancies that indicate valid usernames. Using tools like curl or automated scripts to send these requests and compare responses can help detect user enumeration. [1]

Mitigation Strategies

Immediate mitigation steps include reviewing and modifying the login error messages to ensure they are uniform regardless of whether a username exists, thereby preventing attackers from distinguishing valid users. Additionally, implementing rate limiting or account lockout mechanisms can reduce the effectiveness of brute-force attacks exploiting this vulnerability. [1]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2024-55374. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart