Lucene search
+L

13161 matches found

RedhatCVE
RedhatCVE
added 2025/02/28 5:31 a.m.12 views

CVE-2022-49119

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix memory leak in pm8001chipfwflashupdatereq In pm8001chipfwflashupdatebuild, if pm8001chipfwflashupdatebuild fails, the struct fwcontrolex allocated must be freed...

5.5CVSS6.7AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 5:30 a.m.13 views

CVE-2022-49565

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/lbr: Fix unchecked MSR access error on HSW The fuzzer triggers the below trace. 7763.384369 unchecked MSR access error: WRMSR to 0x689 tried to write 0x1fffffff8101349e at rIP: 0xffffffff810704a4...

5.5CVSS6.7AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 5:29 a.m.14 views

CVE-2022-49071

In the Linux kernel, the following vulnerability has been resolved: drm/panel: ili9341: fix optional regulator handling If the optional regulator lookup fails, reset the pointer to NULL. Other functions such as mipidbipoweronresetconditional only do a NULL pointer check and will otherwise...

5.5CVSS6.8AI score0.00256EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 5:29 a.m.13 views

CVE-2021-47637

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix deadlock in concurrent rename whiteout and inode writeback Following hung tasks: 77.028764 task:kworker/u8:4 state:D stack: 0 pid: 132 77.028820 Call Trace: 77.029027 schedule+0x8c/0x1b0 77.029067 mutexlock+0x50/0x60...

5.5CVSS6.9AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 5:18 a.m.13 views

CVE-2022-49602

In the Linux kernel, the following vulnerability has been resolved: ip: Fix a data-race around sysctlfwmarkreflect. While reading sysctlfwmarkreflect, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS6.7AI score0.00186EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:52 a.m.12 views

CVE-2022-49633

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctlicmpechoenableprobe. While reading sysctlicmpechoenableprobe, it can be changed concurrently. Thus, we need to add READONCE to its readers...

4.7CVSS6.8AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:52 a.m.11 views

CVE-2022-49576

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix data-races around sysctlfibmultipathhashfields. While reading sysctlfibmultipathhashfields, it can be changed concurrently. Thus, we need to add READONCE to its readers. Mitigation To mitigate this issue, prevent module...

4.7CVSS4.4AI score0.00181EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:22 a.m.27 views

CVE-2022-49592

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix dma queue left shift overflow issue When queue number is 4, left shift overflows due to 32 bits integer variable. Mask calculation is wrong for MTLRXQDMAMAP1. If CONFIGUBSAN is enabled, kernel dumps below warning...

5.5CVSS6.9AI score0.00279EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:22 a.m.14 views

CVE-2022-49655

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix invalidation/lookup race If an NFS file is opened for writing and closed, fscacheinvalidate will be asked to invalidate the file - however, if the cookie is in the LOOKINGUP state or the CREATING state, then request ...

5.3CVSS6.6AI score0.00146EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:17 a.m.12 views

CVE-2022-49444

In the Linux kernel, the following vulnerability has been resolved: module: fix eshstrndx.shsize=0 OOB access It is trivial to craft a module to trigger OOB access in this line: if info-secstringsstrhdr-shsize - 1 != '\0' BUG: unable to handle page fault for address: ffffc90000aa0fff PGD 10000006...

5.5CVSS6.5AI score0.00288EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:17 a.m.17 views

CVE-2022-49200

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: Fix kernel oops in btmtksdiointerrupt Fix the following kernel oops in btmtksdiointerrrupt 14.339134 btmtksdiointerrupt+0x28/0x54 14.339139 processsdiopendingirqs+0x68/0x1a0 14.339144 sdioirqwork+0x40/0x70...

5.5CVSS6.6AI score0.00264EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:15 a.m.15 views

CVE-2022-49425

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it cur-page in this case could load an out-of-bounds/undefined value making it...

5.5CVSS6.6AI score0.00271EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:14 a.m.11 views

CVE-2022-49074

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix GICRCTLR.RWP polling It turns out that our polling of RWP is totally wrong when checking for it in the redistributors, as we test the distributor bit index, whereas it is a different bit number in the RDs...

5.5CVSS6.7AI score0.00264EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:14 a.m.16 views

CVE-2022-49533

In the Linux kernel, the following vulnerability has been resolved: ath11k: Change max no of active probe SSID and BSSID to fw capability The maximum number of SSIDs in a for active probe requests is currently reported as 16 WLANSCANPARAMSMAXSSID when registering the driver. The scanreqparams...

5.5CVSS7.2AI score0.00291EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:12 a.m.17 views

CVE-2022-49296

In the Linux kernel, the following vulnerability has been resolved: ceph: fix possible deadlock when holding Fwb to get inlinedata 1, mount with wsync. 2, create a file with ORDWR, and the request was sent to mds.0: cephatomicopen-- cephmdscdorequestopenc finishopenfile, dentry, cephopen--...

5.5CVSS6.8AI score0.00167EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:11 a.m.10 views

CVE-2022-49570

In the Linux kernel, the following vulnerability has been resolved: gpio: gpio-xilinx: Fix integer overflow Current implementation is not able to configure more than 32 pins due to incorrect data type. So type casting with unsigned long to avoid it...

5.5CVSS7.1AI score0.00253EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 4:11 a.m.9 views

CVE-2022-49313

In the Linux kernel, the following vulnerability has been resolved: drivers: usb: host: Fix deadlock in oxubussuspend There is a deadlock in oxubussuspend, which is shown below: Thread 1 | Thread 2 | timeraction oxubussuspend | modtimer spinlockirq //1 | wait a time ... | oxuwatchdog deltimersync...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/28 2:24 a.m.13 views

CVE-2022-49199

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldevstatsetcounterdynamicdoit This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned to prevent underflows. Mitigation To mitigate this issue...

5.3CVSS6.3AI score0.0026EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/02/28 2:20 a.m.5 views

SUSE CVE-2025-21790

In the Linux kernel, the following vulnerability has been resolved: vxlan: check vxlanvnigroupinit return value vxlaninit must check vxlanvnigroupinit success otherwise a crash happens later, spotted by syzbot. Oops: general protection fault, probably for non-canonical address 0xdffffc000000002c:...

5.5CVSS7.6AI score0.00219EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2025/02/28 1:59 a.m.37 views

CVE-2022-49314

In the Linux kernel, the following vulnerability has been resolved: tty: Fix a possible resource leak in icomprobe When pcireadconfigdword failed, call pcireleaseregions and pcidisabledevice to recycle the resource previously allocated...

5.5CVSS6.7AI score0.0027EPSS
SaveExploits0References4
Rows per page
Query Builder