Description
Admidio before 5.0.11 contains an authentication bypass vulnerability in the forum module when configured in login-only mode. The access control logic in modules/forum.php fails to validate the login-only configuration state, allowing unauthenticated attackers to read forum topics and posts by directly accessing the module with read-only parameters.
Published: 2026-08-03
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Admidio versions older than 5.0.11 contain an authentication bypass in the forum module when the system is set to login‑only mode. The permission check in modules/forum.php does not validate the configuration state, allowing any unauthenticated user to request the forum module with read‑only parameters and retrieve forum topics and posts. This flaw is a classic authentication bypass (CWE-306) that provides unauthorized read access to user‑generated content.

Affected Systems

The vulnerability affects the Admidio application where the forum module is enabled in login‑only mode, specifically all releases before version 5.0.11. Administrators should verify whether their deployed instance is running a vulnerable version and whether the forum component is active.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity flaw that can lead to significant information disclosure. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog at this time, but the exploit path is straightforward: an attacker simply navigates to forum.php with read‑only parameters without authentication. Given the lack of mitigations in the code, the likelihood of exploitation is considerable for exposed instances.

Generated by OpenCVE AI on August 4, 2026 at 21:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Admidio to version 5.0.11 or later, which includes the gatekeeper change to enforce login‑only authentication.
  • If an immediate update is not possible, disable the forum module or remove the login‑only configuration to prevent unauthenticated access.
  • Restrict web access to forum.php using server‑side access controls, such as an IP whitelist or authentication requirement in the web server configuration.
  • Monitor forum activity logs for anomalous requests that appear to bypass authentication and investigate any suspicious access.

Generated by OpenCVE AI on August 4, 2026 at 21:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description Admidio before 5.0.11 contains an authentication bypass vulnerability in the forum module when configured in login-only mode. The access control logic in modules/forum.php fails to validate the login-only configuration state, allowing unauthenticated attackers to read forum topics and posts by directly accessing the module with read-only parameters.
Title Admidio before 5.0.11 Authentication Bypass via forum.php
First Time appeared Admidio
Admidio admidio
Weaknesses CWE-306
CPEs cpe:2.3:a:admidio:admidio:*:*:*:*:*:*:*:*
Vendors & Products Admidio
Admidio admidio
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-03T15:36:54.842Z

Reserved: 2026-08-03T10:42:57.737Z

Link: CVE-2026-69091

cve-icon Vulnrichment

Updated: 2026-08-03T15:00:18.351Z

cve-icon NVD

Status : Received

Published: 2026-08-03T14:16:29.730

Modified: 2026-08-03T17:16:45.340

Link: CVE-2026-69091

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T21:15:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function