Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐍 PyPI

CVE-2024-22194

LOW

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
Apr 10, 2026
Affected
11 pkgs
Patched
11 / 11
Exploits
1 known

EPSS Exploitation Probability

via FIRST.org ↗
0.4%probability of exploitation in next 30 days
Lower Risk33th percentile+0.38%
0.00%0.30%0.61%0.91%0.0%0.4%Dec 25Apr 26Jun 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Blast Radius

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 Disclosure (Low 2.2) | O3 Security