Lucene search
+L

3582 matches found

RedHat Linux
RedHat Linux
added 2025/07/23 12:28 a.m.14 views

kernel: net: atm: fix use after free in lec_send()

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix use after free in lecsend The -send operation frees skb so save the length before calling -send to avoid a use after free...

8.6CVSS6.8AI score0.00349EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/15 9:19 p.m.17 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.07773EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/14 12:25 a.m.17 views

kernel: net: atm: fix use after free in lec_send()

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix use after free in lecsend The -send operation frees skb so save the length before calling -send to avoid a use after free...

8.6CVSS6.8AI score0.00349EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/14 12:20 a.m.27 views

kernel: net: atm: fix use after free in lec_send()

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix use after free in lecsend The -send operation frees skb so save the length before calling -send to avoid a use after free...

8.6CVSS6.8AI score0.00349EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.5 views

net_sched: Flush gso_skb list too during ->change()

...

5.5CVSS7.4AI score0.00201EPSS
SaveExploits0
Amazon
Amazon
added 2025/07/10 12:00 a.m.23 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: don't override retval if we already lost the skb CVE-2024-26739 In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: fix a bug calling wakeupkswapd with a wrong zone...

9.8CVSS8.2AI score0.00894EPSS
SaveExploits1
OSV
OSV
added 2025/07/09 11:15 a.m.14 views

AZL-64868 CVE-2025-38251 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clippush Blamed commit missed that vccdestroysocket calls clippush with a NULL skb. If clipdevs is NULL, clippush then crashes when reading skb-truesize...

5.5CVSS6.8AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/09 10:42 a.m.9 views

CVE-2025-38251 atm: clip: prevent NULL deref in clip_push()

In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clippush Blamed commit missed that vccdestroysocket calls clippush with a NULL skb. If clipdevs is NULL, clippush then crashes when reading skb-truesize...

7.3AI score
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2025/07/07 6:10 a.m.16 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.07773EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/07/07 12:00 a.m.11 views

PT-2025-30877

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the TCP implementation related to the calculation of remaining space in socket buffers skb. Specifically, an incorrect signedness check during the...

7.1CVSS6.7AI score0.00158EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/07/04 11:22 p.m.11 views

SUSE CVE-2025-38192

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...

6.1CVSS7.8AI score0.00166EPSS
SaveExploits0References17
OSV
OSV
added 2025/07/04 2:15 p.m.3 views

DEBIAN-CVE-2025-38224

In the Linux kernel, the following vulnerability has been resolved: can: kvaserpciefd: refine error prone echoskbmax handling logic echoskbmax should define the supported upper limit of echoskb allocated inside the netdevice's priv. The corresponding size value provided by this driver to...

7.1CVSS6.1AI score0.00151EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.12 views

DEBIAN-CVE-2025-38192

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.5CVSS5.4AI score0.00166EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/04 2:15 p.m.15 views

CVE-2025-38185

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Free invalid length skb in atmtcpcsend. syzbot reported the splat below. 0 vccsendmsg copies data passed from userspace to skb and passes it to vcc-dev-ops-send. atmtcpcsend accesses skb-data as struct atmtcphdr afte...

5.5CVSS0.00171EPSS
SaveExploits0References10
OSV
OSV
added 2025/07/04 2:15 p.m.19 views

AZL-64749 CVE-2025-38185 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Free invalid length skb in atmtcpcsend. syzbot reported the splat below. 0 vccsendmsg copies data passed from userspace to skb and passes it to vcc-dev-ops-send. atmtcpcsend accesses skb-data as struct atmtcphdr afte...

5.5CVSS5.6AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.9 views

UBUNTU-CVE-2025-38192

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...

7.8CVSS6AI score0.00166EPSS
SaveExploits0References41
OSV
OSV
added 2025/07/04 2:15 p.m.10 views

UBUNTU-CVE-2025-38185

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Free invalid length skb in atmtcpcsend. syzbot reported the splat below. 0 vccsendmsg copies data passed from userspace to skb and passes it to vcc-dev-ops-send. atmtcpcsend accesses skb-data as struct atmtcphdr afte...

5.5CVSS5.8AI score0.00171EPSS
SaveExploits0References28
OSV
OSV
added 2025/07/04 2:15 p.m.14 views

UBUNTU-CVE-2025-38224

In the Linux kernel, the following vulnerability has been resolved: can: kvaserpciefd: refine error prone echoskbmax handling logic echoskbmax should define the supported upper limit of echoskb allocated inside the netdevice's priv. The corresponding size value provided by this driver to...

7.8CVSS5.7AI score0.00151EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/04 1:37 p.m.14 views

CVE-2025-38192 net: clear the dst when changing skb protocol

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...

7.8CVSS6AI score
SaveExploits0References11
OSV
OSV
added 2025/07/04 1:37 p.m.7 views

CVE-2025-38185 atm: atmtcp: Free invalid length skb in atmtcp_c_send().

In the Linux kernel, the following vulnerability has been resolved: atm: atmtcp: Free invalid length skb in atmtcpcsend. syzbot reported the splat below. 0 vccsendmsg copies data passed from userspace to skb and passes it to vcc-dev-ops-send. atmtcpcsend accesses skb-data as struct atmtcphdr afte...

7.3AI score
SaveExploits0References13
Rows per page
Query Builder