Description
Insecure Direct Object Reference (IDOR) due to missing permission checks for multiple Artifact types in Apache Allura.

This issue affects Apache Allura: before 1.19.1.

Users are recommended to upgrade to version 1.19.1, which fixes the issue.
Published: 2026-08-12
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an Insecure Direct Object Reference in Apache Allura that occurs because the system does not enforce permission checks on several artifact types. An attacker who can guess or enumerate artifact identifiers can retrieve, modify, or delete those artifacts, potentially gaining access to sensitive data or disrupting project functionality. The lack of authorization verification directly leads to the risk of unauthorized data exposure and loss of integrity for affected artifacts. (The statement that the attacker might need to be authenticated is inferred from typical IDOR exploitation patterns and is not explicitly stated in the CVE description.)

Affected Systems

The flaw affects all Apache Allura installations running a version prior to 1.19.1. Apache Allura is the community and project management platform developed by the Apache Software Foundation. Any deployment using an earlier release is potentially susceptible, while version 1.19.1 and later contain the code changes that add the required permission enforcement.

Risk and Exploitability

Because the vulnerability is an IDOR, exploitation typically requires knowledge of an existing artifact identifier, which can be obtained through enumeration or via other application endpoints. An attacker with or without valid credentials who can guess or enumerate identifiers could potentially read or alter data; this inference is based on standard IDOR attack patterns and is not explicitly stated in the CVE description. The EPSS score is <1% and the issue is not listed in the CISA KEV catalog, yet the CVSS score of 6.5 indicates medium severity and the potential impact remains high. The attack vector is likely through direct URL manipulation or APIs accessed by an attacker with valid credentials.

Generated by OpenCVE AI on August 13, 2026 at 17:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Allura to version 1.19.1 or later, which adds the missing permission checks for artifact handling.
  • Reconfigure artifact permissions and user roles to enforce least privilege, ensuring only authorized users can create or manage the affected artifact types.
  • Enable and review audit logs for artifact access, monitoring for any unauthorized read or modification attempts to confirm that the fix is effective.

Generated by OpenCVE AI on August 13, 2026 at 17:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:apache:allura:*:*:*:*:*:*:*:*

Thu, 13 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Wed, 12 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache allura
Vendors & Products Apache
Apache allura

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
References

Wed, 12 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description Insecure Direct Object Reference (IDOR) due to missing permission checks for multiple Artifact types in Apache Allura. This issue affects Apache Allura: before 1.19.1. Users are recommended to upgrade to version 1.19.1, which fixes the issue.
Title Apache Allura: Missing permission checks IDOR
Weaknesses CWE-280
CWE-639
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-13T15:49:39.802Z

Reserved: 2026-08-11T16:07:26.689Z

Link: CVE-2026-73239

cve-icon Vulnrichment

Updated: 2026-08-12T18:18:28.291Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-12T17:17:32.190

Modified: 2026-08-17T19:09:42.780

Link: CVE-2026-73239

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T17:45:03Z

Weaknesses
  • CWE-280

    Improper Handling of Insufficient Permissions or Privileges

  • CWE-639

    Authorization Bypass Through User-Controlled Key