CVE-2020-12697: Denial of service in direct_mail
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55213%
CWE
Published
5/24/2021
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
directmailteam/direct-mail | composer | < 5.2.4 | 5.2.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unrestricted logging of newsletter link clicks. The security advisory explicitly states the lack of limits on log entries per link. The ClickTrackingController
's trackClickAction
is the logical entry point for click tracking, and its lack of throttling/constraints aligns with CWE-770. While exact code isn't available, TYPO3
extension patterns and vulnerability context strongly suggest this function
's role in the exploit.