Lucene search

K

Adobe Photoshop Multiple Vulnerabilities (APSB23-56) - Windows

🗓️ 19 Nov 2023 00:00:00Reported by Copyright (C) 2023 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 10 Views

Adobe Photoshop Multiple Vulnerabilities on Windows, including out-of-bounds read and write errors, impacting versions 24.7.2 and 25.

Show more
Related
Refs
Code
# SPDX-FileCopyrightText: 2023 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:adobe:photoshop";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.832700");
  script_version("2023-11-24T16:09:32+0000");
  script_cve_id("CVE-2023-44330", "CVE-2023-44331", "CVE-2023-44332", "CVE-2023-44333",
                "CVE-2023-44334", "CVE-2023-44335");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2023-11-24 16:09:32 +0000 (Fri, 24 Nov 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2023-11-20 19:16:00 +0000 (Mon, 20 Nov 2023)");
  script_tag(name:"creation_date", value:"2023-11-19 19:14:57 +0530 (Sun, 19 Nov 2023)");
  script_name("Adobe Photoshop Multiple Vulnerabilities (APSB23-56) - Windows");

  script_tag(name:"summary", value:"Adobe Photoshop is prone to multiple
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on
  the target host.");

  script_tag(name:"insight", value:"Multiple flaws exist due to,

  - Multiple out-of-bounds read errors.

  - An out-of-bounds write errors.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to execute arbitrary code and memory leak on an affected system.");

  script_tag(name:"affected", value:"Adobe Photoshop 2023 prior to 24.7.2 and
  Adobe Photoshop 2024 prior to 25.1.");

  script_tag(name:"solution", value:"Upgrade Adobe Photoshop 2023 to 24.7.2,
  Adobe Photoshop 2024 to 25.1 or later.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"registry");
  script_xref(name:"URL", value:"https://helpx.adobe.com/security/products/photoshop/apsb23-56.html");
  script_copyright("Copyright (C) 2023 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_adobe_photoshop_detect.nasl");
  script_mandatory_keys("Adobe/Photoshop/Installed");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if(!infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE )) exit(0);

vers = infos["version"];
path = infos["location"];

if(vers =~ "^25\.") {
  if(version_is_less(version:vers, test_version:"25.1")) {
    fix = "25.1";
    installed_ver = "Adobe Photoshop 2024";
  }
}
else if(vers =~ "^24\.") {
  if(version_is_less(version:vers, test_version:"24.7.2")) {
    fix = "24.7.2";
    installed_ver = "Adobe Photoshop 2023";
  }
}

if(fix) {
  report = report_fixed_ver(installed_version:installed_ver + " " + vers, fixed_version:fix, install_path:path);
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
19 Nov 2023 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS37.8
EPSS0.001
SSVC
10
.json
Report