Lucene search
+L

498 matches found

UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.2 views

CVE-2023-53167

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix null pointer dereference in tracingerrlogopen Fix an issue in function 'tracingerrlogopen'. The function doesn't call 'seqopen' if the file is opened only with write permissions, which results in 'file-privatedata'...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.2 views

CVE-2022-50243

In the Linux kernel, the following vulnerability has been resolved: sctp: handle the error returned from sctpauthasocinitactivekey When it returns an error from sctpauthasocinitactivekey, the activekey is actually not updated. The old shkey will be freeed while it's still used as active key in...

7.8CVSS6AI score0.0015EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/09/15 2:15 p.m.4 views

CVE-2022-50235

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack...

7.8CVSS6.5AI score0.0017EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/09/12 4:15 p.m.2 views

CVE-2025-39796

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: ignore ops-locked netdevs Syzkaller managed to trigger lock dependency in xsknotify via registernetdevice. As discussed in 0, using registernetdevice in the notifiers is problematic so skip adding lapbeth for...

7.8CVSS6.4AI score0.00141EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/09/12 4:15 p.m.4 views

CVE-2025-39797

In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRMMSGALLOCSPI Netlink message, which triggers the kernel function xfrmallocspi. This function is expected to ensure uniqueness of the Security...

7.8CVSS6.5AI score0.00147EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.3 views

CVE-2025-39769

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix lockdep warning during rmmod The commit under the Fixes tag added a netdevassertlocked in bnxtfreentpfltrs. The lock should be held during normal run-time but the assert will be triggered see below during bnxtremoveon...

5.5CVSS5.9AI score0.00093EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.3 views

CVE-2025-39786

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7173: fix channels index for syscalibmode Fix the index used to look up the channel when accessing the syscalibmode attribute. The address field is a 0-based index same as scanindex that it used to access the channel ...

7.1CVSS6.5AI score0.0013EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.5 views

CVE-2025-39753

In the Linux kernel, the following vulnerability has been resolved: gfs2: Set .migratefolio in gfs2rgrp,metaaops Clears up the warning added in 7ee3647243e5 "migrate: Remove call to -writepage" that occurs in various xfstests, causing "something found in dmesg" failures. 341.136573 gfs2metaaops...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.3 views

CVE-2025-39754

In the Linux kernel, the following vulnerability has been resolved: mm/smaps: fix race between smapshugetlbrange and migration smapshugetlbrange handles the pte without holdling ptl, and may be concurrenct with migration, leaing to BUGON in pfnswapentrytopage. The race is as follows...

4.7CVSS5.7AI score0.00105EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/09/11 5:15 p.m.4 views

CVE-2025-39783

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Fix configfs group list head handling Doing a listdel on the epfgroup field of struct pciepfdriver in pciepfremovecfs is not correct as this field is a list head, not a list entry. This listdel call triggers a KASA...

7.8CVSS6.3AI score0.00151EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.4 views

CVE-2025-39698

In the Linux kernel, the following vulnerability has been resolved: iouring/futex: ensure iofutexwait cleans up properly on failure The iofutexdata is allocated upfront and assigned to the iokiocb asyncdata field, but the request isn't marked with REQFASYNCDATA at that point. Those two should...

8.8CVSS6.3AI score0.00179EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2025/09/05 6:15 p.m.2 views

CVE-2025-39697

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a race when updating an existing write After nfslockandjoinrequests tests for whether the request is still attached to the mapping, nothing prevents a call to nfsinoderemoverequest from succeeding until we actually lock...

4.7CVSS6.1AI score0.00132EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.3 views

CVE-2025-38694

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090prwonapb In dib7090prwonapb, msg is controlled by user. When msg0.buf is null and msg0.len is zero, former checks on msg0.buf would be passed. If accessing msg0.buf2...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.2 views

CVE-2025-38699

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Double-free fix When the bfadimprobe function fails during initialization, the memory pointed to by bfad-im is freed without setting bfad-im to NULL. Subsequently, during driver uninstallation, when the state machine...

7.8CVSS6.2AI score0.00167EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.2 views

CVE-2025-38630

In the Linux kernel, the following vulnerability has been resolved: fbdev: imxfb: Check fbaddvideomode to prevent null-ptr-deref fbaddvideomode can fail with -ENOMEM when its internal kmalloc cannot allocate a struct fbmodelist. If that happens, the modelist stays empty but the driver continues t...

5.5CVSS5.8AI score0.00164EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.3 views

CVE-2025-38603

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38612

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtftframebufferalloc In the error paths after fbinfo structure is successfully allocated, the memory allocated in fbdeferredioinit for info-pagerefs is not freed. Fix that by adding t...

5.5CVSS5.8AI score0.0017EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.4 views

CVE-2025-38584

In the Linux kernel, the following vulnerability has been resolved: padata: Fix pd UAF once and for all There is a race condition/UAF in padatareorder that goes back to the initial commit. A reference count is taken at the start of the process in padatadoparallel, and released at the end in...

7.8CVSS6.2AI score0.00172EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38564

In the Linux kernel, the following vulnerability has been resolved: perf/core: Handle buffer mapping fail correctly in perfmmap After successful allocation of a buffer or a successful attachment to an existing buffer perfmmap tries to map the buffer read only into the page table. If that fails, t...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38576

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: Make EEH driver device hotplug safe Multiple race conditions existed between the PCIe hotplug driver and the EEH driver, leading to a variety of kernel oopses of the same general nature: A second class of oops is als...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0References40
Rows per page
Query Builder