mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-28 07:12:31 +02:00
19 lines
754 B
Markdown
19 lines
754 B
Markdown
### [CVE-2018-12421](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12421)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
LTB (aka LDAP Tool Box) Self Service Password before 1.3 allows a change to a user password (without knowing the old password) via a crafted POST request, because the ldap_bind return value is mishandled and the PHP data type is not constrained to be a string.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/0xT11/CVE-POC
|
|
- https://github.com/reversebrain/CVE-2018-12421
|
|
|