Lucene search
+L

3628 matches found

CNNVD
CNNVD
added 2021/03/03 12:0 a.m.3 views

grub2 安全漏洞

grub2 is a Linux system boot program from the GNU community. A security vulnerability in versions of grub2 prior to 2.06, where the cutmem command does not support secure boot locking, allows a privileged attacker to remove address ranges from memory, thus giving the opportunity to bypass secure...

7.5CVSS5.7AI score0.0039EPSS
SaveExploits0References34
OpenVAS
OpenVAS
added 2021/03/03 12:0 a.m.30 views

Debian: Security Advisory (DSA-4867-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2021 Greenbone AG 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-only ifdescription...

8.2CVSS7.5AI score0.01738EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2021/03/03 12:0 a.m.46 views

SUSE SLES12 Security Update : grub2 (SUSE-SU-2021:0681-1)

This update for grub2 fixes the following issues : grub2 now implements the new 'SBAT' method for SHIM based secure boot revocation. bsc1182057 Following security issues are fixed that can violate secure boot constraints : CVE-2020-25632: Fixed a use-after-free in rmmod command bsc1176711...

8.2CVSS7.3AI score0.01738EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2021/03/03 12:0 a.m.60 views

RHEL 7 : grub2 (RHSA-2021:0700)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2021:0700 advisory. The grub2 packages provide version 2 of the Grand Unified Boot Loader GRUB, a highly configurable and customizable boot loader with modular...

8.2CVSS7.5AI score0.01738EPSS
SaveExploits0References18
Tenable Nessus
Tenable Nessus
added 2021/03/03 12:0 a.m.38 views

Oracle Linux 7 : grub2 (ELSA-2021-9076)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2021-9076 advisory. - Fix CVE-2020-14372 CVE-2020-25632 CVE-2020-25647 CVE-2020-27749 CVE-2020-27779 CVE-2021-20225 CVE-2021-20233 Orabug: 32530657 Tenable has extracted t...

8.2CVSS7AI score0.01738EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2021/03/03 12:0 a.m.263 views

SUSE SLES15 Security Update : grub2 (SUSE-SU-2021:0684-1)

This update for grub2 fixes the following issues : grub2 now implements the new 'SBAT' method for SHIM based secure boot revocation. bsc1182057 Following security issues are fixed that can violate secure boot constraints : CVE-2020-25632: Fixed a use-after-free in rmmod command bsc1176711...

8.2CVSS7.3AI score0.01738EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2021/03/03 12:0 a.m.45 views

SUSE SLES12 Security Update : grub2 (SUSE-SU-2021:0682-1)

This update for grub2 fixes the following issues : grub2 now implements the new 'SBAT' method for SHIM based secure boot revocation. bsc1182057 Following security issues are fixed that can violate secure boot constraints : CVE-2020-25632: Fixed a use-after-free in rmmod command bsc1176711...

8.2CVSS7.3AI score0.01738EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2021/03/03 12:0 a.m.43 views

SUSE SLES15 Security Update : grub2 (SUSE-SU-2021:0685-1)

This update for grub2 fixes the following issues : grub2 now implements the new 'SBAT' method for SHIM based secure boot revocation. bsc1182057 Following security issues are fixed that can violate secure boot constraints : CVE-2020-25632: Fixed a use-after-free in rmmod command bsc1176711...

8.2CVSS7.3AI score0.01738EPSS
SaveExploits0References23
RedHat Linux
RedHat Linux
added 2021/03/02 9:13 p.m.75 views

Moderate: Red Hat Security Advisory: grub2 security update

An update for grub2 is now available for Red Hat Enterprise Linux 7.6 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for ea...

8.2CVSS7AI score0.01738EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2021/03/02 9:13 p.m.10 views

grub2: Use-after-free in rmmod command

A flaw was found in grub2. The rmmod implementation allows the unloading of a module used as a dependency without checking if any other dependent module is still loaded leading to a use-after-free scenario. This could allow arbitrary code to be executed or a bypass of Secure Boot protections. The...

8.2CVSS5.9AI score0.01152EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:13 p.m.9 views

grub2: cutmem command allows privileged user to remove memory regions when Secure Boot is enabled

A flaw was found in grub2. The cutmem command does not honor secure boot locking allowing an privileged attacker to remove address ranges from memory creating an opportunity to circumvent SecureBoot protections after proper triage about grub's memory layout. The highest threat from this...

7.5CVSS5.7AI score0.0039EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:13 p.m.8 views

grub2: Stack buffer overflow in grub_parser_split_cmdline()

A flaw was found in grub2. Variable names present are expanded in the supplied command line into their corresponding variable contents, using a 1kB stack buffer for temporary storage, without sufficient bounds checking. If the function is called with a command line that references a variable with...

7.2CVSS6.1AI score0.00573EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:13 p.m.16 views

grub2: Out-of-bounds write in grub_usb_device_initialize()

A flaw was found in grub2. During USB device initialization, descriptors are read with very little bounds checking and assumes the USB device is providing sane values. If properly exploited, an attacker could trigger memory corruption leading to arbitrary code execution allowing a bypass of the...

7.6CVSS6.2AI score0.00794EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:13 p.m.4 views

grub2: acpi command allows privileged user to load crafted ACPI tables when Secure Boot is enabled

A flaw was found in GRUB 2, where it incorrectly enables the usage of the ACPI command when Secure Boot is enabled. This flaw allows an attacker with privileged access to craft a Secondary System Description Table SSDT containing code to overwrite the Linux kernel lockdown variable content direct...

7.5CVSS5.8AI score0.01738EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/03/02 9:2 p.m.6 views

grub2: cutmem command allows privileged user to remove memory regions when Secure Boot is enabled

A flaw was found in grub2. The cutmem command does not honor secure boot locking allowing an privileged attacker to remove address ranges from memory creating an opportunity to circumvent SecureBoot protections after proper triage about grub's memory layout. The highest threat from this...

7.5CVSS5.7AI score0.0039EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:2 p.m.4 views

grub2: Stack buffer overflow in grub_parser_split_cmdline()

A flaw was found in grub2. Variable names present are expanded in the supplied command line into their corresponding variable contents, using a 1kB stack buffer for temporary storage, without sufficient bounds checking. If the function is called with a command line that references a variable with...

7.2CVSS6.1AI score0.00573EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:2 p.m.3 views

grub2: Out-of-bounds write in grub_usb_device_initialize()

A flaw was found in grub2. During USB device initialization, descriptors are read with very little bounds checking and assumes the USB device is providing sane values. If properly exploited, an attacker could trigger memory corruption leading to arbitrary code execution allowing a bypass of the...

7.6CVSS6.2AI score0.00794EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 9:2 p.m.7 views

grub2: acpi command allows privileged user to load crafted ACPI tables when Secure Boot is enabled

A flaw was found in GRUB 2, where it incorrectly enables the usage of the ACPI command when Secure Boot is enabled. This flaw allows an attacker with privileged access to craft a Secondary System Description Table SSDT containing code to overwrite the Linux kernel lockdown variable content direct...

7.5CVSS5.8AI score0.01738EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/03/02 8:57 p.m.5 views

grub2: Use-after-free in rmmod command

A flaw was found in grub2. The rmmod implementation allows the unloading of a module used as a dependency without checking if any other dependent module is still loaded leading to a use-after-free scenario. This could allow arbitrary code to be executed or a bypass of Secure Boot protections. The...

8.2CVSS5.9AI score0.01152EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/03/02 8:57 p.m.5 views

grub2: cutmem command allows privileged user to remove memory regions when Secure Boot is enabled

A flaw was found in grub2. The cutmem command does not honor secure boot locking allowing an privileged attacker to remove address ranges from memory creating an opportunity to circumvent SecureBoot protections after proper triage about grub's memory layout. The highest threat from this...

7.5CVSS5.7AI score0.0039EPSS
SaveExploits0References4
Rows per page
Query Builder