Cyber Resilience

CVE-2024-22194

Info Disclosure in Lfprojects Case Python Utilities 0.10.0 … 0.9.0

Public PoCInfo Disclosure
Published
11 January 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 2.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
EPSS Score 0.0041 34th percentile
Risk Priority 22 floored blend · peak EPSS

Summary

CVE-2024-22194 is a low-severity Insertion of Sensitive Information Into Debugging Code (CWE-215) vulnerability in Lfprojects Case Python Utilities. Its CVSS base score is 2.2 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Weaken Encryption (T1600); ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SA-11 (Developer Testing and Evaluation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

cdo-local-uuid project provides a specialized UUID-generating function that can, on user request, cause a program to generate deterministic UUIDs. An information leakage vulnerability is present in `cdo-local-uuid` at version `0.4.0`, and in `case-utils` in unpatched versions (matching the pattern `0.x.0`)…

more

at and since `0.5.0`, before `0.15.0`. The vulnerability stems from a Python function, `cdo_local_uuid.local_uuid()`, and its original implementation `case_utils.local_uuid()`.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1600 Weaken Encryption Defense Impairment
Adversaries may compromise a network device’s encryption capability in order to bypass encryption that would otherwise protect data communications.
T1600.001 Reduce Key Space Defense Impairment
Adversaries may reduce the level of effort required to decrypt data transmitted over the network by reducing the cipher strength of encrypted communications.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-1177Same vendor: Lfprojects
CVE-2023-6977Same vendor: Lfprojects
CVE-2023-2780Same vendor: Lfprojects
CVE-2023-6975Same vendor: Lfprojects
CVE-2024-1593Same vendor: Lfprojects
CVE-2026-29064Same vendor: Lfprojects
CVE-2023-23619Same vendor: Lfprojects
CVE-2023-2356Same vendor: Lfprojects
CVE-2026-21863Same vendor: Lfprojects
CVE-2023-6940Same vendor: Lfprojects

Affected Assets

lfprojects
case python utilities
0.10.0, 0.11.0, 0.12.0, 0.13.0, 0.14.0
lfprojects
cdo local uuid utility
0.4.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 3 hardening rules · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)
  • V13.4.2
  • V6.5.3
  • V7.2.3
  • V11.5.1

Mitigating Controls (NIST 800-53 r5) AI

Least functionality directly prohibits enabling unnecessary debug features that would expose the inserted sensitive data.

Developer testing and evaluation will discover debug code containing sensitive information before release.

Proper cryptographic key establishment and management includes using unpredictable seeds for PRNGs that feed key generation.

Requiring documented secure development processes and standards stops insertion of sensitive data into debug paths.

Engineering principles can require cryptographically secure PRNGs seeded from high-entropy sources.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent developers from embedding sensitive information inside debugging statements or code paths.

PR.DS-10 partial match
prevents

Explicitly calls for removing confidential data from processes, logs, and memory dumps that debug code commonly exposes.

PR.PS-01 partial match
prevents

Hardened configuration baselines and deployment checks can ensure debug features and associated data are disabled in production.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches debug statements and sensitive data leaks.

prevents

Separation of environments reduces accidental exposure of debug builds to production.

prevents

Mandates use of cryptography, which includes selecting and seeding PRNGs with sufficient entropy.

prevents

Secure SDLC mandates removal of debug code and sensitive data before release.

prevents

Application security requirements can specify cryptographic controls that mitigate predictable seeds.

prevents

Secure architecture principles include choosing cryptographically strong random number generation.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (3 rules)
  • V-248563 The OL 8 SSH server must be configured to use strong entropy. prevents CWE-337
  • V-248600 OL 8 must have the packages required to use the hardware random number generator entropy gatherer service. prevents CWE-337
  • V-248599 OL 8 must enable the hardware random number generator entropy gatherer service. prevents CWE-337

References