Lucene search
+L

30203 matches found

Ubuntu
Ubuntu
added 2025/02/26 10:58 a.m.30 views

USN-7304-1: Linux kernel vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACPI drivers; - Drivers cor...

9.8CVSS7.4AI score0.01369EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/26 8:28 a.m.10 views

CVE-2022-49458

In the Linux kernel, the following vulnerability has been resolved: drm/msm: don't free the IRQ if it was not requested As msmdrmuninit is called from the msmdrminit error path, additional care should be necessary as not to call the freeirq for the IRQ that was not requested before because an err...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:01 a.m.18 views

CVE-2022-49642

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwc-qos: Disable split header for Tegra194 There is a long-standing issue with the Synopsys DWC Ethernet driver for Tegra194 where random system crashes have been observed 0. The problem occurs when the split header...

5.5CVSS0.00256EPSS
SaveExploits0References5
NVD
NVD
added 2025/02/26 7:01 a.m.16 views

CVE-2022-49537

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix call trace observed during I/O with CMF enabled The following was seen with CMF enabled: BUG: using smpprocessorid in preemptible code: systemd-udevd/31711 kernel: caller is lpfcupdatecmfcmd+0x214/0x420 lpfc kerne...

5.5CVSS0.00263EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:01 a.m.15 views

CVE-2022-49413

In the Linux kernel, the following vulnerability has been resolved: bfq: Update cgroup information before merging bio When the process is migrated to a different cgroup or in case of writeback just starts submitting bios associated with a different cgroup bfqmergebio can operate with stale cgroup...

7.8CVSS0.00289EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:01 a.m.16 views

CVE-2022-49412

In the Linux kernel, the following vulnerability has been resolved: bfq: Avoid merging queues with different parents It can happen that the parent of a bfqq changes between the moment we decide two queues are worth to merge and set bic-stablemergebfqq and the moment bfqsetupmerge is called. This...

7.8CVSS0.0028EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:01 a.m.10 views

CVE-2022-49411

In the Linux kernel, the following vulnerability has been resolved: bfq: Make sure bfqg for which we are queueing requests is online Bios queued into BFQ IO scheduler can be associated with a cgroup that was already offlined. This may then cause insertion of this bfqgroup into a service tree. But...

7.8CVSS0.00289EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.6 views

DEBIAN-CVE-2022-49398

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace listforeachentrysafe if using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can be safely removed without corrupting the list. However, when traversi...

5.5CVSS5.3AI score0.00263EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:01 a.m.22 views

CVE-2022-49335

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/cs: make commands with 0 chunks illegal behaviour. Submitting a cs with 0 chunks, causes an oops later, found trying to execute the wrong userspace driver. MESALOADERDRIVEROVERRIDE=v3d glxinfo 172536.665184 BUG: kernel...

5.5CVSS0.00273EPSS
SaveExploits0References9
NVD
NVD
added 2025/02/26 7:00 a.m.17 views

CVE-2022-49219

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: fix memory leak during D3hot to D0 transition If 'vfiopcicoredevice::needspmrestore' is set PCI device does not have NoSoftReset bit set in its PMCSR config register, then the current PCI state will be saved locally in...

5.5CVSS0.00264EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:00 a.m.17 views

CVE-2022-49168

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clean up repair bio if submit fails The submit helper will always run bioendio on the bio if it fails to submit, so cleaning up the bio just leads to a variety of use-after-free and NULL pointer dereference bugs...

7.8CVSS0.00291EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/02/26 2:24 a.m.30 views

CVE-2022-49725 i40e: Fix call trace in setup_tx_descriptors

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setuptxdescriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, between reset and test there were no errors. Problem w...

7.8CVSS0.003EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.18 views

CVE-2022-49725

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setuptxdescriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, between reset and test there were no errors. Problem w...

7.8CVSS5.4AI score0.003EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:24 a.m.133 views

CVE-2022-49701

CVE-2022-49701 affects the Linux kernel ibmvfc SCSI driver. The issue arises because sub-queues and event pool resources were allocated/freed for every CRQ connection event (e.g., reset, LPM) instead of only during probe/remove, creating a race window and potential list corruption when queues are...

7.8CVSS6.5AI score0.00267EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/26 2:24 a.m.30 views

CVE-2022-49701 scsi: ibmvfc: Allocate/free queue resource only during probe/remove

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Allocate/free queue resource only during probe/remove Currently, the sub-queues and event pool resources are allocated/freed for every CRQ connection event such as reset and LPM. This exposes the driver to a couple...

7.8CVSS0.00267EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 2:24 a.m.15 views

CVE-2022-49680 ARM: exynos: Fix refcount leak in exynos_map_pmu

In the Linux kernel, the following vulnerability has been resolved: ARM: exynos: Fix refcount leak in exynosmappmu offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak. ofnodeput chec...

5.5CVSS5.2AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.24 views

CVE-2022-49657 usbnet: fix memory leak in error case

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnetwritecmdasync mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer...

0.0028EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 2:23 a.m.170 views

CVE-2022-49646

CVE-2022-49646 affects the Linux kernel’s wifi/mac80211 code. When using iTXQ, the queue-selection logic assumed a single broadcast vif queue (BE). Allowing non-BE queue markings breaks that assumption and can break txq->ac == skb_queue_mapping, impacting queue handling in the driver and poten...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/02/26 2:23 a.m.131 views

CVE-2022-49622

CVE-2022-49622 (Linux kernel) describes a use-after-free risk in nf_tables when verdict is NF_STOLEN in netfilter, where skb freeing may have occurred. The fix prevents illegal skb access by: (1) caching skb->nf_trace in the trace state and refreshing it when verdict != STOLEN; (2) skipping sk...

7.8CVSS5.4AI score0.0025EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/02/26 2:23 a.m.15 views

CVE-2022-49612 power: supply: core: Fix boundary conditions in interpolation

In the Linux kernel, the following vulnerability has been resolved: power: supply: core: Fix boundary conditions in interpolation The functions powersupplytemp2resistsimple and powersupplyocv2capsimple handle boundary conditions incorrectly. The change was introduced in...

5.7AI score
SaveExploits0References5
Rows per page
Query Builder