mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
18 lines
996 B
Markdown
18 lines
996 B
Markdown
### [CVE-2016-8742](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8742)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The Windows installer that the Apache CouchDB team provides was vulnerable to local privilege escalation. All files in the install inherit the file permissions of the parent directory and therefore a non-privileged user can substitute any executable for the nssm.exe service launcher, or CouchDB batch or binary files. A subsequent service or server restart will then run that binary with administrator privilege. This issue affected CouchDB 2.0.0 (Windows platform only) and was addressed in CouchDB 2.0.0.1.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/40865/
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|