CVE-2026-82657
Received Received - Intake

Admidio Information Disclosure via RSS Feed Endpoints

Vulnerability report for CVE-2026-82657, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-30

Last updated on: 2026-08-30

Assigner: VulnCheck

Description

Admidio before 5.0.12 fails to enforce login-only module restrictions in RSS feed endpoints for forum and announcements modules. Unauthenticated attackers can retrieve forum topics and announcements by sending GET requests to rss/forum.php or rss/announcements.php, disclosing titles, full post text, author names, and timestamps.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-30
Last Modified
2026-08-30
Generated
2026-08-30
AI Q&A
2026-08-30
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
admidio admidio to 5.0.12 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82657 is an authentication bypass vulnerability in Admidio versions before 5.0.12. It allows unauthenticated attackers to access sensitive content via RSS feed endpoints for forum and announcements modules. These endpoints do not enforce login-only restrictions, exposing titles, full post text, author names, and timestamps even when modules are configured as login-only.

Detection Guidance

To detect this vulnerability, check if unauthenticated GET requests to /rss/forum.php or /rss/announcements.php return sensitive content. Use curl commands like: curl -I http://<target>/rss/forum.php and curl http://<target>/rss/announcements.php. If these return forum topics or announcements without authentication, the system is vulnerable.

Compare with other RSS feeds (events, links, photos) which should enforce login restrictions. If forum and announcements feeds return data while others do not, the issue exists.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of confidential information. Attackers can retrieve internal discussions, personal details, and sensitive posts without authentication. The impact includes loss of data confidentiality, potential reputational damage, and exposure of member-only information such as forum topics and announcements.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection regulations like GDPR and HIPAA. It enables unauthorized access to personal and sensitive data, which could result in regulatory penalties, legal liabilities, and loss of trust. Organizations using affected Admidio versions must address this to maintain compliance.

Mitigation Strategies

Upgrade Admidio to version 5.0.12 or later to patch the vulnerability. If upgrading is not immediately possible, restrict access to the vulnerable RSS endpoints via web server rules or firewall blocking.

Temporarily disable the forum and announcements modules if they are not critical, or configure them to be publicly accessible only if absolutely necessary.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82657. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart