Lucene search
K

79 matches found

OSV
OSV
added 2024/09/23 4:58 a.m.19 views

SUSE-SU-2024:3375-1 Security update for the Linux Kernel (Live Patch 25 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024116 fixes several issues. The following security issues were fixed: - CVE-2023-52846: Prevent use after free in prpcreatetaggedframe bsc1225099. - CVE-2022-48662: Fixed a general protection fault GPF in i915perfopenioctl bsc1223521. - CVE-2024-3581...

7.8CVSS8.3AI score0.00757EPSS
Exploits1References27
OSV
OSV
added 2024/09/23 2:28 a.m.17 views

SUSE-SU-2024:3368-1 Security update for the Linux Kernel (Live Patch 24 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024111 fixes several issues. The following security issues were fixed: - CVE-2023-52846: Prevent use after free in prpcreatetaggedframe bsc1225099. - CVE-2022-48662: Fixed a general protection fault GPF in i915perfopenioctl bsc1223521. - CVE-2024-3581...

7.8CVSS8.3AI score0.00767EPSS
Exploits1References31
RedhatCVE
RedhatCVE
added 2024/08/22 3:16 p.m.15 views

CVE-2022-48921

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix fault in reweightentity Syzbot found a GPF in reweightentity. This has been bisected to commit 4ef0c5c6b5ba "kernel/sched: Fix schedfork access an invalid schedtaskgroup" There is a race between schedpostfork and...

4.7CVSS6.9AI score0.00168EPSS
Exploits0References4
CVE
CVE
added 2024/08/22 1:32 a.m.124 views

CVE-2022-48921

Summary of CVE-2022-48921 : In the Linux kernel, a race between sched_post_fork() and setpriority(PRIO_PGRP) for a thread group can trigger a NULL pointer dereference in reweight_entity() (part of CFS). The scenario: a main process spawns multiple new threads that then call setpriority, while sch...

4.7CVSS6.5AI score0.00168EPSS
Exploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/06/12 12:27 a.m.27 views

CVE-2023-52752

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free bug in cifsdebugdataprocshow Skip SMB sessions that are being teared down e.g. @ses-sesstatus == SESEXITING in cifsdebugdataprocshow to avoid use-after-free in @ses. This fixes the following GPF wh...

5.5CVSS7AI score0.00246EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/05/22 11:58 a.m.29 views

CVE-2021-47340

A vulnerability was found in the Linux kernel's JFS, where the diFree function could access an invalid pointer. This occurs if a certain inode structure has a null pointer, potentially leading to system crashes or unexpected behavior when the kernel tries to manage file system metadata. Mitigatio...

5.5CVSS9AI score0.00259EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/05/22 8:19 a.m.13 views

CVE-2021-47482 net: batman-adv: fix error handling

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

6.9AI score0.00739EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.26 views

CVE-2023-52752

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free bug in cifsdebugdataprocshow Skip SMB sessions that are being teared down e.g. @ses-sesstatus == SESEXITING in cifsdebugdataprocshow to avoid use-after-free in @ses. This fixes the following GPF wh...

7.8CVSS6.3AI score0.00246EPSS
Exploits0References22
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.41 views

CVE-2023-52752 smb: client: fix use-after-free bug in cifs_debug_data_proc_show()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free bug in cifsdebugdataprocshow Skip SMB sessions that are being teared down e.g. @ses-sesstatus == SESEXITING in cifsdebugdataprocshow to avoid use-after-free in @ses. This fixes the following GPF wh...

7.6AI score0.00246EPSS
Exploits0References6
CVE
CVE
added 2024/05/21 3:30 p.m.193 views

CVE-2023-52752

CVE-2023-52752 (Linux kernel) is backed by concrete fix details in connected docs: a use-after-free in the SMB/CIFS client code path (cifs_debug_data_proc_show) when reading /proc/fs/cifs/DebugData during mount/umount. The fix adds a check to skip SMB sessions that are tearing down (ses_status ==...

7.8CVSS8.9AI score0.00246EPSS
Exploits0References7Affected Software2
NVD
NVD
added 2024/05/21 3:15 p.m.15 views

CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS6.5AI score0.00259EPSS
Exploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.11 views

CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS7AI score
Exploits0References9
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.24 views

CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS5.9AI score0.00259EPSS
Exploits0References11
CVE
CVE
added 2024/05/21 2:35 p.m.79 views

CVE-2021-47340

CVE-2021-47340 is a Linux kernel vulnerability in the JFS subsystem. The issue arises when diFree() processes an inode without a valid ipimap, causing a NULL dereference via JFS_IP(ipimap) and leading to a GFP-related fault. The fix prevents passing an inode with IPIMAP == NULL to diFree, avoidin...

5.5CVSS6.7AI score0.00259EPSS
Exploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.20 views

CVE-2021-47340 jfs: fix GPF in diFree

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

6.9AI score0.00259EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.23 views

CVE-2021-47340 jfs: fix GPF in diFree

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

6.5AI score0.00259EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.20 views

CVE-2021-47340

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFSSBIinode-isb-ipimap == NULL to diFree1. GFP will appear: struct inode ipimap = JFSSBIip-isb-ipimap; struct inomap imap = JFSIPipimap-iimap; JFSIP will return invalid pointer when...

5.5CVSS6.2AI score0.00259EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/04/29 4:21 p.m.29 views

CVE-2022-48662

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Really move i915gemcontext.link under ref protection i915perf assumes that it can use the i915gemcontext reference to protect its i915-gem.contexts.list iteration. However, this requires that we do not remove the...

7.3CVSS7.1AI score0.00248EPSS
Exploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.21 views

CVE-2022-48662

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Really move i915gemcontext.link under ref protection i915perf assumes that it can use the i915gemcontext reference to protect its i915-gem.contexts.list iteration. However, this requires that we do not remove the...

7.8CVSS7.3AI score0.00248EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.37 views

CVE-2022-48662

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Really move i915gemcontext.link under ref protection i915perf assumes that it can use the i915gemcontext reference to protect its i915-gem.contexts.list iteration. However, this requires that we do not remove the...

7.8CVSS6.2AI score0.00248EPSS
Exploits0References5
Rows per page
Query Builder