cve/2023/CVE-2023-46817.md

20 lines
967 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-46817](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46817)
![](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
An issue was discovered in phpFox before 4.8.14. The url request parameter passed to the /core/redirect route is not properly sanitized before being used in a call to the unserialize() PHP function. This can be exploited by remote, unauthenticated attackers to inject arbitrary PHP objects into the application scope, allowing them to perform a variety of attacks, such as executing arbitrary PHP code.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2023/Oct/30
- https://karmainsecurity.com/KIS-2023-12
- https://karmainsecurity.com/pocs/CVE-2023-46817.php
#### Github
No PoCs found on GitHub currently.