Lucene search

K
openvasCopyright (C) 2024 Greenbone AGOPENVAS:1361412562310153025
HistorySep 05, 2024 - 12:00 a.m.

Django 4.x < 4.2.16, 5.0.x < 5.0.9, 5.1.x < 5.1.1 Multiple Vulnerabilities - Windows

2024-09-0500:00:00
Copyright (C) 2024 Greenbone AG
plugins.openvas.org
2
django
vulnerabilities
windows
cpe
cve-2024-45230
cve-2024-45231
update

AI Score

6.6

Confidence

Low

Django is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2024 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:djangoproject:django";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.153025");
  script_version("2024-09-05T12:18:34+0000");
  script_tag(name:"last_modification", value:"2024-09-05 12:18:34 +0000 (Thu, 05 Sep 2024)");
  script_tag(name:"creation_date", value:"2024-09-05 02:40:25 +0000 (Thu, 05 Sep 2024)");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");

  script_cve_id("CVE-2024-45230", "CVE-2024-45231");

  script_tag(name:"qod_type", value:"executable_version");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("Django 4.x < 4.2.16, 5.0.x < 5.0.9, 5.1.x < 5.1.1 Multiple Vulnerabilities - Windows");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("General");
  script_dependencies("gb_django_detect_win.nasl");
  script_mandatory_keys("django/windows/detected");

  script_tag(name:"summary", value:"Django 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:"The following vulnerabilities exist:

  - CVE-2024-45230: Potential denial-of-service vulnerability in django.utils.html.urlize()

  - CVE-2024-45231: Potential user email enumeration via response status on password reset");

  script_tag(name:"affected", value:"Django version 4.x prior to 4.2.16, 5.0.x prior to 5.0.9 and
  5.1.x prior to 5.1.1.");

  script_tag(name:"solution", value:"Update to version 4.2.16, 5.0.9, 5.1.1 or later.");

  script_xref(name:"URL", value:"https://www.djangoproject.com/weblog/2024/sep/03/security-releases/");

  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);

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

if (version_in_range_exclusive(version: version, test_version_lo: "4.0", test_version_up: "4.2.16")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "4.2.16", install_path: location);
  security_message(port: 0, data: report);
  exit(0);
}

if (version_in_range_exclusive(version: version, test_version_lo: "5.0", test_version_up: "5.0.9")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "5.0.9", install_path: location);
  security_message(port: 0, data: report);
  exit(0);
}

if (version_in_range_exclusive(version: version, test_version_lo: "5.1", test_version_up: "5.1.1")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "5.1.1", install_path: location);
  security_message(port: 0, data: report);
  exit(0);
}

exit(99);

AI Score

6.6

Confidence

Low

Related for OPENVAS:1361412562310153025