Lucene search
+L

2093 matches found

RedhatCVE
RedhatCVE
added 2025/12/18 7:44 p.m.13 views

CVE-2025-66646

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When receiving an fragmented IPv6 packe...

6.3CVSS6.9AI score0.00679EPSS
SaveExploits1References1
Microsoft CVE
Microsoft CVE
added 2025/12/18 9:03 a.m.10 views

net: atlantic: fix fragment overflow handling in RX path

...

9.8CVSS6.7AI score0.00467EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/18 12:24 a.m.7 views

SUSE CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

5.5CVSS6.7AI score0.00467EPSS
SaveExploits0References24
CNNVD
CNNVD
added 2025/12/18 12:00 a.m.16 views

Ruoyi 代码注入漏洞

Ruoyi is a backend management system for individual developers. Ruoyi 4.8.1 and previous versions of code injection vulnerability exists, the vulnerability stems from improper handling of the parameter fragment in the file /monitor/cache/getnames, which may lead to code injection...

8.8CVSS6.8AI score0.00441EPSS
SaveExploits1References4
CVE
CVE
added 2025/12/17 8:21 p.m.27 views

CVE-2025-66647

The CVE concerns RIOT OS IPv6 fragmentation reassembly in the gnrc_ipv6_ext_frag module. Copying the first fragment (offset=0) into the reassembly buffer lacks a size check, enabling an attacker to create a small buffer by sending a shorter initial fragment and potentially overflow other packet b...

9.8CVSS7.6AI score0.00971EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2025/12/17 8:21 p.m.41 views

CVE-2025-66647 RIOT OS has buffer overflow in gnrc_ipv6_ext_frag_reass

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When copying the contents of the first...

6.3CVSS0.00971EPSS
SaveExploits1References6
NVD
NVD
added 2025/12/17 8:15 p.m.22 views

CVE-2025-66646

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When receiving an fragmented IPv6 packe...

7.5CVSS0.00679EPSS
SaveExploits1References10
EUVD
EUVD
added 2025/12/17 7:18 p.m.19 views

EUVD-2025-203929

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When receiving an fragmented IPv6 packe...

6.3CVSS6.4AI score0.00679EPSS
SaveExploits1References10
OSV
OSV
added 2025/12/17 7:18 p.m.9 views

CVE-2025-66646 RIOT-OS has NULL pointer dereference in gnrc_ipv6_ext_frag_reass

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When receiving an fragmented IPv6 packe...

6.3CVSS6.9AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/12/17 7:18 p.m.6 views

CVE-2025-66646 RIOT-OS has NULL pointer dereference in gnrc_ipv6_ext_frag_reass

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When receiving an fragmented IPv6 packe...

6.3CVSS6.6AI score0.00679EPSS
SaveExploits1References10
Cvelist
Cvelist
added 2025/12/17 7:18 p.m.44 views

CVE-2025-66646 RIOT-OS has NULL pointer dereference in gnrc_ipv6_ext_frag_reass

RIOT is an open-source microcontroller operating system, designed to match the requirements of Internet of Things IoT devices and other embedded devices. A vulnerability was discovered in the IPv6 fragmentation reassembly implementation of RIOT OS v2025.07. When receiving an fragmented IPv6 packe...

6.3CVSS0.00679EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2025/12/17 7:48 a.m.17 views

kernel: skbuff: skb_segment, Call zero copy functions before using skbuff frags

In the Linux kernel, the following vulnerability has been resolved: skbuff: skbsegment, Call zero copy functions before using skbuff frags Commit bf5c25d60861 "skbuff: in skbsegment, call zerocopy functions once per nskb" added the call to zero copy functions in skbsegment. The change introduced ...

7.8CVSS6.9AI score0.002EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/12/17 12:30 a.m.12 views

SUSE CVE-2025-40350

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix generating skb from non-linear xdpbuff for striding RQ XDP programs can change the layout of an xdpbuff through bpfxdpadjusttail and bpfxdpadjusthead. Therefore, the driver cannot assume the size of the linear...

5.5CVSS6.4AI score0.00543EPSS
SaveExploits0References20
Positive Technologies
Positive Technologies
added 2025/12/17 12:00 a.m.14 views

PT-2025-51894

Name of the Vulnerable Software and Affected Versions RIOT versions prior to 2025.10 Description RIOT OS, designed for IoT and embedded devices, contains a flaw in its IPv6 fragmentation reassembly process. Specifically, the implementation lacks a size check when copying the first fragment offset...

9.8CVSS8AI score0.00971EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/12/16 6:31 p.m.8 views

EUVD-2025-203779

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

6.2AI score0.00467EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 4:16 p.m.8 views

CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS0.00467EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 4:16 p.m.10 views

AZL-72652 CVE-2025-68301 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS5.9AI score0.00467EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/16 4:16 p.m.8 views

UBUNTU-CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS6.2AI score0.00467EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.16 views

CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS6.1AI score0.00467EPSS
SaveExploits0References35
Vulnrichment
Vulnrichment
added 2025/12/16 3:06 p.m.7 views

CVE-2025-68301 net: atlantic: fix fragment overflow handling in RX path

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

5.4AI score0.00467EPSS
SaveExploits0References7
Rows per page
Query Builder