56 matches found
openSUSE: Security Advisory for targetcli-fb (openSUSE-SU-2020:1144-1)
The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...
openSUSE Security Update : targetcli-fb (openSUSE-2020-1141)
This update for targetcli-fb fixes the following issues : - CVE-2020-13867: Fixed the permissions in /etc/target bsc1172743 This update was imported from the SUSE:SLE-15-SP1:Update update project. C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extract...
openSUSE Security Update : targetcli-fb (openSUSE-2020-1144)
This update for targetcli-fb fixes the following issues : - CVE-2020-13867: Fixed the permissions in /etc/target bsc1172743 This update was imported from the SUSE:SLE-15-SP2:Update update project. C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extract...
openSUSE: Security Advisory for targetcli-fb (openSUSE-SU-2020:1141-1)
The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...
OPENSUSE-SU-2020:1144-1 Security update for targetcli-fb
This update for targetcli-fb fixes the following issues: - CVE-2020-13867: Fixed the permissions in /etc/target bsc1172743 This update was imported from the SUSE:SLE-15-SP2:Update update project...
OPENSUSE-SU-2020:1141-1 Security update for targetcli-fb
This update for targetcli-fb fixes the following issues: - CVE-2020-13867: Fixed the permissions in /etc/target bsc1172743 This update was imported from the SUSE:SLE-15-SP1:Update update project...
SUSE-SU-2020:2101-1 Security update for targetcli-fb
This update for targetcli-fb fixes the following issues: - CVE-2020-13867: Fixed the permissions in /etc/target bsc1172743...
SUSE-SU-2020:2086-1 Security update for targetcli-fb
This update for targetcli-fb fixes the following issues: - CVE-2020-13867: Fixed the permissions in /etc/target bsc1172743...
Fedora: Security Advisory for targetcli (FEDORA-2020-83d2616f81)
The remote host is missing an update for the Copyright C 2020 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...
CVE-2020-13867
Summary: CVE-2020-13867 affects Open-iSCSI targetcli-fb up to 2.1.52, with weak permissions for /etc/target and the backup directory/files, enabling potential access to sensitive data in those paths. The issue is documented across multiple sources and has been addressed in updated packages (e.g.,...
UBUNTU-CVE-2018-13867
An issue was discovered in the HDF HDF5 1.8.20 library. There is an out of bounds read in the function H5Faccumread in H5Faccum.c...
CVE-2018-13867
An issue was discovered in the HDF HDF5 1.8.20 library. There is an out of bounds read in the function H5Faccumread in H5Faccum.c...
CVE-2018-13867
CVE-2018-13867 affects the HDF5 1.8.20 library, with an out-of-bounds read in H5F__accum_read (H5Faccum.c). The vulnerability is documented as part of HDF5-related CVEs and is reflected in OSV updates noting fixes for this issue alongside other HDF5 flaws. CVSS metrics from NVD indicate a high/se...
CVE-2017-13867
CVE-2017-13867 is linked to memory corruption in the Apple Kernel across iOS <11.2, macOS <10.13.2, tvOS <11.2, and watchOS
CVE-2017-13867
An issue was discovered in certain Apple products. iOS before 11.2 is affected. macOS before 10.13.2 is affected. tvOS before 11.2 is affected. watchOS before 4.2 is affected. The issue involves the "Kernel" component. It allows attackers to execute arbitrary code in a privileged context or cause...
MacOS/iOS kernel double free due to incorrect API usage in flow divert socket option handling(CVE-2017-13867)
SOFLOWDIVERTTOKEN is a socket option on the SOLSOCKETlayer. It's implemented by flowdiverttokensetstruct socket so, struct sockopt sopt in flowdivert.c. The relevant code is: error = sooptgetmsopt, &token; if error goto done; error = sooptmcopyinsopt, token; if error goto done; ... done: if token...