Lucene search
+L

9841 matches found

UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.12 views

CVE-2024-49956

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroyworkqueue error When gfs2fillsuper fails, destroyworkqueue is called within gfs2glhashclear, and the subsequent code path calls destroyworkqueue on the same work queue again. This issue can be fixed by...

5.5CVSS6AI score0.00202EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.9 views

CVE-2024-49871

In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589clearconfig and then pass the i2c client as argument so that we can call i2cgetclientdata in order to get our device object. However,...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.6 views

CVE-2024-49966

In the Linux kernel, the following vulnerability has been resolved: ocfs2: cancel dqisyncwork before freeing oinfo ocfs2globalreadinfo will initialize and schedule dqisyncwork at the end, if error occurs after successfully reading global quota, it will trigger the following warning with...

7.8CVSS6.4AI score0.00269EPSS
SaveExploits0References43
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.6 views

CVE-2024-49971

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase array size of dummyboolean WHY dml2coresharedmodesupport and dmlcoremodesupport access the third element of dummyboolean, i.e. hwdebug5 = &s-dummyboolean2, when dummyboolean has size of 2. Any assignment...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.11 views

CVE-2024-49888

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 1 PREEMPT SMP KASAN PTI The failure is due to the below signed divide:...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.10 views

CVE-2024-49912

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Handle null 'streamstatus' in 'planeschangedforexistingstream' This commit adds a null check for 'streamstatus' in the function 'planeschangedforexistingstream'. Previously, the code assumed 'streamstatus' could ...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.5 views

CVE-2024-49987

In the Linux kernel, the following vulnerability has been resolved: bpftool: Fix undefined behavior in qsortNULL, 0, ... When netfilter has no entry to display, qsort is called with qsortNULL, 0, .... This results in undefined behavior, as UBSan reports: net.c:827:2: runtime error: null pointer...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.9 views

CVE-2024-49917

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for clkmgr and clkmgr-funcs in dcn30inithw This commit addresses a potential null pointer dereference issue in the dcn30inithw function. The issue could occur when dc-clkmgr or dc-clkmgr-funcs is...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.5 views

CVE-2024-49922

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them WHAT & HOW These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.6 views

CVE-2024-49875

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.10 views

CVE-2023-52917

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

6.6AI score
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.10 views

CVE-2024-47737

In the Linux kernel, the following vulnerability has been resolved: nfsd: call cacheput if xdrreservespace returns NULL If not enough buffer space available, but idmaplookup has triggered lookupfn which calls cacheget and returns successfully. Then we missed to call cacheput here which pairs with...

5.5CVSS6.4AI score0.00277EPSS
SaveExploits0References43
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.11 views

CVE-2024-47756

In the Linux kernel, the following vulnerability has been resolved: PCI: keystone: Fix if-statement expression in kspciequirk This code accidentally uses && where || was intended. It potentially results in a NULL dereference. Thus, fix the if-statement expression to use the correct condition...

5.5CVSS6.3AI score0.00219EPSS
SaveExploits0References43
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.7 views

CVE-2024-47738

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't use rate mask for offchannel TX either Like the commit ab9177d83c04 "wifi: mac80211: don't use rate mask for scanning", ignore incorrect settings to avoid no supported rate warning reported by syzbot. The...

3.3CVSS6.2AI score0.0023EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.6 views

CVE-2024-47732

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix potential use after free bug The freedevicecompressionmodeiaadevice, devicemode function frees "devicemode" but it iss passed to iaacompressionmodesi-free a few lines later resulting in a use after free. The goo...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.6 views

CVE-2024-47731

In the Linux kernel, the following vulnerability has been resolved: drivers/perf: Fix alidrwpmu driver interrupt status clearing The alibabauncorepmu driver forgot to clear all interrupt status in the interrupt processing function. After the PMU counter overflow interrupt occurred, an interrupt...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.6 views

CVE-2024-49853

In the Linux kernel, the following vulnerability has been resolved: firmware: armscmi: Fix double free in OPTEE transport Channels can be shared between protocols, avoid freeing the same channel descriptors twice when unloading the stack...

7.8CVSS6.6AI score0.00216EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.5 views

CVE-2024-47734

In the Linux kernel, the following vulnerability has been resolved: bonding: Fix unnecessary warnings and logs from bondxdpgetxmitslave syzbot reported a WARNING in bondxdpgetxmitslave. To reproduce this1, one bond device bond1 has xdpdrv, which increases bpfmasterredirectenabledkey. Another bond...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.10 views

CVE-2024-47741

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race setting file private on concurrent lseek using same fd When doing concurrent lseek2 system calls against the same file descriptor, using multiple threads belonging to the same process, we have a short time window...

7CVSS6.6AI score0.00163EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2024/10/21 1:15 p.m.13 views

CVE-2024-47747

In the Linux kernel, the following vulnerability has been resolved: net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition In the ether3probe function, a timer is initialized with a callback function ether3ledoff, bound to &prevdev-timer. Once the timer is started, the...

7CVSS6.4AI score0.00224EPSS
SaveExploits0References43
Rows per page
Query Builder