Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Remote, unauthenticated, low-complexity request to an endpoint missing auth (AV:N/AC:L/PR:N/UI:N) that discloses PII only, so C:H with I:N/A:N and no scope change.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
Open Event Server through 1.19.1 contains a missing authentication vulnerability that allows unauthenticated attackers to export the complete member roster of any group, including email addresses, names, join dates, and roles, by submitting requests to the group followers CSV export endpoint which lacks any authentication decorator. Attackers can enumerate sequential group IDs via brute-force, trigger an export via the unauthenticated POST endpoint, then poll the unauthenticated task status endpoint until completion to retrieve a download URL containing the full member CSV.
AnalysisAI
Sensitive information disclosure in FOSSASIA Open Event Server through 1.19.1 lets unauthenticated remote attackers export the full member roster of any group - email addresses, names, join dates, and roles - because the group followers CSV export endpoint carries no authentication decorator. Publicly available exploit code exists; the flaw is trivially automatable by enumerating sequential group IDs, triggering an export, and polling the unauthenticated task-status endpoint for the download URL. No public exploit has been added to CISA KEV, but the CVSS 4.0 base score of 8.7 (High) and confirmed PoC make it a credible mass-scraping risk.
Technical ContextAI
Open Event Server is FOSSASIA's open-source, Flask/Python REST API backend for event management (the server component behind the Open Event/Eventyay platform), which supports group 'followers' and CSV exports of member data. The root cause is CWE-306 (Missing Authentication for a Critical Function): the group followers CSV export POST endpoint, the associated task-status polling endpoint, and the resulting download URL all lack the authentication decorator applied elsewhere in the API, so authorization is never enforced for an operation that returns personally identifiable member data. The affected package is identified by cpe:2.3:a:fossasia:open-event-server:*:*:*:*:*:*:*:* for all versions up to and including 1.19.1.
RemediationAI
No vendor-released patch version is identified in the available data (only advisory and PoC references are provided), so treat the fix version as unconfirmed and verify directly against the FOSSASIA open-event-server repository for a release above 1.19.1 that adds authentication to the followers export path. As concrete compensating controls until a patched release is confirmed: restrict or block network access to the group followers CSV export POST endpoint, its task-status endpoint, and the export download URL at a reverse proxy or WAF (trade-off: legitimate export users must be routed through an authenticated path); place the server behind an authentication gateway/VPN so anonymous requests cannot reach the API (trade-off: breaks any intended public API consumers); and disable or feature-flag the follower CSV export functionality if it is not required (trade-off: loss of export capability for organizers). Consult the VulnCheck advisory (https://www.vulncheck.com/advisories/open-event-server-unauthenticated-member-roster-export-via-csv-export-endpoint) for authoritative details and monitor it for the tagged fix version.
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45202
GHSA-ggm5-8rm7-3jgc