Description
Amasty Order Attributes for Magento 2 before version 4.0.0 contains an unauthenticated arbitrary file upload vulnerability that allows unauthenticated attackers to write arbitrary files to the store's media directory by submitting files of any type or name to the upload endpoint without authentication, session validation, or cart context. Attackers can upload PHP files to achieve remote code execution on servers where the media directory permits PHP execution, or alternatively enable malware hosting, stored cross-site scripting via HTML or SVG uploads, and path traversal to write files outside the intended upload directory.
Published: 2026-06-12
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Amasty Order Attributes for Magento 2 module allows unauthenticated attackers to upload files of any type or name to the store’s media directory without requiring authentication, session validation, or cart context. This flaw is a classic arbitrary file upload (CWE-434). If the uploaded file is a PHP script and the media directory permits execution, an attacker can achieve remote code execution. Even if the server does not execute PHP in that directory, the vulnerability can still be abused to host malware, embed stored cross‑site scripting payloads via HTML or SVG files, or perform path traversal to write files outside the intended upload path, potentially impacting other parts of the application or filesystem.

Affected Systems

The affected product is Amasty:Order Attributes for Magento 2, specifically all releases prior to version 4.0.0. Organizations running any earlier version of this module that have it installed on a Magento 2 site are vulnerable.

Risk and Exploitability

The CVSS score of 9.3 reflects the high severity of this issue. The EPSS score is not available, but the lack of authentication and session checks strongly indicate a high likelihood of exploitation in real-world scenarios. The vulnerability is not listed in the CISA KEV catalog. Attackers typically exploit it by sending crafted HTTP requests to the upload endpoint; no special privileges or additional software are required. If the media directory allows PHP execution, the attack vector leads straight to remote code execution, whereas otherwise the attacker can still achieve disruptive outcomes such as malware hosting or stored XSS.

Generated by OpenCVE AI on June 12, 2026 at 15:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Amasty Order Attributes module to version 4.0.0 or later.
  • Configure the web server to disable PHP execution (or other executable code) in the Magento media directory.
  • Limit file upload types and enforce strict validation on the upload endpoint to reject non‑allowed extensions and content types.

Generated by OpenCVE AI on June 12, 2026 at 15:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 13 Jun 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 12 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Amasty
Amasty order Attributes For Magento 2
Vendors & Products Amasty
Amasty order Attributes For Magento 2

Fri, 12 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Description Amasty Order Attributes for Magento 2 before version 4.0.0 contains an unauthenticated arbitrary file upload vulnerability that allows unauthenticated attackers to write arbitrary files to the store's media directory by submitting files of any type or name to the upload endpoint without authentication, session validation, or cart context. Attackers can upload PHP files to achieve remote code execution on servers where the media directory permits PHP execution, or alternatively enable malware hosting, stored cross-site scripting via HTML or SVG uploads, and path traversal to write files outside the intended upload directory.
Title Amasty Order Attributes for Magento 2 < 4.0.0 Unauthenticated Arbitrary File Upload
Weaknesses CWE-434
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Amasty Order Attributes For Magento 2
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-13T03:01:14.406Z

Reserved: 2026-06-10T20:14:32.827Z

Link: CVE-2026-53787

cve-icon Vulnrichment

Updated: 2026-06-13T03:01:10.655Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-06-12T15:16:31.557

Modified: 2026-06-12T16:07:49.437

Link: CVE-2026-53787

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-12T20:20:18Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type