Lucene search
+L

6310 matches found

Debian CVE
Debian CVE
added 2024/06/21 10:28 a.m.40 views

CVE-2024-38659

In the Linux kernel, the following vulnerability has been resolved: enic: Validate length of nl attributes in enicsetvfport enicsetvfport assumes that the nl attribute IFLAPORTPROFILE is of length PORTPROFILEMAX and that the nl attributes IFLAPORTINSTANCEUUID, IFLAPORTHOSTUUID are of length...

7.1CVSS5.7AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.55 views

CVE-2024-38636

In the Linux kernel, the following vulnerability has been resolved: f2fs: multidev: fix to recognize valid zero block address As reported by Yi Zhang in mailing list 1, kernel warning was catched during zbd/010 test as below: ./check zbd/010 zbd/010 test gap zone support with F2FS failed runtime...

5.5CVSS5.2AI score0.00211EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.31 views

CVE-2024-38635

In the Linux kernel, the following vulnerability has been resolved: soundwire: cadence: fix invalid PDI offset For some reason, we add an offset to the PDI, presumably to skip the PDI0 and PDI1 which are reserved for BPT. This code is however completely wrong and leads to an out-of-bounds access...

7.1CVSS6AI score0.00234EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.44 views

CVE-2024-38634

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port-lock when calling uarthandlectschange uarthandlectschange has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's...

5.5CVSS5.8AI score0.00189EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.36 views

CVE-2024-38633 serial: max3100: Update uart_driver_registered on driver removal

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uartdriverregistered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insm...

0.00245EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.17 views

CVE-2024-38632

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix potential memory leak in vfiointxenable If vfioirqctxalloc failed will lead to 'name' memory leak...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.47 views

CVE-2024-38633

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uartdriverregistered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insm...

5.5CVSS5.8AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.43 views

CVE-2024-38631

In the Linux kernel, the following vulnerability has been resolved: iio: adc: PAC1934: fix accessing out of bounds array index Fix accessing out of bounds array index for average current and voltage measurements. The device itself has only 4 channels, but in sysfs there are "fake" channels for th...

7.8CVSS6.2AI score0.00214EPSS
SaveExploits0
CVE
CVE
added 2024/06/21 10:18 a.m.140 views

CVE-2024-38630

The CVE-2024-38630 issue affects Linux kernel watchdog code (watchdog: cpu5wdt.c) where del_timer() may fail to stop a running timer during module removal, allowing a use-after-free when a released port region is accessed by cpu5wdt_trigger(). The vulnerability is mitigated by switching the timer...

7.8CVSS8.6AI score0.00251EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.56 views

CVE-2024-38630

In the Linux kernel, the following vulnerability has been resolved: watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdttrigger When the cpu5wdt module is removing, the origin code uses deltimer to de-activate the timer. If the timer handler is running, deltimer could not stop it and wil...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.43 views

CVE-2024-38628

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix race condition use of controls after free during gadget unbind. Hang on to the control IDs instead of pointers since those are correctly handled with locks...

5.5CVSS5AI score0.00174EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.16 views

CVE-2024-38626 fuse: clear FR_SENT when re-adding requests into pending list

In the Linux kernel, the following vulnerability has been resolved: fuse: clear FRSENT when re-adding requests into pending list The following warning was reported by lee bruce: ------------ cut here ------------ WARNING: CPU: 0 PID: 8264 at fs/fuse/dev.c:300 fuserequestend+0x685/0x7e0...

6.5AI score0.00191EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.99 views

CVE-2024-38626

In the Linux kernel, the following vulnerability has been resolved: fuse: clear FRSENT when re-adding requests into pending list The following warning was reported by lee bruce: ------------ cut here ------------ WARNING: CPU: 0 PID: 8264 at fs/fuse/dev.c:300 fuserequestend+0x685/0x7e0...

5.5CVSS5.9AI score0.00191EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.13 views

CVE-2024-38627

In the Linux kernel, the following vulnerability has been resolved: stm class: Fix a double free in stmregisterdevice The putdevice&stm-dev call will trigger stmdevicerelease which frees "stm" so the vfreestm on the next line is a double free...

7.8CVSS5.7AI score0.00251EPSS
SaveExploits0
OSV
OSV
added 2024/06/21 10:18 a.m.21 views

CVE-2024-38627 stm class: Fix a double free in stm_register_device()

In the Linux kernel, the following vulnerability has been resolved: stm class: Fix a double free in stmregisterdevice The putdevice&stm-dev call will trigger stmdevicerelease which frees "stm" so the vfreestm on the next line is a double free...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.28 views

CVE-2024-38624 fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow For example, in the expression: vbo = 2 vbo + skip...

0.00222EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.17 views

CVE-2024-38623

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Use variable length array instead of fixed size Should fix smatch warning: ntfssetlabel error: builtinmemcpy 'uni-name' too small 20 vs 256...

9.8CVSS6.2AI score0.00794EPSS
SaveExploits0
CVE
CVE
added 2024/06/21 10:18 a.m.91 views

CVE-2024-38622

CVE-2024-38622 concerns a Linux kernel issue in drm/msm/dpu where dpu_core_irq_callback_handler() checks a callback pointer for NULL but then unconditionally calls it. The vulnerability arises from calling a possibly NULL function pointer, which could lead to kernel behavior disruption. The fix a...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.27 views

CVE-2024-38391

Removed by vendor...

7.1AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.26 views

CVE-2024-38621

In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160copyvideo The subtract in this condition is reversed. The -length is the length of the buffer. The -bytesused is how many bytes we have copied thus far. When the condition is reversed...

7.1CVSS5.8AI score0.00271EPSS
SaveExploits0
Rows per page
Query Builder