Huawei EulerOS: Security Advisory for python-cryptography packag
Reporter | Title | Published | Views | Family All 183 |
---|---|---|---|---|
![]() | OPENSUSE-SU-2024:12681-1 python310-cryptography-39.0.1-1.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | CVE-2023-23931 | 7 Feb 202321:15 | – | osv |
![]() | SUSE-SU-2023:0722-1 Security update for python-cryptography | 14 Mar 202313:57 | – | osv |
![]() | SUSE-SU-2023:1763-1 Security update for python-cryptography | 4 Apr 202312:35 | – | osv |
![]() | MGASA-2023-0071 Updated python-cryptography packages fix security vulnerability | 27 Feb 202320:27 | – | osv |
![]() | SUSE-SU-2023:2218-1 Security update for python-cryptography | 16 May 202311:13 | – | osv |
![]() | SUSE-SU-2023:0837-1 Security update for python-cffi | 21 Mar 202307:59 | – | osv |
![]() | GHSA-W7PP-M8WF-VJ6R Cipher.update_into can corrupt memory if passed an immutable python object as the outbuf | 7 Feb 202320:54 | – | osv |
![]() | DLA-3331-2 python-cryptography - regression update | 27 Feb 202300:00 | – | osv |
![]() | SUSE-SU-2023:0722-2 Security update for python-cryptography | 9 May 202311:36 | – | osv |
Source | Link |
---|---|
developer | www.developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html |
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.2.2023.2466");
script_cve_id("CVE-2023-23931");
script_tag(name:"creation_date", value:"2023-07-31 04:15:11 +0000 (Mon, 31 Jul 2023)");
script_version("2024-02-05T14:36:57+0000");
script_tag(name:"last_modification", value:"2024-02-05 14:36:57 +0000 (Mon, 05 Feb 2024)");
script_tag(name:"cvss_base", value:"6.4");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-02-16 16:57:18 +0000 (Thu, 16 Feb 2023)");
script_name("Huawei EulerOS: Security Advisory for python-cryptography (EulerOS-SA-2023-2466)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 Greenbone AG");
script_family("Huawei EulerOS Local Security Checks");
script_dependencies("gb_huawei_euleros_consolidation.nasl");
script_mandatory_keys("ssh/login/euleros", "ssh/login/rpms", re:"ssh/login/release=EULEROSVIRT\-2\.10\.1");
script_xref(name:"Advisory-ID", value:"EulerOS-SA-2023-2466");
script_xref(name:"URL", value:"https://developer.huaweicloud.com/intl/en-us/euleros/securitydetail.html?secId=EulerOS-SA-2023-2466");
script_tag(name:"summary", value:"The remote host is missing an update for the Huawei EulerOS 'python-cryptography' package(s) announced via the EulerOS-SA-2023-2466 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.(CVE-2023-23931)");
script_tag(name:"affected", value:"'python-cryptography' package(s) on Huawei EulerOS Virtualization release 2.10.1.");
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 == "EULEROSVIRT-2.10.1") {
if(!isnull(res = isrpmvuln(pkg:"python3-cryptography", rpm:"python3-cryptography~2.9.2~1.h5.eulerosv2r10", rls:"EULEROSVIRT-2.10.1"))) {
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