Lucene search
+L

1747 matches found

RedhatCVE
RedhatCVE
added 2024/10/22 10:08 a.m.13 views

CVE-2024-50019

In the Linux kernel, the following vulnerability has been resolved: kthread: unpark only parked kthread Calling into kthread unparking unconditionally is mostly harmless when the kthread is already unparked. The wake up is then simply ignored because the target is not in TASKPARKED state. However...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 9:42 a.m.16 views

CVE-2022-48969

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Fix NULL sring after live migration A NAPI is setup for each network sring to poll data to kernel The sring with source host is destroyed before live migration and new sring with target host is setup after live...

5.5CVSS6.8AI score0.0026EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 8:09 a.m.18 views

CVE-2022-49029

In the Linux kernel, the following vulnerability has been resolved: hwmon: ibmpex Fix possible UAF when ibmpexregisterbmc fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpexregisterbmc warn: '&data-;list' not removed from list If ibmpexfindsensors fails in ibmpexregisterbmc,...

6.7CVSS6.8AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 6:38 a.m.16 views

CVE-2022-49005

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

4.4CVSS6.9AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 6:10 a.m.12 views

CVE-2022-48979

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML Why LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to use th...

4.4CVSS6.9AI score0.00217EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.26 views

CVE-2022-49028 ixgbevf: Fix resource leak in ixgbevf_init_module()

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevfinitmodule ixgbevfinitmodule won't destroy the workqueue created by createsinglethreadworkqueue when pciregisterdriver failed. Add destroyworkqueue in fail path to prevent the resource leak...

7.1AI score0.00245EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.10 views

CVE-2022-49024 can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

7.2AI score0.00237EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 8:06 p.m.15 views

CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS5.3AI score0.00237EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.15 views

CVE-2022-49022 wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

8.1CVSS7.2AI score0.00343EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.37 views

CVE-2022-49023 wifi: cfg80211: fix buffer overflow in elem comparison

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix buffer overflow in elem comparison For vendor elements, the code here assumes that 5 octets are present without checking. Since the element itself is already checked to fit, we only need to check the length...

7.1CVSS0.00375EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.36 views

CVE-2022-49010 hwmon: (coretemp) Check for null before removing sysfs attrs

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.29 views

CVE-2022-49004 riscv: Sync efi page table's kernel mappings before switching

In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAPSTACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is...

0.00245EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 8:06 p.m.16 views

CVE-2022-49003

In the Linux kernel, the following vulnerability has been resolved: nvme: fix SRCU protection of nvmenshead list Walking the nvmenshead siblings list is protected by the head's srcu in nvmensheadsubmitbio but not nvmempathrevalidatepaths. Removing namespaces from the list also fails to synchroniz...

9.8CVSS4.8AI score0.00618EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:06 p.m.15 views

CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS5.5AI score0.00249EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.8 views

CVE-2022-48993

...

6.6AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:06 p.m.73 views

CVE-2022-48994

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix function prototype mismatch in sndseqexpandvarevent With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 8:06 p.m.44 views

CVE-2022-48989 fscache: Fix oops due to race with cookie_lru and use_cookie

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix oops due to race with cookielru and usecookie If a cookie expires from the LRU and the LRUDISCARD flag is set, but the state machine has not run yet, it's possible another thread can call fscacheusecookie and begin t...

7.8CVSS0.00155EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/10/21 8:06 p.m.26 views

CVE-2022-48988 memcg: fix possible use-after-free in memcg_write_event_control()

In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcgwriteeventcontrol memcgwriteeventcontrol accesses the dentry-dname of the specified control fd to route the write call. As a cgroup interface file can't be renamed, it's safe to access...

7.8CVSS7AI score0.00245EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/10/21 8:05 p.m.19 views

CVE-2022-48980

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: avoid out of bounds access in sja1105initl2policing The SJA1105 family has 45 L2 policing table entries SJA1105MAXL2POLICINGCOUNT and SJA1110 has 110 SJA1110MAXL2POLICINGCOUNT. Keeping the table structure but...

7.8CVSS6.3AI score0.00244EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 8:05 p.m.18 views

CVE-2022-48970 af_unix: Get user_ns from in_skb in unix_diag_get_exact().

In the Linux kernel, the following vulnerability has been resolved: afunix: Get userns from inskb in unixdiaggetexact. Wei Chen reported a NULL deref in skuserns 01, and Paolo diagnosed the root cause: in unixdiaggetexact, the newly allocated skb does not have sk. 2 We must get the userns from th...

5.6AI score
SaveExploits0References8
Rows per page
Query Builder