CommerceApplication · Adobe

CVE-2023-26366

MEDIUM · 6.8 CVSS v3.1 Published 2023-10-13
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
74/100
Remediation priority · Elevated
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Adobe Commerce versions 2.4.7-beta1 (and earlier), 2.4.6-p2 (and earlier), 2.4.5-p4 (and earlier) and 2.4.4-p5 (and earlier) are affected by a Server-Side Request Forgery (SSRF) vulnerability that could lead to arbitrary file system read. A high-privileged authenticated attacker can force the application to make arbitrary requests via injection of arbitrary URLs. Exploitation of this issue does not require user interaction, scope is changed due to the fact that an attacker can enforce file read outside the application's path boundary.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Adobe Commerce contains a Server-Side Request Forgery (SSRF) vulnerability in versions 2.4.7-beta1 and earlier, 2.4.6-p2 and earlier, 2.4.5-p4 and earlier, and 2.4.4-p5 and earlier. A high-privileged authenticated attacker can inject arbitrary URLs to force the application to make requests to attacker-controlled endpoints, leading to arbitrary file system read outside the application's path boundary. No user interaction is required for exploitation.

MitigationApply the available security patch or upgrade to a patched version of Adobe Commerce (2.4.4-p6, 2.4.5-p5, 2.4.6-p3, or 2.4.7 or later). Restrict administrative access to trusted personnel and implement network segmentation to limit the impact of SSRF attacks.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
CommerceApplication
Affected:= 2.3.7= 2.4.0= 2.4.1= 2.4.2= 2.4.3= 2.4.4= 2.4.5= 2.4.6= 2.4.7
MagentoCMS
Affected:= 2.4.4= 2.4.5= 2.4.6= 2.4.7

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
High
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Adobe Commerce or Magento version
    Run the command 'php bin/magento --version' from the web root directory, or check the 'composer.json' file for the 'version' field, or log into the admin panel and navigate to System > Tools > Web Setup Wizard to view the installed version.
    Affected if The installed version is 2.4.4, 2.4.5, 2.4.6, or 2.4.7 (including beta/alpha versions) and is not patched to 2.4.4-p6, 2.4.5-p5, 2.4.6-p3, or 2.4.7 or later.
  2. Verify administrative access exposure
    Check if the admin panel (typically at /admin or /backend) is accessible from the internet or untrusted networks. Review firewall rules, web server configuration, and network ACLs for the admin URL.
    Affected if The admin panel is accessible from untrusted networks without IP restriction or VPN, allowing high-privileged authenticated attackers to reach the vulnerable endpoint.
  3. Review outbound HTTP request logs
    Inspect web server access logs and application logs for suspicious outbound requests from the server. Look for requests to unusual or external domains originating from the application, particularly from IP addresses associated with the web server.
    Affected if The logs show outbound requests from the application to attacker-controlled or unexpected external URLs that were not initiated by legitimate administrative actions.
  4. Check for unauthorized module installations
    Review the 'app/code' and 'vendor' directories for any unknown or recently added modules that handle URL fetching or HTTP requests, particularly those that may have been injected by an attacker.
    Affected if Unknown modules exist that perform URL handling or HTTP requests and were not installed by trusted administrators.

You are affected if your installed Adobe Commerce/Magento version falls within the affected ranges (2.4.7-beta1 and earlier, 2.4.6-p2 and earlier, 2.4.5-p4 and earlier, 2.4.4-p5 and earlier) and your admin panel is accessible to a high-privileged authenticated attacker who could exploit the SSRF to make arbitrary requests.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Apply the available security patch or upgrade to a patched version of Adobe Commerce (2.4.4-p6, 2.4.5-p5, 2.4.6-p3, or 2.4.7 or later). Restrict administrative access to trusted personnel and implement network segmentation to limit the impact of SSRF attacks.

Recommended fix High confidence

For 2.4.4.x: upgrade to 2.4.4-p5+ | For 2.4.5.x: upgrade to 2.4.5-p4+ | For 2.4.6.x: upgrade to 2.4.6-p2+ | For 2.4.7.x: upgrade to 2.4.7-p1+

  1. 1. Identify your current Adobe Commerce/Magento version using bin/magento --version or checking composer.json
  2. 2. For Magento 2.4.4: Upgrade to version 2.4.4-p5 or later (composer require magento/product-community-edition=2.4.4-p5 --no-update && composer update)
  3. 3. For Magento 2.4.5: Upgrade to version 2.4.5-p4 or later (composer require magento/product-community-edition=2.4.5-p4 --no-update && composer update)
  4. 4. For Magento 2.4.6: Upgrade to version 2.4.6-p2 or later (composer require magento/product-community-edition=2.4.6-p2 --no-update && composer update)
  5. 5. For Magento 2.4.7: Upgrade to version 2.4.7-p1 or later (composer require magento/product-community-edition=2.4.7-p1 --no-update && composer update)
  6. 6. Run composer update to apply changes
  7. 7. Clear the cache: rm -rf var/cache generated/code var/page_cache
  8. 8. Run setup upgrade: bin/magento setup:upgrade
Caveat Patch upgrades are generally low-risk but always test in staging first; review release notes for any configuration changes

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Commerce Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-26366 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-26366 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data