Lucene search
+L

433 matches found

OSV
OSV
added 2024/12/27 3:15 p.m.9 views

UBUNTU-CVE-2024-56630

In the Linux kernel, the following vulnerability has been resolved: ocfs2: free inode when ocfs2getinitinode fails syzbot is reporting busy inodes after unmount, for commit 9c89fe0af826 "ocfs2: Handle error from dquotinitialize" forgot to call iput when newinode succeeded and dquotinitialize fail...

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References46
SUSE Linux
SUSE Linux
added 2024/12/13 3:20 p.m.3 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52524: Fixed possible corruption in nfc/llcp bsc1220927. CVE-2024-49925: fbdev: efifb: Register sysfs groups through driver core bsc1232224 CVE-2024-50089:...

7.8CVSS8.6AI score0.00809EPSS
SaveExploits1References118
SUSE CVE
SUSE CVE
added 2024/11/26 3:47 a.m.4 views

SUSE CVE-2024-53101

In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized value issue in fromkuid and fromkgid ocfs2setattr uses attr-iamode, attr-iauid and attr-iagid in a trace point even though ATTRMODE, ATTRUID and ATTRGID aren't set. Initialize all fields of newattrs to avoid...

6.1CVSS6.6AI score0.00248EPSS
SaveExploits0References17
OSV
OSV
added 2024/11/25 10:15 p.m.0 views

DEBIAN-CVE-2024-53101

In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized value issue in fromkuid and fromkgid ocfs2setattr uses attr-iamode, attr-iauid and attr-iagid in a trace point even though ATTRMODE, ATTRUID and ATTRGID aren't set. Initialize all fields of newattrs to avoid...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/11/19 1:53 p.m.20 views

CVE-2024-50302

In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let's zero-initialize it during allocation to make sure that it can't be ever used to leak kernel memory via...

6.1CVSS6.7AI score0.00809EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/19 2:16 a.m.9 views

AZL-53606 CVE-2024-50302 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let's zero-initialize it during allocation to make sure that it can't be ever used to leak kernel memory via...

5.5CVSS6.8AI score0.00809EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.19 views

CVE-2024-50302

In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let's zero-initialize it during allocation to make sure that it can't be ever used to leak kernel memory via...

5.5CVSS6.4AI score0.00809EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.13 views

CVE-2024-50302 HID: core: zero-initialize the report buffer

In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let's zero-initialize it during allocation to make sure that it can't be ever used to leak kernel memory via...

6.5AI score0.00809EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.30 views

CVE-2024-50302 HID: core: zero-initialize the report buffer

In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let's zero-initialize it during allocation to make sure that it can't be ever used to leak kernel memory via...

0.00809EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2024/11/19 12:0 a.m.36 views

CVE-2024-50302

In the Linux kernel, the following vulnerability has been resolved: HID: core: zero-initialize the report buffer Since the report buffer is used by all kinds of drivers in various ways, let’s zero-initialize it during allocation to make sure that it can’t be ever used to leak kernel memory via...

5.5CVSS7.2AI score0.00809EPSS
SaveIn wildExploits0References9
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: nvmet: always initialize cqe.result

In the Linux kernel, the following vulnerability has been resolved: nvmet: always initialize cqe.result The spec doesn't mandate that the first two double words aka results for the command queue entry need to be set to 0 when they are not used not specified. Though, the target implemention return...

5.5CVSS6.6AI score0.00256EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.9 views

kernel: nbd: always initialize struct msghdr completely

In the Linux kernel, the following vulnerability has been resolved: nbd: always initialize struct msghdr completely syzbot complains that msg-msggetinq value can be uninitialized 1 struct msghdr got many new fields recently, we should always make sure their values is zero by default. 1 BUG: KMSAN...

4.4CVSS6.8AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/10/30 12:39 a.m.4 views

kernel: mptcp: ensure snd_nxt is properly initialized on connect

In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure sndnxt is properly initialized on connect Christoph reported a splat hinting at a corrupted snduna: WARNING: CPU: 1 PID: 38 at net/mptcp/protocol.c:1005 mptcpcleanuna+0x4b3/0x620 net/mptcp/protocol.c:1005 Modules...

5.5CVSS6.7AI score0.00267EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/26 3:2 a.m.5 views

SUSE CVE-2024-49900

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of newea in eabuffer syzbot reports that lzo1x1docompress is using uninit-value: ===================================================== BUG: KMSAN: uninit-value in lzo1x1docompress+0x19f9/0x2510...

5.8CVSS6.4AI score0.0028EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/10/21 10:38 p.m.14 views

CVE-2024-49892

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize getbytesperelement's default to 1 Variables, used as denominators and maybe not assigned to other values, should not be 0. bytesperelementy & bytesperelementc are initialized by getbytesperelement whic...

5.5CVSS6.8AI score0.00257EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/27 12:35 p.m.24 views

CVE-2024-46816 drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when link nums greater than maxlinks Why Coverity report OVERRUN warning. There are only maxlinks elements within dc-links. link count could up to AMDGPUDMMAXDISPLAYINDEX 31. How Make sur...

6.8AI score0.00255EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.4 views

kernel: usb-storage: alauda: Check whether the media is initialized

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alaudainfo will remain 0 if alaudainitmedia fails, potentially causing divide errors in alaudareaddata and alaudawritelba. - Add a membe...

5.5CVSS6.3AI score0.00253EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.12 views

block: initialize integrity buffer to zero before writing it to media

...

5.5CVSS6.7AI score0.00232EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.14 views

SUSE CVE-2024-43873

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacketallow There are two issues around seqpacketallow: 1. seqpacketallow is not initialized when socket is created. Thus if features are never set, it will be read uninitialized. 2. if...

5.5CVSS6.5AI score0.00216EPSS
SaveExploits0References14
CVE
CVE
added 2024/08/17 9:9 a.m.160 views

CVE-2024-42312

CVE-2024-42312 relates to the Linux kernel vulnerability where sysctl did not consistently initialize i_uid/i_gid. The resolution initializes i_uid/i_gid inside the sysfs core so that set_ownership() can safely skip setting them. The change is documented as part of commit 5ec27ec735ba, which fixe...

5.5CVSS6.5AI score0.00216EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder