Description
Open Library Foundation VuFind v11.0.3 and v4.1 is vulnerable to toInorrect Access Control. The application fails to stop processing an incoming request in VuFind\Controller\AbstractBase::validateAccessPermission after it has found that controller level access permissions do not allow access to the requested function. The requester receives a response indicating that access was denied, but the actual function is executed regardless of that.
Published: 2026-08-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in VuFind causes the application to continue executing a requested function even after an access‑denied response is returned. The result is that an attacker can invoke privileged actions that the user should not be able to perform, potentially exposing or manipulating confidential data. The vulnerability is an example of incorrect access control (CWE‑284).

Affected Systems

The vulnerable product is VuFind, with affected versions 11.0.3 and 4.1. These are web‑based cataloging application releases maintained by the Open Library Foundation.

Risk and Exploitability

The CVSS score is not disclosed and EPSS data is unavailable, but the issue is not listed in the CISA KEV catalog. The flaw can be exploited by sending a crafted HTTP request to any controller method that is protected by access permissions; the application will report a 403 but still execute the method. Because the violation occurs before the response is generated, an attacker can bypass normal authorization checks with the same request vector that would ordinarily be blocked.

Generated by OpenCVE AI on August 6, 2026 at 00:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade VuFind to a version that contains the fix for the access‑control bypass.
  • Implement additional external access‑control checks, such as a Web Application Firewall rule that rejects requests to protected routes when ACL checks fail.
  • Verify that the application’s authorization logic correctly terminates processing after a deny decision and audit custom controllers for similar behavioral gaps.

Generated by OpenCVE AI on August 6, 2026 at 00:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
Title Unauthorized Function Execution in VuFind Due to Access Control Flaw
Weaknesses CWE-284

Wed, 05 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
Description Open Library Foundation VuFind v11.0.3 and v4.1 is vulnerable to toInorrect Access Control. The application fails to stop processing an incoming request in VuFind\Controller\AbstractBase::validateAccessPermission after it has found that controller level access permissions do not allow access to the requested function. The requester receives a response indicating that access was denied, but the actual function is executed regardless of that.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-05T23:28:56.985Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-52466

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T00:30:03Z

Weaknesses