Lucene search
+L

4717 matches found

UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.9 views

CVE-2024-57792

In the Linux kernel, the following vulnerability has been resolved: power: supply: gpio-charger: Fix set charge current limits Fix set charge current limits for devices which allow to set the lowest charge current limit to be greater zero. If requested charge current limit is below lowest limit,...

7.8CVSS6.1AI score0.00259EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.8 views

CVE-2024-55881

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Play nice with protected guests in completehypercallexit Use is64bithypercall instead of is64bitmode to detect a 64-bit hypercall when completing said hypercall. For guests with protected state, e.g. SEV-ES and SEV-SNP,...

5.5CVSS6.1AI score0.00207EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.9 views

CVE-2024-57800

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.5 views

CVE-2024-53689

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

5.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.8 views

CVE-2024-55639

In the Linux kernel, the following vulnerability has been resolved: net: renesas: rswitch: avoid use-after-put for a device tree node The device tree node saved in the rswitchdevice structure is used at several driver locations. So passing this node to ofnodeput after the first use is wrong. Move...

8.4CVSS6.4AI score0.00217EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.5 views

CVE-2024-53690

In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfsrmdir. 1 Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by nilfsmkdir for "file0",...

5.5CVSS6.2AI score0.00254EPSS
SaveExploits0References47
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.16 views

CVE-2024-47794

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming selftest, the attach target for entryfreplace of...

7.8CVSS6AI score0.00202EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.9 views

CVE-2024-47809

In the Linux kernel, the following vulnerability has been resolved: dlm: fix possible lkbresource null dereference This patch fixes a possible null pointer dereference when this function is called from requestlock as lkb-lkbresource is not assigned yet, only after validatelockargs by calling...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.12 views

CVE-2024-54191

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

5.5CVSS6.4AI score0.00137EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.10 views

CVE-2024-45828

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request Bus cleanup path in DMA mode may trigger a RINGOPSTAT interrupt when the ring is being stopped. Depending on timing between ring stop request completion, interrupt...

5.5CVSS6.7AI score0.00252EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.15 views

CVE-2024-49571

In the Linux kernel, the following vulnerability has been resolved: net/smc: check ipareaoffset and ipv6prefixescnt when receiving proposal msg When receiving proposal msg in server, the field ipareaoffset and the field ipv6prefixescnt in proposal msg are from the remote client and can not be ful...

9.1CVSS6.1AI score0.00586EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.12 views

CVE-2024-50051

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancelworksync before module remove If we remove the module which will call mpc52xxspiremove it will free 'ms' through spiunregistercontroller. while the work ms-work will be used. The sequence of operations tha...

7.8CVSS6.1AI score0.00231EPSS
SaveExploits0References51
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.14 views

CVE-2024-53680

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix UB due to uninitialized stack access in ipvsprotocolinit Under certain kernel configurations when building with Clang/LLVM, the compiler does not generate a return or jump as the terminator instruction for...

5.5CVSS6.4AI score0.00229EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.10 views

CVE-2024-57798

In the Linux kernel, the following vulnerability has been resolved: drm/dpmst: Ensure mstprimary pointer is valid in drmdpmsthandleupreq While receiving an MST up request message from one thread in drmdpmsthandleupreq, the MST topology could be removed from another thread via...

7.8CVSS6.3AI score0.0022EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.7 views

CVE-2024-55641

In the Linux kernel, the following vulnerability has been resolved: xfs: unlock inodes when erroring out of xfstransallocdir Debugging a filesystem patch with generic/475 caused the system to hang after observing the following sequences in dmesg: XFS dm-0: metadata I/O error in...

5.5CVSS6.3AI score0.00173EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.9 views

CVE-2024-47141

In the Linux kernel, the following vulnerability has been resolved: pinmux: Use sequential access to access desc-pinmux data When two client of the same gpio call pinctrlselectstate for the same functionality, we are seeing NULL pointer issue while accessing desc-muxowner. Let's say two processes...

5.5CVSS6.1AI score0.00167EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.6 views

CVE-2024-41935

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it ma...

7.1CVSS6.1AI score0.00226EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.13 views

CVE-2024-53685

In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATHMAX If the full path to be built by cephmdscbuildpath happens to be longer than PATHMAX, then this function will enter an endless retry loop, effectively blocking the whole task. Most of the...

5.5CVSS6.2AI score0.00224EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2025/01/11 1:15 p.m.6 views

CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.5CVSS6.4AI score0.00138EPSS
SaveExploits0References20
Circl
Circl
added 2025/01/11 1:13 p.m.5 views

CVE-2024-49569

creationtimestamp| type| source ---|---|--- 2025-01-11 13:13:25+00:00| seen| https://infosec.exchange/users/cve/statuses/113809896536556131 2025-01-11 13:16:17+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lfhs44xmgr22 2025-04-25 11:07:44+00:00|...

7.5CVSS6.8AI score0.00822EPSS
SaveExploits0References5
Rows per page
Query Builder