Lucene search
+L

1054 matches found

OSV
OSV
added 2025/12/16 4:16 p.m.7 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.00414EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.14 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.00414EPSS
SaveExploits0References35
EUVD
EUVD
added 2025/12/16 3:30 p.m.7 views

EUVD-2025-203637

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.9AI score0.00486EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/12/16 3:6 p.m.5 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.00414EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 3:6 p.m.36 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...

9.8CVSS0.00414EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 3:6 p.m.4 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...

9.8CVSS6.6AI score
SaveExploits0References10
CVE
CVE
added 2025/12/16 3:6 p.m.34 views

CVE-2025-68301

The CVE-2025-68301 issue affects the Linux kernel atlantic driver (AQC113 10G NIC) where the RX path could overflow fragments when a packet requires more than MAX_SKB_FRAGS, causing an out-of-bounds write in skb_add_rx_frag_netmem() and a kernel panic. The fix adds an assumption of an extra fragm...

9.8CVSS6.3AI score0.00414EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 1:30 p.m.28 views

CVE-2025-40350

CVE-2025-40350 (net/mlx5e) is fixed in the Linux kernel for XDP multi-buffer handling. The mlx5 driver previously assumed an unchanged xdp_buff layout when XDP programs resize data, causing erroneous skb generation or kernel warnings. The fix records the original fragment count, rewinds the end f...

9.8CVSS6AI score0.00486EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.7 views

PT-2025-51705

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The atlantic network driver in the Linux kernel is susceptible to a fragment overflow when handling large, multi-descriptor packets in the receive RX path. This occurs because the driver...

7AI score0.00414EPSS
SaveExploits0
CVE
CVE
added 2025/12/12 8:48 p.m.19 views

CVE-2025-11266

The CVE-2025-11266 issue affects the Grassroots DICOM library (GDCM). A vulnerability in the parsing of encapsulated PixelData fragments can cause an out-of-bounds write, due to an unsigned integer underflow in buffer indexing, leading to a segmentation fault and denial of service. Exploitation i...

6.8CVSS6.8AI score0.00126EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/12 12:0 a.m.10 views

PT-2025-50980

Name of the Vulnerable Software and Affected Versions Grassroots DICOM library GDCM affected versions not specified Description An out-of-bounds write issue exists in the Grassroots DICOM library GDCM during the parsing of a malformed DICOM file. The issue occurs when processing encapsulated...

6.8CVSS6.6AI score0.00126EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.38 views

CVE-2023-53822 wifi: ath11k: Ignore frags from uninitialized peer in dp.

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Ignore frags from uninitialized peer in dp. When max virtual ap interfaces are configured in all the bands with ACS and hostapd restart is done every 60s, a crash is observed at random times. In this certain scenari...

8.8CVSS0.00351EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/08 12:46 a.m.31 views

CVE-2025-40292

The CVE-2025-40292 issue is in the Linux kernel virtio-net receive path. When guest GSO is off, the allocation size for large packets is now MTU-dependent (not MAX_SKB_FRAGS * PAGE_SIZE) and tracked in vi->big_packets_num_skbfrags. If the host’s announced RX buffer length is incorrect, a lengt...

8.4CVSS6.2AI score0.00166EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/04 12:50 p.m.14 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.00187EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/25 12:37 p.m.5 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.00187EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/11/15 12:47 a.m.17 views

CVE-2025-64530

Apollo Federation is an architecture for declaratively composing APIs into a unified graph. A vulnerability in versions of Apollo Federation's composition logic prior to 2.9.5, 2.10.4, 2.11.5, and 2.12.1 allowed some queries to Apollo Router to improperly bypass access controls on types/fields...

7.5CVSS6.8AI score0.00386EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/14 5:46 p.m.7 views

GHSA-MX7M-J9XF-62HW @apollo/composition has Improper Enforcement of Access Control on Interface Types and Fields

Summary A vulnerability in Apollo Federation's composition logic allowed some queries to Apollo Router to improperly bypass access controls on types/fields. Apollo Federation incorrectly allowed user-defined access control directives on interface types/fields, which could be bypassed by instead...

7.5CVSS6.5AI score0.00386EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2025/11/14 5:46 p.m.17 views

@apollo/composition has Improper Enforcement of Access Control on Interface Types and Fields

Summary A vulnerability in Apollo Federation's composition logic allowed some queries to Apollo Router to improperly bypass access controls on types/fields. Apollo Federation incorrectly allowed user-defined access control directives on interface types/fields, which could be bypassed by instead...

7.5CVSS6.6AI score0.00386EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2025/11/14 12:2 a.m.11 views

Authentication Bypass Using an Alternate Path or Channel

Overview @apollo/composition is an Apollo Federation composition utilities Affected versions of this package are vulnerable to Authentication Bypass Using an Alternate Path or Channel. An attacker can gain unauthorized access to restricted interface types or fields by crafting queries that target...

8.7CVSS6.9AI score0.00386EPSS
SaveExploits0References2
NVD
NVD
added 2025/11/13 11:15 p.m.12 views

CVE-2025-64530

Apollo Federation is an architecture for declaratively composing APIs into a unified graph. A vulnerability in versions of Apollo Federation's composition logic prior to 2.9.5, 2.10.4, 2.11.5, and 2.12.1 allowed some queries to Apollo Router to improperly bypass access controls on types/fields...

7.5CVSS0.00386EPSS
SaveExploits0References1
Rows per page
Query Builder