CVE-2024-22194
Info Disclosure in Lfprojects Case Python Utilities 0.10.0 … 0.9.0
Raw vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:NSummary
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
- 🇪🇺 ENISA EUVD: EUVD-2024-0020
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
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
- 3 hardening rules · 1 OS baseline
V13.4.2V6.5.3V7.2.3V11.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.
Secure SDLC practices directly prevent developers from embedding sensitive information inside debugging statements or code paths.
Explicitly calls for removing confidential data from processes, logs, and memory dumps that debug code commonly exposes.
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.
Security testing in development catches debug statements and sensitive data leaks.
Separation of environments reduces accidental exposure of debug builds to production.
Mandates use of cryptography, which includes selecting and seeding PRNGs with sufficient entropy.
Secure SDLC mandates removal of debug code and sensitive data before release.
Application security requirements can specify cryptographic controls that mitigate predictable seeds.
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