Lucene search
K

Adobe Commerce/Magento Open Source Multiple Vulnerabilities (APSB24-40)

🗓️ 23 Jul 2025 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 24 Views

Adobe Commerce and Magento Open Source vulnerable to XML, SSRF, and Authentication issues as per APSB24-40.

Related
Refs
Code
#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
##

include('compat.inc');

if (description)
{
  script_id(242634);
  script_version("1.4");
  script_set_attribute(attribute:"plugin_modification_date", value:"2025/08/27");

  script_cve_id(
    "CVE-2024-34103",
    "CVE-2024-34104",
    "CVE-2024-34105",
    "CVE-2024-34106",
    "CVE-2024-34107",
    "CVE-2024-34108",
    "CVE-2024-34109",
    "CVE-2024-34110",
    "CVE-2024-34111"
  );

  script_name(english:"Adobe Commerce/Magento Open Source Multiple Vulnerabilities (APSB24-40)");

  script_set_attribute(attribute:"synopsis", value:
"The Adobe Commerce/Magento Open Source instance installed on the remote host is affected by multiple vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The version of Adobe Commerce/Magento Open Source installed on the remote host falls within one of the following ranges
  2.4.7 < 2.4.7-p1 (Adobe Commerce) / 2.4.6 < 2.4.6-p6 (Adobe Commerce) / 2.4.5 < 2.4.5-p8 (Adobe Commerce) 
  / 2.4.4 < 2.4.4-p9 (Adobe Commerce) / 2.4.3 < 2.4.3-ext-8 (Adobe Commerce) / 2.4.2 < 2.4.2-ext-8 (Adobe Commerce) / 
  2.4.7 < 2.4.7-p1 (Magento Open Source) / 2.4.6 < 2.4.6-p6 (Magento Open Source) / 2.4.5 < 2.4.5-p8 (Magento Open Source)
  and  2.4.4 < 2.4.4-p9 (Magento Open Source) 

 It is, therefore, affected by multiple vulnerabilities as referenced in the APSB24-40 advisory.

  - Adobe Commerce versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 and earlier are affected by a Server-Side Request 
    Forgery (SSRF) vulnerability that could lead to arbitrary file system read. A low-privilege authenticated attacker 
    can force the application to make arbitrary requests via injection of arbitrary URLs. Exploitation of this issue 
    does not require user interaction. (CVE-2024-34111)

  - Adobe Commerce versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 and earlier are affected by an Improper Authentication 
    vulnerability that could result in privilege escalation. An attacker could exploit this vulnerability to gain 
    unauthorized access or elevated privileges within the application. Exploitation of this issue does not require 
    user interaction, but attack complexity is high. (CVE-2024-34103)

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
  # https://helpx.adobe.com/uk/security/products/magento/apsb24-40.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?141adee4");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Adobe Commerce/Magento Open Source version as advised");
  script_set_attribute(attribute:"agent", value:"unix");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2024-34107");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'CosmicSting: Magento Arbitrary File Read (CVE-2024-34102) + PHP Buffer Overflow in the iconv() function of glibc (CVE-2024-2961)');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2024/06/11");
  script_set_attribute(attribute:"patch_publication_date", value:"2024/06/11");
  script_set_attribute(attribute:"plugin_publication_date", value:"2025/07/23");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:adobe:commerce");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:adobe:magento");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Misc.");

  script_copyright(english:"This script is Copyright (C) 2025 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("adobe_commerce_nix_installed.nbin");
  script_require_ports("installed_sw/Adobe Magento", "installed_sw/Adobe Commerce");

  exit(0);
}

include('vdf.inc');

# @tvdl-content
var vuln_data = {
  'metadata': {'spec_version': '1.0'},
  'requires': [{'scope': 'target', 'match': {'os': 'linux'}}],
  'checks': [
    {
      'check_algorithm': 'default',
      'product':{'name': 'Adobe Commerce', 'type': 'app'},
      'constraints': [
        {
         'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
          'equal': '2.4.7.0', 'fixed_display': '2.4.7-p1'
        },
        {
         'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
         'min_version': '2.4.6', 'max_version': '2.4.6.5', 'fixed_display': '2.4.6-p6'
        },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
          'min_version': '2.4.5', 'max_version': '2.4.5.7', 'fixed_display' : '2.4.5-p8'
        },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
          'min_version': '2.4.4', 'max_version': '2.4.4.8', 'fixed_display' : '2.4.4-p9'
        },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'ext'}}],
          'min_version': '2.4.3', 'max_version': '2.4.3.7', 'fixed_display' : '2.4.3-ext-8'
        },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'ext'}}],
          'min_version': '2.4.2', 'max_version': '2.4.2.7', 'fixed_display' : '2.4.2-ext-8'
        }
      ]
    },
    {
      'check_algorithm': 'default',
      'product':{'name': 'Adobe Magento', 'type': 'app'},
      'constraints': [
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
           'equal': '2.4.7', 'fixed_display': '2.4.7-p1'
         },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
          'min_version': '2.4.6', 'max_version': '2.4.6.5', 'fixed_display': '2.4.6-p6'
        },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
          'min_version': '2.4.5', 'max_version': '2.4.5.7', 'fixed_display' : '2.4.5-p8'
        },
        {
          'requires': [{'scope': 'install', 'contains': {'Display Patch': 'p'}}],
          'min_version': '2.4.4', 'max_version': '2.4.4.8', 'fixed_display' : '2.4.4-p9'
        }
      ]
    }
  ]
};

var vdf_res = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_HOLE);
vdf::handle_check_and_report_errors(vdf_result: vdf_res);  

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation