Files
CVEs-PoC/2018/CVE-2018-8025.md
T
2024-05-26 14:27:05 +02:00

18 lines
980 B
Markdown

### [CVE-2018-8025](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8025)
![](https://img.shields.io/static/v1?label=Product&message=Apache%20HBase&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=User%20Authentication&color=brighgreen)
### Description
CVE-2018-8025 describes an issue in Apache HBase that affects the optional "Thrift 1" API server when running over HTTP. There is a race-condition which could lead to authenticated sessions being incorrectly applied to users, e.g. one authenticated user would be considered a different user or an unauthenticated user would be treated as an authenticated user. https://issues.apache.org/jira/browse/HBASE-20664 implements a fix for this issue. It has been fixed in versions: 1.2.6.1, 1.3.2.1, 1.4.5, 2.0.1.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon