Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐍
🐍 PyPI
Not in CISA KEV
LOW severity

CVE-2024-22194 is a low-severity (CVSS 2.2) CWE-215 vulnerability in cdo-local-uuid. 1 public exploit reference exists, so weaponization risk is real. O3 Security confirms whether CVE-2024-22194 is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

cdo-local-uuid vulnerable to insertion of artifact derived from developer's Present Working Directory into demonstration code

Also known asGHSA-rgrf-6mf5-m882PYSEC-2024-5PYSEC-2024-6
Published
Jan 11, 2024
Updated
Jul 15, 2026
Affected
11 pkgs
Patched
11 / 11
Exploits
1 known
Exploitation data as of Jul 15, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Real-World Exposure

11 pkgs affected
🐍cdo-local-uuid🐍case-utils🐍case-utils🐍case-utils🐍case-utils🐍case-utils🐍case-utils🐍case-utils+3 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects PyPI packages — download data is not available via public APIs for these ecosystems.

Description

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) 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().

Affected Packages

11 total 11 fixed
EcosystemPackageVulnerable rangeFix
🐍PyPIcdo-local-uuid0.4.0&&< 0.5.00.5.0
🐍PyPIcase-utils0.5.0&&< 0.5.10.5.1
🐍PyPIcase-utils0.6.0&&< 0.6.10.6.1
🐍PyPIcase-utils0.7.0&&< 0.7.10.7.1
🐍PyPIcase-utils0.8.0&&< 0.8.10.8.1
🐍PyPIcase-utils0.9.0&&< 0.9.10.9.1
Exploits & PoCs
1

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for cdo-local-uuid. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update cdo-local-uuid to 0.5.0 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2024-22194 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether CVE-2024-22194 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2024-22194. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

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`) 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()`.
O3 Security · Impact-Aware SCA

Is CVE-2024-22194 in your dependencies?

O3 detects CVE-2024-22194 across PyPI dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.

CVE-2024-22194: cdo-local-uuid Information… | O3 Security