Legacy Knowledge Base
Published Jul. 2, 2025

Plain text can still be seen despite SSL

Written By

Kanchan Bisht

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • Even if SSL (or TLS) is enabled, the login credentials are in plain text while intercepting requests with Burp Suite.

Environment

  • Liferay DXP 7.3

Resolution

  • If a user utilizes the burp suite as a proxy, they can see plain text in the password since the burp intercepts all traffic between the browser and the website, therefore it will generally examine the traffic. Bypassing TLS* protection with the Burp settings is not considered a vulnerability.
  • Since the page transmits the password via HTTPS, it's encrypted before being sent on the network. Now, if users allowed Burp to decrypt any encrypted traffic by adding their certificate into the trusted certificates store, that's the only reason why Burp can perform a man-in-the-middle attack and see the password in plaintext format. Anyone else will only see encrypted traffic, and won't even be able to tell if a password is being transmitted: Password shows as plaintext via burp suite interception for HTTPS request, is it an issue?
  • In this case, a user needs to remove the Burp CA certificate from their browser to modify this behavior, which will also make Burp rather useless: Installing Burp's CA certificate

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base