LDAP Injection
@nannany00 is already working on this.
Since Jun 5, 2020.
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Constructing a dynamic LDAP filter with user input could allow an attacker to modify the statement's meaning.
We found this code path may be at risk:
https://github.com/vmware/singleton/blob/efad5f5d8dc0d59aaabf6816506365bb1f772a22/g11n-ws/modules/md-service-authen/src/main/java/com/vmware/vip/core/login/controller/AuthorizationLoginController.java#L67
https://github.com/vmware/singleton/blob/efad5f5d8dc0d59aaabf6816506365bb1f772a22/g11n-ws/modules/md-service-authen/src/main/java/com/vmware/vip/core/login/controller/AuthorizationLoginController.java#L75
https://github.com/vmware/singleton/blob/efad5f5d8dc0d59aaabf6816506365bb1f772a22/g11n-ws/modules/md-service-authen/src/main/java/com/vmware/vip/core/login/ADAuthenticator.java#L141
https://github.com/vmware/singleton/blob/efad5f5d8dc0d59aaabf6816506365bb1f772a22/g11n-ws/modules/md-service-authen/src/main/java/com/vmware/vip/core/login/ADAuthenticator.java#L146
https://github.com/vmware/singleton/blob/efad5f5d8dc0d59aaabf6816506365bb1f772a22/g11n-ws/modules/md-service-authen/src/main/java/com/vmware/vip/core/login/ADAuthenticator.java#L52
https://github.com/vmware/singleton/blob/efad5f5d8dc0d59aaabf6816506365bb1f772a22/g11n-ws/modules/md-service-authen/src/main/java/com/vmware/vip/core/login/ADAuthenticator.java#L88
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.