Description
Avo is a framework to create admin panels for Ruby on Rails apps. From version 2.28.0 to before version 3.32.0, Avo's direct attachment upload endpoint lacks server-side upload authorization and bypasses the documented field-level upload policy methods such as upload_{FIELD_ID}?. An authenticated Avo user who can reach the Avo attachment upload endpoint can replace or add attachment content, including binary content, filename, and content-type metadata, on a resolved record even when both update? and upload_<field>? policies deny the operation. This primarily affects multi-role Avo Pro/Advanced-style deployments where non-administrator or restricted operator users can reach Avo and per-record or per-field operations are expected to be enforced by policies. This issue has been patched in version 3.32.0.
Published: 2026-09-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized upload and data modification
Action: Immediate Patch
AI Analysis

Impact

Avo, a Ruby on Rails admin panel framework, had a significant authorization oversight between versions 2.28.0 and just before 3.32.0. The direct attachment upload endpoint did not enforce server‑side upload authorization and ignored the documented field‑level policy methods such as upload_{FIELD_ID}?. As a result, any authenticated Avo user who could reach this endpoint could replace or add attachment content—including binary data, filenames, and content‑type metadata—on a record even when both the general update? policy and the specific upload_<field>? policies denied the operation. This flaw effectively bypasses the intended per‑record and per‑field security controls, allowing users with limited roles to manipulate data that should be protected.

Affected Systems

Avo application deployments built with avo‑hq:avo are affected. The vulnerability exists in any release from version 2.28.0 up to but excluding 3.32.0. Administrators or non‑administrator users who have access to the admin panel and can issue upload requests are impacted, especially in multi‑role configurations where policies are expected to enforce per‑field restrictions.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity, and the vulnerability is not yet listed in the CISA KEV catalog. The EPSS score is < 1%, indicating a very low likelihood of exploitation. The likely attack vector requires an authenticated session with access to the Avo attachment upload endpoint; once granted, the attacker can bypass policy checks entirely. Because the flaw allows unauthorized data modification, the risk to confidentiality, integrity, and availability is significant, particularly in environments where sensitive attachments are managed through Avo.

Generated by OpenCVE AI on September 7, 2026 at 15:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Avo v3.32.0 or later, which contains the patch that restores proper upload authorization checks.
  • Restrict access to the attachment upload endpoint so that only users with appropriate administrative roles can invoke it.
  • Re‑enable or audit the upload_<field>? policy checks to ensure per‑field authorization is enforced.

Generated by OpenCVE AI on September 7, 2026 at 15:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-pqpw-cvm4-8mv9 Avo: Direct attachment upload endpoint lacks upload authorization and bypasses field-level upload policy
History

Wed, 09 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 07 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 05 Sep 2026 02:15:00 +0000

Type Values Removed Values Added
First Time appeared Avo Hq
Avo Hq avo
Vendors & Products Avo Hq
Avo Hq avo

Fri, 04 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Description Avo is a framework to create admin panels for Ruby on Rails apps. From version 2.28.0 to before version 3.32.0, Avo's direct attachment upload endpoint lacks server-side upload authorization and bypasses the documented field-level upload policy methods such as upload_{FIELD_ID}?. An authenticated Avo user who can reach the Avo attachment upload endpoint can replace or add attachment content, including binary content, filename, and content-type metadata, on a resolved record even when both update? and upload_<field>? policies deny the operation. This primarily affects multi-role Avo Pro/Advanced-style deployments where non-administrator or restricted operator users can reach Avo and per-record or per-field operations are expected to be enforced by policies. This issue has been patched in version 3.32.0.
Title Avo: Direct attachment upload endpoint lacks upload authorization and bypasses field-level upload policy
Weaknesses CWE-862
CWE-863
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-09T15:57:27.231Z

Reserved: 2026-06-10T17:48:40.547Z

Link: CVE-2026-53769

cve-icon Vulnrichment

Updated: 2026-09-09T15:57:01.209Z

cve-icon NVD

Status : Received

Published: 2026-09-04T21:17:25.300

Modified: 2026-09-09T16:17:03.117

Link: CVE-2026-53769

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-04T20:02:01Z

Links: CVE-2026-53769 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T15:45:17Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key

  • CWE-862

    Missing Authorization

  • CWE-863

    Incorrect Authorization