Lucene search
+L

2268 matches found

UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•8 views

CVE-2023-54114

In the Linux kernel, the following vulnerability has been resolved: net: nsh: Use correct macoffset to unwind gso skb in nshgsosegment As the call trace shows, skbpanic was caused by wrong skb-macheader in nshgsosegment: invalid opcode: 0000 1 PREEMPT SMP KASAN PTI CPU: 3 PID: 2737 Comm: syz Not...

5.7AI score0.00219EPSS
SaveExploits0References9
OSV
OSV
•added 2025/12/24 1:16 p.m.•16 views

UBUNTU-CVE-2023-54114

In the Linux kernel, the following vulnerability has been resolved: net: nsh: Use correct macoffset to unwind gso skb in nshgsosegment As the call trace shows, skbpanic was caused by wrong skb-macheader in nshgsosegment: invalid opcode: 0000 1 PREEMPT SMP KASAN PTI CPU: 3 PID: 2737 Comm: syz Not...

5.8AI score0.00219EPSS
SaveExploits0References10
CVE
CVE
•added 2025/12/24 1:06 p.m.•44 views

CVE-2023-54114

CVE-2023-54114 — Linux kernel (net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()) A Linux kernel vulnerability arises in nsh_gso_segment() where the mac_header is restored using an incorrect mac_offset, derived from the network_header difference (nhoff). The root cause is th...

6.2AI score0.00219EPSS
SaveExploits0References8
OSV
OSV
•added 2025/12/24 1:06 p.m.•13 views

CVE-2023-54114 net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()

In the Linux kernel, the following vulnerability has been resolved: net: nsh: Use correct macoffset to unwind gso skb in nshgsosegment As the call trace shows, skbpanic was caused by wrong skb-macheader in nshgsosegment: invalid opcode: 0000 1 PREEMPT SMP KASAN PTI CPU: 3 PID: 2737 Comm: syz Not...

6.5AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2025/12/24 1:06 p.m.•37 views

CVE-2023-54114 net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()

In the Linux kernel, the following vulnerability has been resolved: net: nsh: Use correct macoffset to unwind gso skb in nshgsosegment As the call trace shows, skbpanic was caused by wrong skb-macheader in nshgsosegment: invalid opcode: 0000 1 PREEMPT SMP KASAN PTI CPU: 3 PID: 2737 Comm: syz Not...

0.00219EPSS
SaveExploits0References8
NVD
NVD
•added 2025/12/24 11:15 a.m.•20 views

CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

0.00207EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2025/12/24 12:00 a.m.•26 views

PT-2025-53191

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.3.0-next-20230505 1 Description The issue lies within the network stack, specifically in the handling of Network Namespace Segmentation NSH with Generic Segmentation Offload GSO. A flaw in the nsh gso segment...

7.8CVSS7AI score0.00954EPSS
SaveExploits2References845
Tenable Nessus
Tenable Nessus
•added 2025/12/24 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2023-54114

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: nsh: Use correct macoffset to unwind gso skb in nshgsosegment As the call trace shows, skbpanic was caused by wrong skb-macheader in nshgsosegment: invali...

5.5AI score0.00219EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2025/12/17 3:04 p.m.•25 views

kernel: ALSA: usb-audio: Validate UAC3 cluster segment descriptors

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Validate UAC3 cluster segment descriptors UAC3 class segment descriptors need to be verified whether their sizes match with the declared lengths and whether they fit with the allocated buffer sizes, too. Otherwis...

7.1CVSS5.7AI score0.00175EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/12/17 7:48 a.m.•20 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
OSV
OSV
•added 2025/12/16 3:15 p.m.•12 views

UBUNTU-CVE-2025-68240

In the Linux kernel, the following vulnerability has been resolved: nilfs2: avoid having an active sctimer before freeing sci Because kthreadstop did not stop sctask properly and returned -EINTR, the sctimer was not properly closed, ultimately causing the problem 1 reported by syzbot when freeing...

5.7AI score0.00184EPSS
SaveExploits0References11
CVE
CVE
•added 2025/12/16 3:06 p.m.•44 views

CVE-2025-68291

The CVE-2025-68291 issue affects the Linux kernel MPTCP path: in mptcp_do_fastclose(), rcv_mss was not initialised before triggering tcp_send_active_reset(), leading to a divide-by-zero in __tcp_select_window() for MPTCP sockets. The fix mirrors a prior bare-TCP patch by initialising rcv_mss (to ...

6.1AI score0.00216EPSS
SaveExploits0References6
OSV
OSV
•added 2025/12/16 3:06 p.m.•11 views

CVE-2025-68291 mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose().

In the Linux kernel, the following vulnerability has been resolved: mptcp: Initialise rcvmss before calling tcpsendactivereset in mptcpdofastclose. syzbot reported divide-by-zero in tcpselectwindow by MPTCP socket. 0 We had a similar issue for the bare TCP and fixed in commit 499350a5a6e7 "tcp:...

6.3AI score
SaveExploits0References9
CVE
CVE
•added 2025/12/16 2:21 p.m.•44 views

CVE-2025-68240

The CVE-2025-68240 entry concerns the Linux kernel nilfs2 subsystem. The described vulnerability arose because a sc_timer could remain active when freeing sci, caused by kthread_stop not reliably stopping sc_task (returning -EINTR), leaving the timer improperly closed. The remediation uses timer_...

6.1AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
•added 2025/12/16 2:21 p.m.•12 views

CVE-2025-68240 nilfs2: avoid having an active sc_timer before freeing sci

In the Linux kernel, the following vulnerability has been resolved: nilfs2: avoid having an active sctimer before freeing sci Because kthreadstop did not stop sctask properly and returned -EINTR, the sctimer was not properly closed, ultimately causing the problem 1 reported by syzbot when freeing...

6.4AI score
SaveExploits0References6
BDU FSTEC
BDU FSTEC
•added 2025/12/15 12:00 a.m.•10 views

The vulnerability in the `net/ipv6/seg6_hmac.c` component of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability in the net/ipv6/seg6hmac.c component of the Linux operating system is related to a information leakage due to temporal discrepancies. Exploiting this vulnerability allows an attacker to cause service failures...

5.5CVSS7.1AI score0.00422EPSS
SaveExploits0References13Affected Software4
NVD
NVD
•added 2025/12/09 4:17 p.m.•12 views

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

0.00257EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
•added 2025/12/09 4:17 p.m.•9 views

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.7AI score0.00257EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
•added 2025/12/08 12:00 a.m.•33 views

PT-2025-49424

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to io uring, specifically a truncation issue within the io estimate bvec size function. This truncation can lead to corruption issues. The probl...

5.4AI score0.00693EPSS
SaveExploits5References387
RedHat Linux
RedHat Linux
•added 2025/12/04 12:50 p.m.•26 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
Rows per page
Query Builder