cve/2020/CVE-2020-28333.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2020-28333](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28333)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Barco wePresent WiPG-1600W devices allow Authentication Bypass. Affected Version(s): 2.5.1.8. The Barco wePresent WiPG-1600W web interface does not use session cookies for tracking authenticated sessions. Instead, the web interface uses a "SEID" token that is appended to the end of URLs in GET requests. Thus the "SEID" would be exposed in web proxy logs and browser history. An attacker that is able to capture the "SEID" and originate requests from the same IP address (via a NAT device or web proxy) would be able to access the user interface of the device without having to know the credentials.
### POC
#### Reference
- http://packetstormsecurity.com/files/160161/Barco-wePresent-Authentication-Bypass.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/160161/Barco-wePresent-Authentication-Bypass.html
2024-05-25 21:48:12 +02:00
- https://korelogic.com/Resources/Advisories/KL-001-2020-006.txt
2024-06-09 00:33:16 +00:00
- https://korelogic.com/Resources/Advisories/KL-001-2020-006.txt
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.