CVE-2022-1292
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe c_rehash script does not properly sanitise shell metacharacters to prevent command injection. This script is distributed by some operating systems in a manner where it is automatically executed. On such operating systems, an attacker could execute arbitrary commands with the privileges of the script. Use of the c_rehash script is considered obsolete and should be replaced by the OpenSSL rehash command line tool. Fixed in OpenSSL 3.0.3 (Affected 3.0.0,3.0.1,3.0.2). Fixed in OpenSSL 1.1.1o (Affected 1.1.1-1.1.1n). Fixed in OpenSSL 1.0.2ze (Affected 1.0.2-1.0.2zd).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe c_rehash script, distributed with OpenSSL installations, contains a command injection vulnerability due to improper sanitisation of shell metacharacters. An attacker with the ability to control input processed by the script can execute arbitrary commands with the privileges of the script execution context.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 1.0.2, < 1.0.2ze>= 1.1.1, < 1.1.1o>= 3.0.0, < 3.0.3= 9.0= 10.0= 11.0= 35= 36< 2.15all versionsall versionsall versionsall versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed OpenSSL versionRun 'openssl version' to see the version numberAffected if The version falls in these ranges: >= 1.0.2 and < 1.0.2ze, OR >= 1.1.1 and < 1.1.1o, OR >= 3.0.0 and < 3.0.3
-
Locate the c_rehash scriptSearch for c_rehash in common binary directories such as /usr/bin, /usr/local/bin, or by running 'which c_rehash'Affected if The c_rehash script exists on the system and the OpenSSL version is vulnerable as determined above
-
Verify c_rehash is executableCheck file permissions with 'ls -la' on the c_rehash script pathAffected if The script has execute permissions and is present on a vulnerable OpenSSL version
-
Check if c_rehash is invoked in any scripts or automationSearch for references to c_rehash in shell scripts, cron jobs, or configuration files using grep or similar toolsAffected if Any automated process calls or references c_rehash on a vulnerable OpenSSL version
A system is affected if it runs a vulnerable OpenSSL version (1.0.2 through 1.0.2zd, 1.1.1 through 1.1.1n, or 3.0.0 through 3.0.2) AND has the c_rehash script present and executable.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.0.2ze1.1.1o2.15
Replace the obsolete c_rehash script with the OpenSSL rehash command-line tool and upgrade to a patched OpenSSL version (3.0.3+, 1.1.1o+, or 1.0.2ze+) on all affected systems.
OpenSSL 3.0.3, 1.1.1o, or 1.0.2ze (depending on your current major version)
- Identify the current OpenSSL version installed using: openssl version -a
- For OpenSSL 3.x: Upgrade to version 3.0.3 or later
- For OpenSSL 1.1.1: Upgrade to version 1.1.1o or later
- For OpenSSL 1.0.2: Upgrade to version 1.0.2ze or later
- Alternatively, as recommended in the official description: replace use of the obsolete c_rehash script with the OpenSSL rehash command-line tool
- After upgrade, verify the fix by checking that c_rehash is no longer used or that the version is patched: openssl version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-1292 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-1292 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data