Cyber Posture

CVE-2024-50967

Medium

Published: 17 January 2025

Published
17 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
EPSS Score 0.3787 97.2th percentile
Risk Priority 36 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-50967 is a medium-severity Missing Authorization (CWE-862) vulnerability in Readthedocs (inferred from references). Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 2.8% 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-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly limits permitted actions without identification or authentication, preventing unauthenticated access to the /rest/rights/ endpoint.

prevent

Enforces approved authorizations for logical access, ensuring the API endpoint requires authentication to access sensitive rights information.

prevent

Implements least privilege to restrict access to sensitive information only to authorized users, mitigating unauthorized disclosure via the unauthenticated endpoint.

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?

Direct unauthenticated network access to public REST API endpoint enables exploitation of public-facing application for sensitive data disclosure.

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

NVD Description

The /rest/rights/ REST API endpoint in Becon DATAGerry through 2.2.0 contains an Incorrect Access Control vulnerability. An attacker can remotely access this endpoint without authentication, leading to unauthorized disclosure of sensitive information.

Deeper analysisAI

CVE-2024-50967 is an Incorrect Access Control vulnerability (CWE-862) affecting the /rest/rights/ REST API endpoint in Becon DATAGerry through version 2.2.0. This flaw allows remote access to the endpoint without authentication, resulting in the unauthorized disclosure of sensitive information. The vulnerability has a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N), indicating medium severity with network accessibility, low attack complexity, no required privileges, user interaction, and high confidentiality impact.

A remote attacker with no privileges can exploit this vulnerability by directly accessing the /rest/rights/ endpoint over the network. Although user interaction is required per the CVSS vector, the core issue enables unauthenticated retrieval of sensitive data, potentially exposing rights or permissions information that could aid further attacks or reconnaissance.

Mitigation guidance and additional details are provided in official advisories, including the DATAGerry REST API documentation at https://datagerry.readthedocs.io/en/latest/api/rest/user-management.html#rights, a GitHub repository at https://github.com/0xByteHunter/CVE-2024-50967, and a Medium article by the discoverer at https://medium.com/@0xbytehunter/my-first-cve-discovery-of-broken-access-control-in-the-datagerry-platform-7b0404f88a43. Security practitioners should review these resources for patching instructions and workarounds, as DATAGerry versions through 2.2.0 remain vulnerable.

Details

CWE(s)

Affected Products

Readthedocs
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2025-67974Shared CWE-862
CVE-2026-28254Shared CWE-862
CVE-2026-3266Shared CWE-862
CVE-2025-69297Shared CWE-862
CVE-2025-69186Shared CWE-862
CVE-2026-25456Shared CWE-862
CVE-2025-13493Shared CWE-862
CVE-2026-30968Shared CWE-862
CVE-2025-69191Shared CWE-862
CVE-2026-24368Shared CWE-862

References