Lucene search
+L

11109 matches found

Tenable Nessus
Tenable Nessus
added 2024/08/23 12:00 a.m.47 views

Ubuntu 20.04 LTS : Linux kernel (Oracle) vulnerabilities (USN-6974-2)

"The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6974-2 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws i...

8.4CVSS7AI score0.00395EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2024/08/23 12:00 a.m.51 views

Ubuntu 18.04 LTS : Linux kernel (Azure) vulnerabilities (USN-6973-2)

The remote Ubuntu 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6973-2 advisory. It was discovered that a race condition existed in the Bluetooth subsystem in the Linux kernel, leading to a null pointer dereference vulnerability. A...

8.4CVSS7AI score0.00805EPSS
SaveExploits1References9
OpenVAS
OpenVAS
added 2024/08/23 12:00 a.m.41 views

Ubuntu: Security Advisory (USN-6976-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 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.4CVSS7.3AI score0.00805EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/08/23 12:00 a.m.75 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS : Linux kernel (Azure) vulnerabilities (USN-6972-3)

"The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6972-3 advisory. Yuxuan Hu discovered that the Bluetooth RFCOMM protocol driver in the Linux Kernel contained a race condition, leading to a NULL...

8.8CVSS6.8AI score0.01177EPSS
SaveExploits0References19
RedhatCVE
RedhatCVE
added 2024/08/22 3:15 p.m.18 views

CVE-2022-48910

A vulnerability was found in the Linux kernel’s IPv6 networking code. This flaw caused memory leaks by repeatedly calling ipv6mcdown when a network interface toggled between states without corresponding ipv6mcup calls. This happens if either the network interface goes down or IPv6 is disabled,...

5.5CVSS5.9AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/22 12:11 p.m.16 views

USN-6972-2 linux-aws, linux-aws-hwe vulnerabilities

Yuxuan Hu discovered that the Bluetooth RFCOMM protocol driver in the Linux Kernel contained a race condition, leading to a NULL pointer dereference. An attacker could possibly use this to cause a denial of service system crash. CVE-2024-22099 It was discovered that a race condition existed in th...

8.8CVSS6.5AI score0.01177EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2024/08/22 12:02 p.m.12 views

golang: net/netip: Unexpected behavior from Is methods for IPv4-mapped IPv6 addresses

A flaw was found in the Go language standard library net/netip. The method Is IsPrivate, IsPublic, etc doesn't behave properly when working with IPv6 mapped to IPv4 addresses. The unexpected behavior can lead to integrity and confidentiality issues, specifically when these methods are used to...

9.8CVSS7.2AI score0.01952EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2024/08/22 11:54 a.m.82 views

USN-6979-1: Linux kernel (Raspberry Pi) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - M68K architecture; - User-Mode Linux UML; - x86 architecture; - Accessibility subsystem; -...

10CVSS7.3AI score0.02701EPSS
SaveExploits4
NVD
NVD
added 2024/08/22 2:15 a.m.33 views

CVE-2022-48910

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

5.5CVSS0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/22 2:15 a.m.26 views

UBUNTU-CVE-2022-48910

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.22 views

CVE-2022-48910

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/08/22 1:30 a.m.15 views

CVE-2022-48910 net: ipv6: ensure we call ipv6_mc_down() at most once

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

7AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/22 1:30 a.m.105 views

CVE-2022-48910

The CVE-2022-48910 case concerns the Linux kernel IPv6 addrconf path: when NETDEV_DOWN is triggered for reasons other than actual interface down, repeated calls can leak one ifmcaddr6 per multicast group by leaking idev->mc_tomb. The fix is to ensure ipv6_mc_down() runs at most once per state ...

5.5CVSS6.6AI score0.0021EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/08/22 1:30 a.m.18 views

CVE-2022-48910 net: ipv6: ensure we call ipv6_mc_down() at most once

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

6.1AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/08/22 1:30 a.m.30 views

CVE-2022-48910 net: ipv6: ensure we call ipv6_mc_down() at most once

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/08/22 1:30 a.m.23 views

CVE-2022-48910

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/08/22 12:00 a.m.60 views

Ubuntu 14.04 LTS / 16.04 LTS : Linux kernel vulnerabilities (USN-6976-1)

"The remote Ubuntu 14.04 LTS / 16.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6976-1 advisory. Yuxuan Hu discovered that the Bluetooth RFCOMM protocol driver in the Linux Kernel contained a race condition, leading to a NULL pointer...

8.4CVSS6.9AI score0.00805EPSS
SaveExploits0References27
Tenable Nessus
Tenable Nessus
added 2024/08/22 12:00 a.m.58 views

Ubuntu 16.04 LTS / 18.04 LTS : Linux kernel (AWS) vulnerabilities (USN-6972-2)

"The remote Ubuntu 16.04 LTS / 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6972-2 advisory. Yuxuan Hu discovered that the Bluetooth RFCOMM protocol driver in the Linux Kernel contained a race condition, leading to a NULL pointer...

8.8CVSS6.9AI score0.01177EPSS
SaveExploits0References19
CNNVD
CNNVD
added 2024/08/22 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a possible memory leak due to a duplicate call to the ipv6mcdown function when IPv6 is enabled and disabled ...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/08/22 12:00 a.m.87 views

Ubuntu 18.04 LTS : Linux kernel (Raspberry Pi) vulnerabilities (USN-6979-1)

"The remote Ubuntu 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6979-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws i...

10CVSS7.4AI score0.02701EPSS
SaveExploits4References90
Rows per page
Query Builder