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
There is a privilege escalation vulnerability in Vblog, allowing an attacker to exploit it and perform arbitrary user registration with normal user permissions.
Sourcecode Analysis
In the org.sang.config.WebSecurityConfig#configure method, the /reg endpoint is configured to be accessible only by super administrators.
However, the Spring Security authentication framework used by the application can be bypassed by appending a trailing / to the endpoint, allowing regular users to access the /reg interface.
Reproduce the vulnerablitity
Directly accessing the /reg endpoint returns a message indicating that it is accessible only to super administrators.
However, accessing /reg/ results in a privilege escalation. This allows regular users to arbitrarily register new users.
The text was updated successfully, but these errors were encountered:
这是我的自动回复邮件。
This is an automatic reply of the email system.
您好,你的邮件我己收到,我会尽快处理,谢谢!I have received your E-mail, and I will reply as soon as possible. Thank you!
Version: <= 0.0.1-SNAPSHOT
Branch: master branch
Description:
There is a privilege escalation vulnerability in Vblog, allowing an attacker to exploit it and perform arbitrary user registration with normal user permissions.
Sourcecode Analysis
In the
org.sang.config.WebSecurityConfig#configure
method, the/reg
endpoint is configured to be accessible only by super administrators.However, the Spring Security authentication framework used by the application can be bypassed by appending a trailing
/
to the endpoint, allowing regular users to access the/reg
interface.Reproduce the vulnerablitity
Directly accessing the
/reg
endpoint returns a message indicating that it is accessible only to super administrators.However, accessing
/reg/
results in a privilege escalation. This allows regular users to arbitrarily register new users.The text was updated successfully, but these errors were encountered: