mirror of
https://github.com/0xMarcio/cve.git
synced 2026-02-12 18:42:46 +00:00
18 lines
1.0 KiB
Markdown
18 lines
1.0 KiB
Markdown
### [CVE-2021-44692](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44692)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
BuddyBoss Platform through 1.8.0 allows remote attackers to obtain the email address of each user. When creating a new user, it generates a Unique ID for their profile. This UID is their private email address with symbols removed and periods replaced with hyphens. For example. JohnDoe@example.com would become /members/johndoeexample-com and Jo.test@example.com would become /members/jo-testexample-com. The members list is available to everyone and (in a default configuration) often without authentication. It is therefore trivial to collect a list of email addresses.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.cygenta.co.uk/post/buddyboss
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|