Lucene search
+L

6346 matches found

Cvelist
Cvelist
added 2024/12/02 1:44 p.m.41 views

CVE-2024-53110 vp_vdpa: fix id_table array not null terminated error

In the Linux kernel, the following vulnerability has been resolved: vpvdpa: fix idtable array not null terminated error Allocate one extra virtiodeviceid as null terminator, otherwise vdpamgmtdevgetclasses may iterate multiple times and visit undefined memory...

7.3CVSS0.00243EPSS
SaveExploits0References4
OSV
OSV
added 2024/12/02 1:44 p.m.7 views

CVE-2024-53105 mm: page_alloc: move mlocked flag clearance into free_pages_prepare()

In the Linux kernel, the following vulnerability has been resolved: mm: pagealloc: move mlocked flag clearance into freepagesprepare Syzbot reported a bad page state problem caused by a page being freed using freepage still having a mlocked flag at freepagesprepare stage: BUG: Bad page state in...

5.5CVSS6.1AI score
SaveExploits0References8
NVD
NVD
added 2024/12/02 8:15 a.m.17 views

CVE-2024-53103

In the Linux kernel, the following vulnerability has been resolved: hvsock: Initializing vsk-trans to NULL to prevent a dangling pointer When hvs is released, there is a possibility that vsk-trans may not be initialized to NULL, which could lead to a dangling pointer. This issue is resolved by...

7.8CVSS0.00237EPSS
SaveExploits1References11
Debian CVE
Debian CVE
added 2024/12/02 7:29 a.m.10 views

CVE-2024-53104

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Skip parsing frames of type UVCVSUNDEFINED in uvcparseformat This can lead to out of bounds writes since frames of this type were not taken into account when calculating the size of the frames buffer in...

7.8CVSS6.5AI score0.03301EPSS
SaveExploits1
CVE
CVE
added 2024/12/02 7:29 a.m.685 views

CVE-2024-53104

CVE-2024-53104 affects the Linux kernel USB Video Class (UVC) driver, specifically the uvc_parse_format logic which should skip frames of type UVC_VS_UNDEFINED. The fix prevents an out-of-bounds write in uvc_parse_streaming caused by mis-sized frame buffers, addressing an out-of-bounds write vuln...

7.8CVSS6.7AI score0.03301EPSS
SaveIn wildExploits1References12Affected Software1
Debian CVE
Debian CVE
added 2024/12/02 7:29 a.m.12 views

CVE-2024-53103

In the Linux kernel, the following vulnerability has been resolved: hvsock: Initializing vsk-trans to NULL to prevent a dangling pointer When hvs is released, there is a possibility that vsk-trans may not be initialized to NULL, which could lead to a dangling pointer. This issue is resolved by...

7.8CVSS5.6AI score0.00237EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2024/11/29 6:53 p.m.13 views

CVE-2024-53983 Server-side request forgery in Backstage Scaffolder plugin

The Backstage Scaffolder plugin Houses types and utilities for building scaffolder-related modules. A vulnerability is identified in Backstage Scaffolder template functionality where Server-Side Template Injection SSTI can be exploited to perform Git config injection. The vulnerability allows an...

5.4CVSS7.3AI score0.00368EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/11/29 6:20 a.m.15 views

CVE-2023-52922

In the Linux kernel, the following vulnerability has been resolved: can: bcm: Fix UAF in bcmprocshow BUG: KASAN: slab-use-after-free in bcmprocshow+0x969/0xa80 Read of size 8 at addr ffff888155846230 by task cat/7862 CPU: 1 PID: 7862 Comm: cat Not tainted 6.5.0-rc1-00153-gc8746099c197 230 Hardwar...

5.5CVSS6.5AI score0.00286EPSS
SaveExploits0References4
Rosalinux
Rosalinux
added 2024/11/26 9:44 a.m.23 views

Advisory ROSA-SA-2024-2531

Software: python-idna 2.4 OS: rosa-server79 packageevrstring: python-idna-2.4-1.0.1.res7 CVE-ID: CVE-2024-3651 BDU-ID: 2024-04211 CVE-Crit: MEDIUM CVE-DESC.: A vulnerability in the idna.encode function of the Internationalized Domain of Names in Applications IDNA is associated with uncontrolled...

7.5CVSS7AI score0.01386EPSS
SaveExploits1
Rosalinux
Rosalinux
added 2024/11/26 9:8 a.m.14 views

Advisory ROSA-SA-2024-2527

Software: clamav 0.103.11 OS: rosa-server79 packageevrstring: clamav-0.103.11-1.res7 CVE-ID: CVE-2023-20197 BDU-ID: 2023-04766 CVE-Crit: HIGH CVE-DESC.: A vulnerability in ClamAV's file system image parser for Hierarchical File System Plus HFS+ is related to incorrect resource scrubbing or freein...

7.5CVSS6.8AI score0.01171EPSS
SaveExploits0
NVD
NVD
added 2024/11/25 10:15 p.m.30 views

CVE-2024-53098

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ufence: Prefetch ufence addr to catch bogus address accessok only checks for addr overflow so also try to read the addr to catch invalid addr sent from userspace. cherry picked from commit...

7.8CVSS0.00214EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/25 9:21 p.m.14 views

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
SaveExploits0
Cvelist
Cvelist
added 2024/11/25 9:21 p.m.28 views

CVE-2024-53098 drm/xe/ufence: Prefetch ufence addr to catch bogus address

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ufence: Prefetch ufence addr to catch bogus address accessok only checks for addr overflow so also try to read the addr to catch invalid addr sent from userspace. cherry picked from commit...

0.00214EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.30 views

CVE-2024-53087

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS6.7AI score0.00186EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.27 views

CVE-2024-53086

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

5.5CVSS6.7AI score0.00146EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.13 views

CVE-2024-53082

In the Linux kernel, the following vulnerability has been resolved: virtionet: Add hashkeylength check Add hashkeylength check in virtnetprobe to avoid possible out of bound errors when setting/reading the hash key...

7.1CVSS6.7AI score0.00242EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.16 views

CVE-2024-53078

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS6.7AI score0.00186EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.14 views

CVE-2024-53074

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't leak a link on AP removal Release the link mapping resource in AP removal. This impacted devices that do not support the MLD API 9260 and down. On those devices, we couldn't start the AP again after the ...

4.4CVSS6.8AI score0.00188EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.16 views

CVE-2024-53073

In the Linux kernel, the following vulnerability has been resolved: NFSD: Never decrement pendingasynccopies on error The error flow in nfsd4copy calls cleanupasynccopy, which already decrements nn-pendingasynccopies...

5.5CVSS6.8AI score0.00499EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.34 views

CVE-2024-53072

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Detect when STB is not available Loading the amdpmc module as: amdpmc enablestb=1 ...can result in the following messages in the kernel ring buffer: amdpmc AMDI0009:00: SMU cmd failed. err: 0xff ioremap on R...

5.5CVSS6.6AI score0.00238EPSS
SaveExploits0References4
Rows per page
Query Builder