Skip to content

ldbfpiaoran/springboot-acl-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"# springboot-acl-bypass" 最近遇到url 判断不当绕过acl验签的问题

都是getRequestURI的大锅 还有configurer.setUseSuffixPatternMatch(false).setUseTrailingSlashMatch(false);的大锅

//inter/hello
/open/..;/inter/hello
/open/../inter/hello
/inter/hello.aaaaa
/inter/hello;a.js
各种大坑接连不断
安全测试人人有责 谨慎背锅

About

springboot getRequestURI acl bypass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages