CVE-2020-25026:
Information Disclosure in TYPO3 extension sf_event_mgt
4.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
9/2/2020
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
derhansen/sf_event_mgt | composer | < 4.3.1 | 4.3.1 |
derhansen/sf_event_mgt | composer | >= 5.0.0, < 5.1.1 | 5.1.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows these functions were modified to add checkEventAccess() calls in the patched versions. The vulnerability reports explicitly mention missing access checks in backend module functions for data export and email notifications. The pre-patch versions of exportAction and notifyAction lacked the critical permission verification implemented through checkEventAccess(), which validates if the user has webmount access to the event's storage page.