You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a previously existing service configuration is copied using the UI, the http -> https redirection setting is not respected even though the UI still shows the redirection setting as enabled. I'd consider this as a security issue since sensitive traffic may be unencrypted despite the UI showing otherwise.
How to reproduce?
Create a service configuration with the "Redirect HTTP to HTTPS" setting enabled.
Copy said service configuration using the UI copy button and enter a different host/domain.
The new service can now be accessed over http with no 301 redirect response.
The UI still shows the redirect option as enabled for both services.
If the redirect setting is disabled and then re-enabled while saving the config in between then the http traffic is redirected to https as expected.
I'm not aware, as of yet, if this bug applies to more settings besides just the http to https redirect.
Configuration file(s) (yaml or .env)
N/A
Relevant log output
N/A
BunkerWeb version
1.5.12
What integration are you using?
Linux
Linux distribution (if applicable)
Debian 12
Removed private data
I have removed all private data from the configuration file and the logs
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Just noticed a separate but loosely related bug: whitelisting the client also completely disables the redirect regardless of any redirect settings. This, however, is not the cause of the original bug in this issue (it occurs even when the whitelist is empty).
What happened?
If a previously existing service configuration is copied using the UI, the http -> https redirection setting is not respected even though the UI still shows the redirection setting as enabled. I'd consider this as a security issue since sensitive traffic may be unencrypted despite the UI showing otherwise.
How to reproduce?
If the redirect setting is disabled and then re-enabled while saving the config in between then the http traffic is redirected to https as expected.
I'm not aware, as of yet, if this bug applies to more settings besides just the http to https redirect.
Configuration file(s) (yaml or .env)
N/A
Relevant log output
BunkerWeb version
1.5.12
What integration are you using?
Linux
Linux distribution (if applicable)
Debian 12
Removed private data
Code of Conduct
The text was updated successfully, but these errors were encountered: