CVE-2024-38873:
FriendlyCaptcha Plugin for TYPO3 Captcha Check Bypass
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.48332%
CWE
Published
6/21/2024
Updated
8/2/2024
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 |
---|---|---|---|
studiomitte/friendlycaptcha | composer | < 0.1.4 | 0.1.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing captcha validation in form submissions. In TYPO3's form framework, custom validators like FriendlyCaptchaValidator
are responsible for field validation. The description explicitly states the extension
failed to check the captcha field requirement, which aligns with a missing validation check in the validator's validate()
method. This is the standard implementation pattern for TYPO3 form validators, making this the most likely vulnerable component despite the absence of explicit code examples.