Lucene search

K

openSUSE Security Advisory (SUSE-SU-2024:0034-1)

🗓️ 04 Mar 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

openSUSE: Security Advisory for python (SUSE-SU-2024:0034-1) The remote host is missing an update for the 'python' package(s) announced via the SUSE-SU-2024:0034-1 advisory. This update for python-aiohttp fixes the following issues: CVE-2023-49081: fixed an HTTP header injection via a crafted version (bsc#1217684)

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
RedhatCVE
CVE-2023-49081
30 Nov 202310:26
redhatcve
NVD
CVE-2023-49081
30 Nov 202307:15
nvd
OSV
CGA-4PR8-QQXF-65PM
6 Jun 202412:23
osv
OSV
CVE-2023-49081
30 Nov 202307:15
osv
OSV
PYSEC-2023-250
30 Nov 202307:15
osv
OSV
aiohttp's ClientSession is vulnerable to CRLF injection via version
27 Nov 202323:17
osv
OSV
Improper validation in meraki
13 Dec 202313:35
osv
OSV
OPENSUSE-SU-2024:13691-1 python310-aiohttp-3.9.3-2.1 on GA media
15 Jun 202400:00
osv
OSV
DSA-5828-1 python-aiohttp - security update
11 Dec 202400:00
osv
OSV
RHSA-2024:1536 Red Hat Security Advisory: Satellite 6.14.3 Async Security Update
18 Sep 202405:49
osv
Rows per page
# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.833768");
  script_cve_id("CVE-2023-49081");
  script_tag(name:"creation_date", value:"2024-03-04 12:56:10 +0000 (Mon, 04 Mar 2024)");
  script_version("2025-02-26T05:38:41+0000");
  script_tag(name:"last_modification", value:"2025-02-26 05:38:41 +0000 (Wed, 26 Feb 2025)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2023-12-05 17:39:06 +0000 (Tue, 05 Dec 2023)");

  script_name("openSUSE Security Advisory (SUSE-SU-2024:0034-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2024 Greenbone AG");
  script_family("openSUSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/opensuse", "ssh/login/rpms", re:"ssh/login/release=openSUSELeap15\.5");

  script_xref(name:"Advisory-ID", value:"SUSE-SU-2024:0034-1");
  script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2024/suse-su-20240034-1/");
  script_xref(name:"URL", value:"https://bugzilla.suse.com/1217684");
  script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-security-updates/2024-January/017589.html");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'python-aiohttp' package(s) announced via the SUSE-SU-2024:0034-1 advisory.");

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

  script_tag(name:"insight", value:"This update for python-aiohttp fixes the following issues:

- CVE-2023-49081: fixed an HTTP header injection via a crafted
 version (bsc#1217684).");

  script_tag(name:"affected", value:"'python-aiohttp' package(s) on openSUSE Leap 15.5.");

  script_tag(name:"solution", value:"Please install the updated package(s).");

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

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "openSUSELeap15.5") {

  if(!isnull(res = isrpmvuln(pkg:"python-aiohttp-doc", rpm:"python-aiohttp-doc~3.6.0~150100.3.15.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"python3-aiohttp", rpm:"python3-aiohttp~3.6.0~150100.3.15.1", rls:"openSUSELeap15.5"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

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
04 Mar 2024 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS35.3 - 7.2
EPSS0.00299
16
.json
Report