| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CITSmart ITSM 9.1.2.22 - LDAP Injection Vulnerability | 14 Apr 202100:00 | – | zdt | |
| CVE-2020-35775 | 15 Feb 202118:46 | – | circl | |
| CITSmart 注入漏洞 | 15 Feb 202100:00 | – | cnnvd | |
| CITSmart Injection Vulnerability | 9 Mar 202100:00 | – | cnvd | |
| CVE-2020-35775 | 15 Feb 202114:52 | – | cve | |
| CVE-2020-35775 | 15 Feb 202114:52 | – | cvelist | |
| CVE-2020-35775 | 15 Feb 202115:15 | – | nvd | |
| CVE-2020-35775 | 15 Feb 202115:15 | – | osv | |
| CITSmart ITSM 9.1.2.22 LDAP Injection | 14 Apr 202100:00 | – | packetstorm | |
| Security feature bypass | 15 Feb 202115:15 | – | prion |
# Exploit Title: CITSmart ITSM 9.1.2.22 - LDAP Injection
# Google Dork: "citsmart.local"
# Date: 29/12/2020
# Exploit Author: skysbsb
# Vendor Homepage: https://docs.citsmart.com/pt-br/citsmart-platform-9/get-started/about-citsmart/release-notes.html
# Version: < 9.1.2.23
# CVE : CVE-2020-35775
To exploit this flaw it is necessary to have at least one user/password previously registered, because the system checks (ldap bind) the first user returned in the ldap search. However, it returns the last user found in the search to the function that called it (logic error).
So, I call this problem an LDAP injection in conjunction with a programming logic error that allows you to authenticate to CITSmart ITSM with another valid user without needing to know the target user's password.
Affected versions: < 9.1.2.23
Fixed versions: >= 9.1.2.23
Using this LDAP query in the username field of login page you could login with the target_username account without knowing the target account password.
*)(|(sAMAccountName=valid_username)(sAMAccountName=target_username)
You must know at least one username/password because the autenticacaoAD() function at LDAPUtils.java class (package br.com.centralit.citcorpore.integracao.ad) will try to bind with the first user (valid_username) of the query result.
Vendor has acknowledge this vulnerability at ticket 5929 (https://docs.citsmart.com/pt-br/citsmart-platform-9/get-started/about-citsmart/release-notes.html)Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation