Jump to content

[NOT A BUG] /whmcs/domainlookup.php submits form without SSL encryption


Recommended Posts

Even if /whmcs/domainlookup.php is served using HTTPS, two of the six forms on the page submit the form without using HTTPS:

 

...
<div id="incart" align="center" style="display: none" >Choose Domain:
<form method="post" [color="#00FF00"]action="https://www.rocket-powered.com/whmcs/cart.php?a=add&domain=register[/color]">
<input type="hidden" name="domainoption" value="incart" />
...
<div id="owndomain" align="center" style="display: none" >
<form method="post" [color="#00FF00"]action="https://www.rocket-powered.com/whmcs/cart.php?a=add&domain=register[/color]">
<input type="hidden" name="domainoption" value="owndomain" />
...
<div id="subdomain" align="center" style="display: none" >
<form method="post" [color="#00FF00"]action="https://www.rocket-powered.com/whmcs/cart.php?a=add&domain=register[/color]">
<input type="hidden" name="domainoption" value="subdomain" />
...
<div id="register">
<form method="post" [color="#FF0000"]action="domainlookup.php"[/color]>
<input type="hidden" name="domainoption" value="register" />
...
<div id="transfer">
<form method="post" [color="#FF0000"]action="domainlookup.php"[/color]>
<input type="hidden" name="domainoption" value="transfer" />
...
<div id="results" >
<form method="post" [color="#00FF00"]action="https://www.rocket-powered.com/whmcs/cart.php?a=add&domain=register[/color]">
<input type="hidden" name="domainoption" value=register />
...

This causes Firefox to complain...

 

Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

Please fix this.

Edited by epretorious
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated