Publication Date: |
|
Last Update: |
|
Current Version: | V1.0 |
CVSS v3.1 Base Score: | 7.5 |
Affected Product and Versions | Remediation |
---|---|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
All versions < V6.6.1 |
Update to V6.6.1 or later version
|
Product-specific remediations or mitigations can be found in the section
Affected Products and Solution.
Please follow the General Security Recommendations.
As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals. Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity
This chapter describes all vulnerabilities (CVE-IDs) addressed in this security advisory. Wherever applicable, it also documents the product-specific impact of the individual vulnerabilities.
CVSS v3.1 Base Score | 5.3 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C |
CWE | CWE-326: Inadequate Encryption Strength |
CVSS v3.1 Base Score | 5.9 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C |
CWE | CWE-326: Inadequate Encryption Strength |
CVSS v3.1 Base Score | 5.9 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C |
CWE | CWE-415: Double Free |
CVSS v3.1 Base Score | 5.9 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C |
CWE | CWE-416: Use After Free |
CVSS v3.1 Base Score | 7.4 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C |
CWE | CWE-20: Improper Input Validation |
A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.
Policy processing is disabled by default but can be enabled by passing the -policy
argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies()
function.
CVSS v3.1 Base Score | 7.5 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C |
CWE | CWE-295: Improper Certificate Validation |
Applications that use a non-default option when verifying certificates may be vulnerable to an attack from a malicious CA to circumvent certain checks.
Invalid certificate policies in leaf certificates are silently ignored by OpenSSL and other certificate policy checks are skipped for that certificate. A malicious CA could use this to deliberately assert invalid certificate policies in order to circumvent policy checking on the certificate altogether.
Policy processing is disabled by default but can be enabled by passing
the -policy
argument to the command line utilities or by calling the
X509_VERIFY_PARAM_set1_policies()
function.
CVSS v3.1 Base Score | 5.3 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C |
CWE | CWE-295: Improper Certificate Validation |
The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to pass the certificate verification.
As suddenly enabling the policy check could break existing deployments it was decided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy() function.
Instead the applications that require OpenSSL to perform certificate policy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly enable the policy check by calling X509_VERIFY_PARAM_set_flags() with the X509_V_FLAG_POLICY_CHECK flag argument.
Certificate policy checks are disabled by default in OpenSSL and are not commonly used by applications.
CVSS v3.1 Base Score | 5.3 |
CVSS v3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C |
CWE | CWE-295: Improper Certificate Validation |
V1.0 (2024-06-11): | Publication Date |