Lucene search
+L

248169 matches found

EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59667

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

5.5AI score0.00442EPSS
SaveExploits0References3
OSV
OSV
added 5 days ago7 views

CVE-2026-74473 vxlan: use pskb_network_may_pull() in route_shortcircuit()

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

9.8CVSS5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 5 days ago35 views

CVE-2026-74473 vxlan: use pskb_network_may_pull() in route_shortcircuit()

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

9.8CVSS0.00457EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago13 views

EUVD-2026-59666

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

5.8AI score0.00457EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago21 views

CVE-2026-74473

CVE-2026-74473 affects the Linux kernel’s VXLAN path. The issue arises in route_shortcircuit() which originally used pskb_may_pull() to ensure a network header length, but skb->data points to the MAC header in vxlan_xmit(), making the check insufficient and risking reading beyond the pulled bu...

9.8CVSS5.7AI score0.00457EPSS
SaveExploits0References8
CVE
CVE
added 5 days ago17 views

CVE-2026-74471

In the Linux kernel tracing subsystem, CVE-2026-74471 is caused by trace_module_add_events() ignoring the return value of __register_event(): if registration fails, a trace_event_call may still be linked via __add_event_to_tracers(), creating a stale pointer that can lead to a use-after-free when...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74471

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS5.5AI score0.00125EPSS
SaveExploits0
OSV
OSV
added 5 days ago7 views

CVE-2026-74471 tracing: Check return value of __register_event() in trace_module_add_events()

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59664

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

5.5AI score0.00125EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago34 views

CVE-2026-74471 tracing: Check return value of __register_event() in trace_module_add_events()

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS0.00125EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago14 views

CVE-2026-74470

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix REPORT ZONES alloclen underflow OOB write respreportzones sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloclen up with ALIGN before deriving the descriptor count: repmaxzones =...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago28 views

CVE-2026-74470 scsi: scsi_debug: Fix REPORT ZONES alloc_len underflow OOB write

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix REPORT ZONES alloclen underflow OOB write respreportzones sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloclen up with ALIGN before deriving the descriptor count: repmaxzones =...

7.8CVSS0.00129EPSS
SaveExploits0References6
OSV
OSV
added 5 days ago4 views

CVE-2026-74470 scsi: scsi_debug: Fix REPORT ZONES alloc_len underflow OOB write

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix REPORT ZONES alloclen underflow OOB write respreportzones sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloclen up with ALIGN before deriving the descriptor count: repmaxzones =...

7.8CVSS5.8AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 5 days ago10 views

CVE-2026-74469

In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctpassocaddpeer increments the association's 16-bit transportcount for every new unique peer. Adding the 65,536th transport wraps the count to zero. SCTP sockdiag uses transportcount t...

8.8CVSS5.4AI score0.00415EPSS
SaveExploits0
Cvelist
Cvelist
added 5 days ago27 views

CVE-2026-74469 sctp: prevent peer transport count overflow

In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctpassocaddpeer increments the association's 16-bit transportcount for every new unique peer. Adding the 65,536th transport wraps the count to zero. SCTP sockdiag uses transportcount t...

8.8CVSS0.00415EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59662

In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctpassocaddpeer increments the association's 16-bit transportcount for every new unique peer. Adding the 65,536th transport wraps the count to zero. SCTP sockdiag uses transportcount t...

5.4AI score0.00415EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago5 views

CVE-2026-74469 sctp: prevent peer transport count overflow

In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctpassocaddpeer increments the association's 16-bit transportcount for every new unique peer. Adding the 65,536th transport wraps the count to zero. SCTP sockdiag uses transportcount t...

8.8CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 5 days ago24 views

CVE-2026-74469

The CVE-2026-74469 issue affects the Linux kernel SCTP implementation. It occurs in sctp_assoc_add_peer(), where a 16-bit transport_count is incremented for each new unique peer; once the 65,536th transport is added, the counter wraps to zero. SCTP sock_diag uses transport_count to reserve the IN...

8.8CVSS5.3AI score0.00415EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago36 views

CVE-2026-74468 gpio: pch: use raw_spinlock_t for the register lock

In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use rawspinlockt for the register lock pchirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger - chip-irqsettype...

0.00168EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 5 days ago7 views

CVE-2026-74468

In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use rawspinlockt for the register lock pchirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger - chip-irqsettype...

5.5AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder