whitelabel error page vulnerability
girtsn opened this issue · 2 comments
girtsn commented
Hello.
There is an SPEL injection problem (would consider it vulnerability) with whitelabel error page.
If encountering an error message that shows the used value (e.g. type conversion between string and a boolean) and the used value contains SPEL expression, it will be evaluated server side.
I know, the recommendation is to disable the whitelabel, but I suppose this should still get fixed.
wilkinsona commented
girtsn commented
Thanks for the advise, created spring-projects/spring-boot#4763