Lucene search
+L

14 matches found

OSV
OSV
•added 2026/09/25 11:17 a.m.•6 views

DEBIAN-CVE-2026-98102

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix RCU list diversion in ip6mcdel1src When removing a source filter whose count reaches zero, ip6mcdel1src unlinks psf from pmc-mcasources. If the filter was previously active, the code moved psf directly into...

5.8AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/25 10:35 a.m.•4 views

CVE-2026-98102 ipv6: mcast: fix RCU list diversion in ip6_mc_del1_src()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix RCU list diversion in ip6mcdel1src When removing a source filter whose count reaches zero, ip6mcdel1src unlinks psf from pmc-mcasources. If the filter was previously active, the code moved psf directly into...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2026/09/25 10:35 a.m.•32 views

CVE-2026-98101 ipv6: mcast: use copy-on-write RCU updates in ip6_mc_source()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use copy-on-write RCU updates in ip6mcsource pmc-sflist is read locklessly under rcureadlock by inet6mccheck during packet reception in the UDP and RAW multicast receive paths. ip6mcsource mutated psl-sladdr and...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:24 a.m.•8 views

EUVD-2026-86929

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use rcuassignpointer for rcu list updates Several places in net/ipv6/mcast.c update RCU-protected lists np-ipv6mclist, idev-mclist, idev-mctomb using direct pointer assignments instead of rcuassignpointer: 1. In...

5.8AI score0.0017EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/25 12:00 a.m.•4 views

Linux Distros Unpatched Vulnerability : CVE-2026-98099

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv6: mcast: use rcuassignpointer for rcu list updates Several places in net/ipv6/mcast.c update RCU-protected lists np-ipv6mclist, idev-mclist, idev-mctomb usi...

5.8AI score0.0017EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•9 views

CVE-2026-98101

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use copy-on-write RCU updates in ip6mcsource pmc-sflist is read locklessly under rcureadlock by inet6mccheck during packet reception in the UDP and RAW multicast receive paths. ip6mcsource mutated psl-sladdr and...

5.8AI score0.00166EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/09/25 12:00 a.m.•4 views

Linux Distros Unpatched Vulnerability : CVE-2026-98101

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ipv6: mcast: use copy-on-write RCU updates in ip6mcsource pmc-sflist is read locklessly under rcureadlock by inet6mccheck during packet reception in the UDP and...

5.8AI score0.00166EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/09/17 7:12 a.m.•13 views

kernel: ipv6: mcast: Fix use-after-free when processing MLD queries

A flaw was found in the Linux kernel's IPv6 multicast mcast component. When processing Multicast Listener Discovery MLD queries, a pointer to the multicast group address is not correctly reloaded after certain packet manipulations. This can lead to a use-after-free vulnerability, potentially...

8.8CVSS6.5AI score0.00255EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/10/20 12:25 a.m.•13 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. 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...

7.8CVSS6.6AI score0.00182EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
•added 2025/04/14 12:00 a.m.•18 views

The vulnerability of the igmp6_send() function in the net/ipv6/mcast.c module of the IPv6 protocol implementation in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the igmp6send function in the net/ipv6/mcast.c module of the Linux operating system’s IPv6 kernel implementation is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.8CVSS6.5AI score0.07773EPSS
SaveExploits0References15Affected Software6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/02/27 12:00 a.m.•0 views

CVE-2025-21758: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

7.8CVSS6AI score0.13707EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2024/07/16 12:15 p.m.•31 views

CVE-2022-48785

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use rcu-safe version of ipv6getlladdr Some time ago 8965779d2c0e "ipv6,mcast: always hold idev-lock before mcalock" switched ipv6getlladdr to ipv6getlladdr, which is rcu-unsafe version. That was OK, because idev-lock...

8.8CVSS5.9AI score0.00253EPSS
SaveExploits0References5
CVE
CVE
•added 2024/07/16 11:13 a.m.•102 views

CVE-2022-48785

The CVE-2022-48785 issue in the Linux kernel concerns ipv6: mcast path where ipv6_get_lladdr() was switched to __ipv6_get_lladdr(), an RCUnsafe variant, after external locks were removed in mld updates. The description notes this is only safe when idev->lock is held for those code paths, but w...

8.8CVSS6.5AI score0.00253EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
•added 2024/07/16 11:13 a.m.•64 views

CVE-2022-48785

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: use rcu-safe version of ipv6getlladdr Some time ago 8965779d2c0e "ipv6,mcast: always hold idev-lock before mcalock" switched ipv6getlladdr to ipv6getlladdr, which is rcu-unsafe version. That was OK, because idev-lock...

8.8CVSS5.5AI score0.00253EPSS
SaveExploits0
Rows per page
Query Builder