vendor:
FLXeon Series
by:
Anonymous
4.1
CVSS
MEDIUM
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: FLXeon Series
Affected Version From: FLXeon Series (FBXi Series, FBTi Series, FBVi Series), CBX Series (FLX Series), CBT Series, CBV Series with Firmware <=9.3.4
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: abb:flxeon:9.3.4
Platforms Tested:
ABB Cylon FLXeon 9.3.4 Limited Cross-Site Request Forgery
A CSRF vulnerability is found in the ABB Cylon FLXeon series. Exploitation is restricted due to the server's CORS configuration, which lacks Access-Control-Allow-Credentials. The exploit conditions include hosting the malicious page on the same domain, Man-in-the-Middle attacks, LAN access, subdomain hosting, and misconfigured CORS policies.
Mitigation:
To mitigate this vulnerability, configure the server's CORS policy to include Access-Control-Allow-Credentials: true. Ensure that only trusted domains can make requests to the server. Implement secure communication channels like HTTPS to prevent Man-in-the-Middle attacks.