cve/2023/CVE-2023-41336.md

18 lines
863 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-41336](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-41336)
![](https://img.shields.io/static/v1?label=Product&message=ux-autocomplete&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%202.11.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20%3A%20Improper%20Input%20Validation&color=brighgreen)
### Description
ux-autocomplete is a JavaScript Autocomplete functionality for Symfony. Under certain circumstances, an attacker could successfully submit an entity id for an `EntityType` that is *not* part of the valid choices. The problem has been fixed in `symfony/ux-autocomplete` version 2.11.2.
### POC
#### Reference
- https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
#### Github
No PoCs found on GitHub currently.