How to fix message on security vulnerability scan reports that the Bamboo application allows to transmission of Cleartext Credentials

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

要約

Some security vulnerability scan reports that the Bamboo application allows to transmission of Cleartext Credentials.

診断

The vulnerability scan sample report will be like the below:

Finding Name: Web Server Transmits Cleartext Credentials
Finding Description: The remote web server contains several HTML form fields containing an input of type 'password' which transmit their information to a remote web server in cleartext.
An attacker eavesdropping the traffic between web browser and server may obtain logins and passwords of valid users.


原因

Although HTTPS is now activated and available, the old HTTP URLs (http://localhost:8085) are still available. Now you need to redirect the URLs to their HTTPS equivalent.

Solution 1: Redirect the URL to HTTPS

Solution 2: Remove the HTTP listener and access Bamboo via HTTPS 

  • Please make sure you have secured with SSL using Tomcat.
  • Remove the HTTP listener configuration and make sure the load-balancer, Base URL are updated accordingly to use the HTTPS

(lightbulb) Adding the security constraint to redirect all URLs to HTTPS will redirect your HTTP 8085 requests and mitigate your scanner report.

最終更新日 2025 年 4 月 7 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.