Cyber Resilience

CVE-2022-2068

Command Injection in Siemens Sinec Ins ≤ 1.0

Published
21 June 2022
Modified
03 November 2025
Patch / advisory
CVSS Score v3.1 7.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.96 99.9th percentile
Risk Priority 80 floored blend · peak EPSS

Summary

CVE-2022-2068 is a high-severity OS Command Injection (CWE-78) vulnerability in Siemens Sinec Ins. Its CVSS base score is 7.3 (High).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability is a command injection flaw (CWE-78) in the c_rehash shell script distributed with OpenSSL. It stems from incomplete sanitization of shell metacharacters in certificate file names passed to executed commands, an issue that remained after the partial fix for the related CVE-2022-1292. Affected versions include OpenSSL 3.0.0 through 3.0.3, 1.1.1 through 1.1.1o, and 1.0.2 through 1.0.2ze; the script is shipped by some operating systems in a way that triggers automatic execution.

A local attacker who can supply or influence certificate files processed by c_rehash can inject and execute arbitrary commands under the privileges of the script. This occurs without requiring elevated privileges beyond local access and user interaction to trigger the script, potentially leading to full control over the affected system components.

Advisories and patches recommend replacing use of the obsolete c_rehash script with the OpenSSL rehash command-line tool. Fixes are available in OpenSSL 3.0.4, 1.1.1p, and 1.0.2zf, with additional vendor guidance such as the Siemens SSA-332410 advisory and distribution-specific notices like the Fedora package announcement.

The EPSS score reached a peak of 0.2354 with a current value of 0.2022.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In addition to the c_rehash shell command injection identified in CVE-2022-1292, further circumstances where the c_rehash script does not properly sanitise shell metacharacters to prevent command injection were found by code review. When the CVE-2022-1292 was fixed it was not…

more

discovered that there are other places in the script where the file names of certificates being hashed were possibly passed to a command executed through the shell. 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.4 (Affected 3.0.0,3.0.1,3.0.2,3.0.3). Fixed in OpenSSL 1.1.1p (Affected 1.1.1-1.1.1o). Fixed in OpenSSL 1.0.2zf (Affected 1.0.2-1.0.2ze).

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1059.004 Unix Shell Executionconfidence: HIGH
The command injection flaw in c_rehash directly enables arbitrary Unix shell command execution via unsanitized certificate filenames.
T1068 Exploitation for Privilege Escalation Privilege Escalationconfidence: MEDIUM
Local command injection can be leveraged to escalate privileges on the affected system.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2022-1292Same product: Debian Debian Linux
CVE-2020-26217Same product: Debian Debian Linux
CVE-2023-5363Same product: Debian Debian Linux
CVE-2019-5736Same product: Fedoraproject Fedora
CVE-2024-6119Same product: Netapp Bootstrap Os
CVE-2024-33601Same product: Debian Debian Linux
CVE-2023-2269Same product: Debian Debian Linux
CVE-2023-4236Same product: Debian Debian Linux
CVE-2023-2911Same product: Debian Debian Linux
CVE-2023-2828Same product: Debian Debian Linux

Affected Assets

openssl
openssl
1.0.2 — 1.0.2zf · 1.1.1 — 1.1.1p · 3.0.0 — 3.0.4
debian
debian linux
10.0, 11.0
fedoraproject
fedora
35, 36
siemens
sinec ins
1.0 · ≤ 1.0
netapp
element software
all versions
netapp
hci management node
all versions
netapp
ontap antivirus connector
all versions
netapp
ontap select deploy administration utility
all versions
netapp
santricity smi-s provider
all versions
netapp
smi-s provider
all versions
+18 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-2 Flaw Remediation
  • CM-7 Least Functionality
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.5
  • V1.2.8
  • V15.2.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely application of vendor patches that remediate the c_rehash command-injection flaw in the listed OpenSSL versions.

prevent

Mandates disabling or removing non-essential components; the obsolete c_rehash script must be replaced by the OpenSSL rehash tool to eliminate the attack surface.

prevent

Requires validation and sanitization of untrusted input (certificate file names) before they are passed to shell commands, blocking the CWE-78 injection vector.

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.

PR.PS-06 mostly match
prevents

PR.PS-06's SDLC practices directly require secure coding and input handling that blocks command-injection defects, yet the single broad outcome leaves many specific neutralization vectors and verification gaps unaddressed.

PR.PS-02 partial match
prevents

Routine patching/maintenance can remediate known command-injection CVEs in dependencies (partial forward) but does nothing to stop developers from introducing improper neutralization in custom code (none reverse).

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.

detects

Security testing and code review target insecure use of operating-system command interfaces, catching command-injection flaws introduced during development.

References