Lucene search
+L

1993 matches found

RedHat Linux
RedHat Linux
added 2025/07/07 6:10 a.m.9 views

kernel: ipv6: mcast: extend RCU protection in igmp6_send()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

7.8CVSS6.8AI score0.0713EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/04 2:15 p.m.16 views

AZL-70489 CVE-2025-38192 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: clear the dst when changing skb protocol A not-so-careful NAT46 BPF program can crash the kernel if it indiscriminately flips ingress packets from v4 to v6: BUG: kernel NULL pointer dereference, address: 0000000000000000...

5.5CVSS6AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.13 views

AZL-64710 CVE-2025-38192 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: net: clear the dst when changing skb protocol A not-so-careful NAT46 BPF program can crash the kernel if it indiscriminately flips ingress packets from v4 to v6: BUG: kernel NULL pointer dereference, address: 0000000000000000...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/07/03 11:23 p.m.3 views

SUSE CVE-2025-38150

In the Linux kernel, the following vulnerability has been resolved: afpacket: move notifier's packetdevmc out of rcu critical section Syzkaller reports the following issue: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578 mutexlock+0x106/0xe80...

5.5CVSS6.6AI score0.00102EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/03 9:15 a.m.8 views

UBUNTU-CVE-2025-38150

In the Linux kernel, the following vulnerability has been resolved: afpacket: move notifier's packetdevmc out of rcu critical section Syzkaller reports the following issue: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578 mutexlock+0x106/0xe80...

5.5CVSS5.9AI score0.00102EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/03 8:35 a.m.7 views

CVE-2025-38121 wifi: iwlwifi: mld: avoid panic on init failure

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: avoid panic on init failure In case of an error during init, inhwrestart will be set, but it will never get cleared. Instead, we will retry to init again, and then we will act like we are in a restart when we...

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/06/19 3:15 a.m.6 views

SUSE CVE-2025-38032

In the Linux kernel, the following vulnerability has been resolved: mr: consolidate the ipmrcanfreetable checks. Guoyu Yin reported a splat in the ipmr netns cleanup path: WARNING: CPU: 2 PID: 14564 at net/ipv4/ipmr.c:440 ipmrfreetable net/ipv4/ipmr.c:440 inline WARNING: CPU: 2 PID: 14564 at...

5.5CVSS6.4AI score0.0014EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/06/19 12:0 a.m.5 views

PT-2025-28876

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel bridge component contains a flaw related to multicast router port configuration. Specifically, when per-VLAN multicast snooping is enabled or disabled, ports can be...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits1
Packet Storm News
Packet Storm News
added 2025/06/19 12:0 a.m.6 views

Centre Driven Controlled Evolution of Wireless Virtual Networks Based on Broadcast Tokens

In a wireless sensor network, the virtual connectivity between nodes is a function of the keys shared between various nodes. Pre-embedding these key configurations in the nodes would make the network inflexible. On the other hand, permitting subsets of nodes to engage in a common key synthesis...

6.6AI score
SaveExploits0
OSV
OSV
added 2025/06/18 10:15 a.m.8 views

UBUNTU-CVE-2025-38032

In the Linux kernel, the following vulnerability has been resolved: mr: consolidate the ipmrcanfreetable checks. Guoyu Yin reported a splat in the ipmr netns cleanup path: WARNING: CPU: 2 PID: 14564 at net/ipv4/ipmr.c:440 ipmrfreetable net/ipv4/ipmr.c:440 inline WARNING: CPU: 2 PID: 14564 at...

5.5CVSS5.9AI score0.0014EPSS
SaveExploits0References12
OSV
OSV
added 2025/06/18 9:33 a.m.8 views

CVE-2025-38032 mr: consolidate the ipmr_can_free_table() checks.

In the Linux kernel, the following vulnerability has been resolved: mr: consolidate the ipmrcanfreetable checks. Guoyu Yin reported a splat in the ipmr netns cleanup path: WARNING: CPU: 2 PID: 14564 at net/ipv4/ipmr.c:440 ipmrfreetable net/ipv4/ipmr.c:440 inline WARNING: CPU: 2 PID: 14564 at...

5.5CVSS6.3AI score0.0014EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net: dsa: clean up FDB, MDB, and VLAN entries after unbinding. As explained in many places, such as commit b117e1e8a86d “net: dsa: delete dsalegacyfdbadd and dsalegacyfdbdel”, DSA is written under the assumption that higher layer...

5.5CVSS6AI score0.00243EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.2 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: ipv6: mcast: added RCU protection to mldnewpack The mldnewpack function can be called without holding RTNL or RCU. It should be noted that we can no longer use sockallocsendskb, because ipv6.igmpsk relies on GFPKERNEL...

5.5CVSS6.4AI score0.12727EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.2 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: ipv6: mcast: Extended RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. We have extended RCU protection so that we can safely retrieve the net pointer and avoid a potential UAF...

7.8CVSS6.4AI score0.0713EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/06/09 7:43 a.m.6 views

kernel: vlan: enforce underlying device type

In the Linux kernel, the following vulnerability has been resolved: vlan: enforce underlying device type Currently, VLAN devices can be created on top of non-ethernet devices. Besides the fact that it doesn't make much sense, this also causes a bug which leaks the address of a kernel function to...

7.1CVSS6.5AI score0.00202EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/06/09 12:0 a.m.4 views

PT-2025-27967

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel can cause a kernel crash when a not-so-careful NAT46 BPF program indiscriminately flips ingress packets from IPv4 to IPv6. This issue occurs because...

6CVSS6.6AI score0.00152EPSS
SaveExploits0
OSV
OSV
added 2025/06/04 5:9 p.m.7 views

CVE-2025-5688 Out of Bounds Write in FreeRTOS-Plus-TCP

We have identified a buffer overflow issue allowing out-of-bounds write when processing LLMNR or mDNS queries with very long DNS names. This issue only affects systems using Buffer Allocation Scheme 1 with LLMNR or mDNS enabled. Users should upgrade to the latest version and ensure any forked or...

7.5CVSS6.3AI score0.00305EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2025/05/28 9:7 p.m.19 views

multicast in source builds from vulnerable setuptools dependency

Impact Some source-builds may be impacted by a CWE-1395 eg. vulnerable setuptools dependency. Multicast prior to v2.0.9a3 on systems with minimal dependancies installed may use setuptools =80.4 Pre-release version v2.0.9a3 and later are recommended for improved stability over v2.0.9a0 Workarounds...

8.8CVSS6.5AI score0.01454EPSS
SaveExploits5References9Affected Software1
OSV
OSV
added 2025/05/23 7:28 a.m.13 views

SUSE-SU-2025:20344-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-28956: x86/ibt: Keep IBT disabled during alternative patching bsc1242006. - CVE-2024-35840: mptcp: use OPTIONMPTCPMPJSYNACK in...

7.8CVSS7.1AI score0.12727EPSS
SaveExploits0References248
OSV
OSV
added 2025/05/23 7:19 a.m.7 views

SUSE-SU-2025:20343-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-28956: x86/ibt: Keep IBT disabled during alternative patching bsc1242006. - CVE-2024-35840: mptcp: use OPTIONMPTCPMPJSYNACK in subflowfinishconne...

7.8CVSS7.2AI score0.12727EPSS
SaveExploits0References248
Rows per page
Query Builder