ある組織が企業の Web サイトに対して Web アプリケーションの脆弱性評価を実施したところ、次のような結果が見られました。 セキュリティ アナリストが共有する必要があるチューニング推奨事項は次のうちどれですか。
正解:C
The output shows that the web application has a cross-origin resource sharing (CORS) header that allows any origin to access its resources. This is a security misconfiguration that could allow malicious websites to make requests to the web application on behalf of the user and access sensitive data or perform unauthorized actions. The tuning recommendation is to configure the Access-Control-Allow-Origin header to only allow authorized domains that need to access the web application's resources. This would prevent unauthorized cross-origin requests and reduce the risk of cross-site request forgery (CSRF) attacks.