Description
A flaw was found in the signature verification logic of noobaa-core, the core component of the NooBaa Multicloud Object Gateway. The issue occurs when the service processes S3 presigned URLs using Signature Version 4 (SigV4). Due to improper validation, the service fails to reject requests containing unsigned x-amz- headers, instead simply dropping them from the signature calculation. This allows an attacker who possesses a valid presigned PUT URL to add an unsigned x-amz-copy-source header, effectively converting a simple upload into a CopyObject operation. This can lead to unauthorized access and copying of any data the original signer is permitted to reach across the entire storage system.
Published: 2026-09-21
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: Unauthorized data copying across the storage system using an abused presigned PUT URL
Action: Assess Impact
AI Analysis

Impact

A flaw in the signature verification logic of noobaa-core allows unsigned x-amz-copy-source headers to be ignored during Signature Version 4 validation, enabling an attacker with a valid presigned PUT URL to elevate a simple upload into a CopyObject operation. This results in unauthorized data replication and potentially broader data exposure. The weakness falls under CWE‑347, indicating improper validation of supplied input.

Affected Systems

The vulnerability affects Red Hat OpenShift Data Foundation 4, specifically the noobaa-core component of the NooBaa Multicloud Object Gateway. No specific version information is disclosed, so any deployed instance of that component is potentially impacted.

Risk and Exploitability

With a CVSS score of 7.1, the flaw is high severity, though its EPSS score is not available and it is not listed in the CISA KEV catalog. The likely attack vector requires an attacker to possess a valid presigned PUT URL and to add an unsigned x-amz-copy-source header, converting the request to a CopyObject operation. The attack can proceed without additional authentication and can affect any data the original presigner is authorized to access.

Generated by OpenCVE AI on September 21, 2026 at 13:23 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.


OpenCVE Recommended Actions

  • Contact Red Hat Security Engineering to obtain guidance and apply an update that patches the noobaa‑core signature verification flaw.
  • Restrict or disable the x-amz-copy-source header on all presigned PUT URLs so that the request cannot be covertly converted to a CopyObject operation.
  • Implement auditing and monitoring of presigned URL usage to detect unexpected CopyObject activity and review permission scope to ensure that presigned URLs grant only the minimum necessary privileges.

Generated by OpenCVE AI on September 21, 2026 at 13:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 12:00:00 +0000

Type Values Removed Values Added
Description A flaw was found in the signature verification logic of noobaa-core, the core component of the NooBaa Multicloud Object Gateway. The issue occurs when the service processes S3 presigned URLs using Signature Version 4 (SigV4). Due to improper validation, the service fails to reject requests containing unsigned x-amz- headers, instead simply dropping them from the signature calculation. This allows an attacker who possesses a valid presigned PUT URL to add an unsigned x-amz-copy-source header, effectively converting a simple upload into a CopyObject operation. This can lead to unauthorized access and copying of any data the original signer is permitted to reach across the entire storage system.
Title Noobaa-core: noobaa-core: presigned put url escalation to copyobject via unsigned x-amz-copy-source header
First Time appeared Redhat
Redhat openshift Data Foundation
Weaknesses CWE-347
CPEs cpe:/a:redhat:openshift_data_foundation:4
Vendors & Products Redhat
Redhat openshift Data Foundation
References
Metrics cvssV3_1

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


Subscriptions

Redhat Openshift Data Foundation
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-21T11:45:12.776Z

Reserved: 2026-09-21T11:13:36.872Z

Link: CVE-2026-94368

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T12:17:29.010

Modified: 2026-09-21T12:17:29.010

Link: CVE-2026-94368

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T13:30:16Z

Weaknesses
  • CWE-347

    Improper Verification of Cryptographic Signature