Publication Date: |
|
Last Update: |
|
Current Version: | V1.1 |
CVSS v3.1 Base Score: | 5.9 |
Affected Product and Versions | Remediation |
---|---|
All versions < V22R2 |
|
Siemens has identified the following specific workarounds and mitigations that customers can apply to reduce the risk:
Set the below configurations to mitigate against external entity injection in OpenSAML 4.x parser configuration. This will be included by default on Polarion V2304 and later versions.
parserPool.setMaxPoolSize(100);
parserPool.setCoalescing(true);
parserPool.setIgnoreComments(true);
parserPool.setIgnoreElementContentWhitespace(true);
parserPool.setNamespaceAware(true);
parserPool.setExpandEntityReferences(false);
parserPool.setXincludeAware(false);
final Map<String, Boolean> features = new
HashMap<String, Boolean>();
features.put(http://xml.org/sax/features/external-general-entities, Boolean.FALSE);
features.put(http://xml.org/sax/features/external-parameter-entities, Boolean.FALSE);
features.put(http://apache.org/xml/features/disallow-doctype-decl, Boolean.TRUE);
features.put(http://apache.org/xml/features/validation/schema/normalized-value, Boolean.FALSE);
features.put(http://javax.xml.XMLConstants/feature/secure-processing, Boolean.TRUE);
parserPool.setBuilderFeatures(features);
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
The vulnerability classification has been performed by using the CVSS scoring system in version 3.1 (CVSS v3.1) (https://www.first.org/cvss/). The CVSS environmental score is specific to the customer’s environment and will impact the overall CVSS score. The environmental score should therefore be individually defined by the customer to accomplish final scoring.
An additional classification has been performed using the CWE classification, a community-developed list of common software security weaknesses. This serves as a common language and as a baseline for weakness identification, mitigation, and prevention efforts. A detailed list of CWE classes can be found at: https://cwe.mitre.org/.
CVSS v3.1 Base Score | 5.9 |
CVSS Vector | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C |
CWE | CWE-611: Improper Restriction of XML External Entity Reference |
V1.0 (2023-04-11): | Publication Date |
V1.1 (2023-05-09): | Corrected fix version to an earlier release of Polarion ALM that fixes the vulnerability; Updated CVSS rating of CVE-2023-28828 |