CVE Vulnerabilities

CVE-2023-46281

Permissive Cross-domain Policy with Untrusted Domains

Published: Dec 12, 2023 | Modified: May 14, 2024
CVSS 3.x
8.8
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

A vulnerability has been identified in Opcenter Quality (All versions < V2312), SIMATIC PCS neo (All versions < V4.1), SINEC NMS (All versions < V2.0 SP1), Totally Integrated Automation Portal (TIA Portal) V14 (All versions), Totally Integrated Automation Portal (TIA Portal) V15.1 (All versions), Totally Integrated Automation Portal (TIA Portal) V16 (All versions), Totally Integrated Automation Portal (TIA Portal) V17 (All versions < V17 Update 7), Totally Integrated Automation Portal (TIA Portal) V18 (All versions < V18 Update 3). When accessing the UMC Web-UI from affected products, UMC uses an overly permissive CORS policy. This could allow an attacker to trick a legitimate user to trigger unwanted behavior.

Weakness

The product uses a cross-domain policy file that includes domains that should not be trusted.

Affected Software

Name Vendor Start Version End Version
Opcenter_quality Siemens - (including) - (including)
Simatic_pcs_neo Siemens * 4.1 (excluding)
Sinumerik_integrate_runmyhmi_/automotive Siemens - (including) - (including)
Totally_integrated_automation_portal Siemens 14.0 (including) 15 (excluding)
Totally_integrated_automation_portal Siemens 15 (including) 16 (excluding)
Totally_integrated_automation_portal Siemens 16 (including) 17 (excluding)
Totally_integrated_automation_portal Siemens 17 (including) 18 (excluding)
Totally_integrated_automation_portal Siemens - (including) - (including)
Totally_integrated_automation_portal Siemens 18 (including) 18 (including)
Totally_integrated_automation_portal Siemens 18-update_1 (including) 18-update_1 (including)

Extended Description

A cross-domain policy file (“crossdomain.xml” in Flash and “clientaccesspolicy.xml” in Silverlight) defines a list of domains from which a server is allowed to make cross-domain requests. When making a cross-domain request, the Flash or Silverlight client will first look for the policy file on the target server. If it is found, and the domain hosting the application is explicitly allowed to make requests, the request is made. Therefore, if a cross-domain policy file includes domains that should not be trusted, such as when using wildcards, then the application could be attacked by these untrusted domains. An overly permissive policy file allows many of the same attacks seen in Cross-Site Scripting (CWE-79). Once the user has executed a malicious Flash or Silverlight application, they are vulnerable to a variety of attacks. The attacker could transfer private information, such as cookies that may include session information, from the victim’s machine to the attacker. The attacker could send malicious requests to a web site on behalf of the victim, which could be especially dangerous to the site if the victim has administrator privileges to manage that site. In many cases, the attack can be launched without the victim even being aware of it.

Potential Mitigations

References