Lucene search
+L

25024 matches found

Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63919

In the Linux kernel, the following vulnerability has been resolved: xfrm: input: hold netns during deferred transport reinjection Transport-mode reinjection stores a struct net pointer in skb-cb and uses it later from xfrmtransreinject. That pointer must stay valid until the deferred callback run...

8.8CVSS5.2AI score0.0065EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63919 xfrm: input: hold netns during deferred transport reinjection

In the Linux kernel, the following vulnerability has been resolved: xfrm: input: hold netns during deferred transport reinjection Transport-mode reinjection stores a struct net pointer in skb-cb and uses it later from xfrmtransreinject. That pointer must stay valid until the deferred callback run...

8.8CVSS5.3AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:55 p.m.13 views

EUVD-2026-45691

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

5.3AI score0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 2:55 p.m.39 views

CVE-2026-63918

CVE-2026-63918 documents a Linux kernel fix: l2tp_session_get_by_ifname previously used refcount_inc() while other getters used refcount_inc_not_zero(), risking use-after-free if a race during RC/Rcu grace period allowed a zero refcount. The change normalizes the getter to refcount_inc_not_zero()...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63918 l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname

In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcountincnotzero in l2tpsessiongetbyifname A reader in l2tpsessiongetbyifname can return a pointer to a session whose refcount has reached zero. The getter takes its reference with plain refcountinc, but every other...

7.8CVSS5.3AI score
SaveExploits0References7
OSV
OSV
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63906 usb: musb: omap2430: Fix use-after-free in omap2430_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Fix use-after-free in omap2430probe In omap2430probe, ofnodeputnp is called prematurely before the last access to np, leading to a use-after-free if the node's reference count drops to zero. Move the ofnodepu...

8.4CVSS5.4AI score
SaveExploits0References9
OSV
OSV
added 2026/07/19 2:55 p.m.9 views

CVE-2026-63891 thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Cap recursion depth in tbpropertyparsedir A DIRECTORY entry's value field is used as the diroffset for a recursive call into tbpropertyparsedir with no depth counter. A crafted peer that chains DIRECTORY...

5.3AI score
SaveExploits0References11
OSV
OSV
added 2026/07/19 2:47 p.m.8 views

MINI-X955-VXRF-CPG2

Bulletin has no description...

9.9CVSS4.8AI score0.00303EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:34 p.m.7 views

MINI-M528-X566-RR83

Bulletin has no description...

9.6CVSS4.7AI score0.00347EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:18 p.m.12 views

EUVD-2026-45558

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix mmstruct reference leak in aie2populaterange aie2populaterange jumps back to the again label without calling mmputmm, leaking a reference to the mmstruct. Add the missing mmput before jumping to again...

5.4AI score0.00206EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:18 p.m.17 views

EUVD-2026-45557

In the Linux kernel, the following vulnerability has been resolved: esp: fix page frag reference leak on skbtosgvec failure In espoutputtail, when esp-inplace is false, the old skb page frags are replaced with a new page from the xfrm pagefrag cache. The source scatterlist sg is built from the ol...

5.5AI score0.00279EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 1:48 p.m.12 views

MINI-P45G-RCGM-6CC3

Bulletin has no description...

9.1CVSS4.2AI score0.00412EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 1:36 p.m.7 views

MINI-VF5M-9VHR-FF89

Bulletin has no description...

9.1CVSS4.2AI score0.00412EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 1:08 p.m.9 views

MINI-FR39-9C4F-QM5R

Bulletin has no description...

7CVSS4.8AI score0.00157EPSS
SaveExploits0
NVD
NVD
added 2026/07/19 12:16 p.m.15 views

CVE-2026-63823

In the Linux kernel, the following vulnerability has been resolved: keys: Pin requestkeyauth payload in instantiate paths A: requestkey B: KEYCTLINSTANTIATEIOV ================ ========================= create auth key store rka in auth key wait for helper get auth key load rka from auth key copy...

7.8CVSS0.00124EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 12:16 p.m.13 views

CVE-2026-63795

In the Linux kernel, the following vulnerability has been resolved: 9p: avoid putting oldfid in p9clientwalk error path When p9clientwalk is called with clone set to false, fid aliases oldfid. If the walk subsequently fails after the request has been sent, the error path jumps to clunkfid, which...

10CVSS0.00504EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/19 12:16 p.m.13 views

CVE-2026-53401

In the Linux kernel, the following vulnerability has been resolved: fbdev: omap2: fix use-after-free in omapfbmmap omapfbmmap has a race condition with OMAPFBSETUPPLANE ioctl that can lead to use-after-free: The fbmmap entry point holds mmlock but not lock fbinfo-lock, while ioctl handlers like...

7.8CVSS0.00177EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 12:02 p.m.17 views

EUVD-2026-45493

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

5.4AI score0.00124EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 12:02 p.m.35 views

CVE-2026-63827

Root cause: Linux kernel AppArmor uses a use-after-free in the rawdata dedup loop (aa_replace_profiles) due to unsafe refcount handling when traversing ns->rawdata_list. The dedup path calls aa_get_profile_loaddata() which has plain kref_get() semantics, allowing a zero counter to be dereferen...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.16 views

CVE-2026-63827

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix use-after-free in rawdata dedup loop aareplaceprofiles walks ns-rawdatalist to dedup the incoming policy blob against entries already attached to existing profiles. Per the kernel-doc on struct aaloaddata, list...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0
Rows per page
Query Builder