Lucene search
+L

9841 matches found

UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.7 views

CVE-2024-46792

In the Linux kernel, the following vulnerability has been resolved: riscv: misaligned: Restrict user access to kernel memory rawcopyto,fromuser do not call accessok, so this code allowed userspace to access any virtual memory address...

3.3CVSS6.2AI score0.00183EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.13 views

CVE-2024-46770

In the Linux kernel, the following vulnerability has been resolved: ice: Add netifdeviceattach/detach into PF reset flow Ethtool callbacks can be executed while reset is in progress and try to access deleted resources, e.g. getting coalesce settings can result in a NULL pointer dereference seen...

5.5CVSS6.4AI score0.0024EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.17 views

CVE-2024-46746

In the Linux kernel, the following vulnerability has been resolved: HID: amdsfh: free driverdata after destroying hid device HID driver callbacks aren't called anymore once hiddestroydevice has been called. Hence, hid driverdata should be freed only after the hiddestroydevice function returned as...

7.8CVSS6.3AI score0.00248EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.10 views

CVE-2024-46736

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2renamepath If smb2setpathattr is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath again as the reference of @cfile was already dropped by previous...

7.8CVSS6.3AI score0.00244EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.7 views

CVE-2024-46735

In the Linux kernel, the following vulnerability has been resolved: ublkdrv: fix NULL pointer dereference in ublkctrlstartrecovery When two UBLKCMDSTARTUSERRECOVERY commands are submitted, the first one sets 'ubq-ubqdaemon' to NULL, and the second one triggers WARN in ublkqueuereinit and...

5.5CVSS6.4AI score0.00247EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.9 views

CVE-2024-46793

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards harder Since commit 13f58267cda3 "ASoC: soc.h: don't create dummy Component via COMPDUMMY" dummy codecs declared like this: SNDSOCDAILINKDEFdummy,...

5.5CVSS6.2AI score0.00181EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.7 views

CVE-2024-46750

In the Linux kernel, the following vulnerability has been resolved: PCI: Add missing bridge lock to pcibuslock One of the true positives that the cfgaccesslock lockdep effort identified is this sequence: WARNING: CPU: 14 PID: 1 at drivers/pci/pci.c:4886 pcibridgesecondarybusreset+0x5d/0x70 RIP:...

5.5CVSS6.2AI score0.00216EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.10 views

CVE-2024-46757

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

6.6AI score
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.7 views

CVE-2024-46765

In the Linux kernel, the following vulnerability has been resolved: ice: protect XDP configuration with a mutex The main threat to data consistency in icexdp is a possible asynchronous PF reset. It can be triggered by a user or by TX timeout handler. XDP setup and PF reset code access the same...

5.5CVSS6.3AI score0.00235EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.15 views

CVE-2024-46742

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix potential null-ptr-deref of leasectxinfo in smb2open null-ptr-deref will occur when reqoplevel == SMB2OPLOCKLEVELLEASE and parseleasestate return NULL. Fix this by check if 'leasectxinfo' is NULL. Additionally,...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/09/18 8:15 a.m.8 views

CVE-2024-46794

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix data leak in mmioread The mmioread function makes a TDVMCALL to retrieve MMIO data for an address from the VMM. Sean noticed that mmioread unintentionally exposes the value of an initialized variable val on the stack...

3.3CVSS6.4AI score0.00199EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.14 views

CVE-2024-46722

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix mcdata out-of-bounds read warning Clear warning that read mcdatai-1 may out-of-bounds...

7.1CVSS6.2AI score0.00253EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.11 views

CVE-2024-46731

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix the Out-of-bounds read warning using index i - 1U may beyond element index for mcdata when i = 0...

7.1CVSS6.2AI score0.00239EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.6 views

CVE-2024-46714

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip wbsclsetscalerfilter if filter is null Callers can pass null in filter i.e. from returned from the function wbsclgetfiltercoeffs16p and a null check is added to ensure that is not the case. This fixes 4...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.9 views

CVE-2024-46719

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Fix null pointer dereference in trace ucsiregisteraltmode checks ISERR for the alt pointer and treats NULL as valid. When CONFIGTYPECDPALTMODE is not enabled, ucsiregisterdisplayport returns NULL which causes a...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.7 views

CVE-2024-46727

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add otgmaster NULL check within resourcelogpipetopologyupdate Why Coverity reports NULLRETURN warning. How Add otgmaster NULL check...

5.5CVSS6.2AI score0.00192EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.8 views

CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS6.1AI score0.00173EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.15 views

CVE-2024-46716

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdmafreedescriptor Remove listdel call in msgdmachandesccleanup, this should be the role of msgdmafreedescriptor. In consequence replace listaddtail with listmovetail in...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.11 views

CVE-2024-46730

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tginst won't be -1 WHY & HOW tginst will be a negative if timinggeneratorcount equals 0, which should be checked before used. This fixes 2 OVERRUN issues reported by Coverity...

5.5CVSS6.1AI score0.00192EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/18 7:15 a.m.9 views

CVE-2024-46715

In the Linux kernel, the following vulnerability has been resolved: driver: iio: add missing checks on iioinfo's callback access Some callbacks from iioinfo structure are accessed without any check, so if a driver doesn't implement them trying to access the corresponding sysfs entries produce a...

5.5CVSS6.4AI score0.00221EPSS
SaveExploits0References21
Rows per page
Query Builder