cve/2024/CVE-2024-46242.md

18 lines
760 B
Markdown
Raw Permalink Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-46242](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-46242)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
2025-09-29 16:08:36 +00:00
### Description
An issue in the validate_email function in CTFd/utils/validators/__init__.py of CTFd 3.7.3 allows attackers to cause a Regular expression Denial of Service (ReDoS) via supplying a crafted string as e-mail address during registration.
### POC
#### Reference
2025-09-29 21:09:30 +02:00
- https://gist.github.com/salvatore-abello/4f01f3fa54672febc0a492a11a26592c
2025-09-29 16:08:36 +00:00
#### Github
- https://github.com/salvatore-abello/salvatore-abello