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

CVE-2022-27177 — consoleme

CRITICALFix: Netflix/consoleme@2a3c84e

CVE-2022-27177 is a critical-severity (CVSS 9.8) CWE-134 vulnerability in consoleme. A fix is available for consoleme — see the affected versions and patch details below.

Use of Externally-Controlled Format String in consoleme

Also known asPYSEC-2022-189
Published
Apr 3, 2022
Updated
Feb 18, 2025
Affected
1 pkg
Patched
1 / 1
Exploits
None indexed
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
2.3%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs82th percentile — riskier than 82% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

CVE-2022-27177 by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

1 pkg affected
🐍consoleme

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

A Python format string issue leading to information disclosure and potentially remote code execution in ConsoleMe for all versions prior to 1.2.2

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐍PyPIconsolemeall versions1.2.2pip install --upgrade 'consoleme==1.2.2'

Affected Products

1 product · 1 configurations
Application
consolemenetflix
< 1.2.2
range

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for consoleme, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update consoleme to 1.2.2 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2022-27177 is resolved across your whole dependency graph.

  3. Workarounds

    Assume what was exposed is already known: rotate any credential, token or key that the affected component could return, restrict the endpoint to callers that genuinely need it, and strip sensitive fields from responses and error output at the boundary rather than relying on the client not to read them.

Frequently Asked Questions

A Python format string issue leading to information disclosure and potentially remote code execution in ConsoleMe for all versions prior to 1.2.2
O3 Security · Impact-Aware SCA

Is CVE-2022-27177 in your dependencies?

Find it across PyPI, including transitive dependencies.