Lucene search
+L

16955 matches found

RedhatCVE
RedhatCVE
added 2025/02/26 12:55 p.m.10 views

CVE-2022-49386

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. am65cpswinitcpts and am65cpswnussprobe don't relea...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:55 p.m.6 views

CVE-2022-49226

In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asixreadcmd reads less bytes, than was requested by caller. Since all read requests are...

5.5CVSS6.1AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:54 p.m.14 views

CVE-2022-49171

In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first unpinuserpagesremote is dirtying pages without properly warning the file system in advance. A related race was noted by Jan Kara in 20181; however, more recently...

5.5CVSS6AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:36 p.m.10 views

CVE-2022-49128

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pmruntimeputsync pmruntimegetsync will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with...

5.5CVSS6.2AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:36 p.m.8 views

CVE-2022-49722

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory corruption in VF driver Disable VF's RX/TX queues, when it's disabled. VF can have queues enabled, when it requests a reset. If PF driver assumes that VF is disabled, while VF still has queues configured, VF may...

5.5CVSS6.3AI score0.00267EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:36 p.m.10 views

CVE-2022-49674

In the Linux kernel, the following vulnerability has been resolved: dm raid: fix accesses beyond end of raid member array On dm-raid table load using raidctr, dm-raid allocates an array rs-devsrs-raiddisks for the raid device members. rs-raiddisks is defined by the number of raid metadata and ima...

5.5CVSS6.5AI score0.00289EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:35 p.m.10 views

CVE-2022-49654

In the Linux kernel, the following vulnerability has been resolved: net: dsa: qca8k: reset cpu port on MTU change It was discovered that the Documentation lacks of a fundamental detail on how to correctly change the MAXFRAMESIZE of the switch. In fact if the MAXFRAMESIZE is changed while the cpu...

5.5CVSS6.3AI score0.00253EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:34 p.m.12 views

CVE-2022-49548

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix potential array overflow in bpftrampolinegetprogs The cnt value in the 'cnt = BPFMAXTRAMPPROGS' check does not include BPFTRAMPMODIFYRETURN bpf programs, so the number of the attached BPFTRAMPMODIFYRETURN bpf programs in...

6.7CVSS6.5AI score0.00296EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:34 p.m.11 views

CVE-2022-49547

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between concurrent dio writes when low on free data space When reserving data space for a direct IO write we can end up deadlocking if we have multiple tasks attempting a write to the same file range, there ar...

5.5CVSS6.3AI score0.00165EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:33 p.m.9 views

CVE-2022-49497

In the Linux kernel, the following vulnerability has been resolved: net: remove two BUG from skbchecksumhelp I have a syzbot report that managed to get a crash in skbchecksumhelp If syzbot can trigger these BUG, it makes sense to replace them with more friendly WARNONONCE since skbchecksumhelp ca...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:33 p.m.11 views

CVE-2022-49487

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: intel: fix possible null-ptr-deref in ebunandprobe It will cause null-ptr-deref when using 'res', if platformgetresource returns NULL, so move using 'res' after devmioremapresource that will check it to avoid...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:32 p.m.5 views

CVE-2022-49438

In the Linux kernel, the following vulnerability has been resolved: Input: sparcspkr - fix refcount leak in bbcbeepprobe offindnodebypath calls offindnodeoptsbypath, which returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid...

5.5CVSS6.2AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:31 p.m.11 views

CVE-2022-49423

In the Linux kernel, the following vulnerability has been resolved: rtla: Avoid record NULL pointer dereference Fix the following null/derefnull.cocci errors: ./tools/tracing/rtla/src/osnoisehist.c:870:31-36: ERROR: record is NULL but dereferenced. ./tools/tracing/rtla/src/osnoisetop.c:650:31-36:...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:31 p.m.10 views

CVE-2022-49354

In the Linux kernel, the following vulnerability has been resolved: ata: pataocteoncf: Fix refcount leak in octeoncfprobe offinddevicebynode takes reference, we should use putdevice to release it when not need anymore. Add missing putdevice to avoid refcount leak...

5.5CVSS6.2AI score0.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:31 p.m.13 views

CVE-2022-49322

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix sleeping function called from invalid context on RT kernel When setting bootparams="traceevent=initcall:initcallstart tpprintk=1" in the cmdline, the outputprintk was called, and the spinlockirqsave was called in the...

4.4CVSS6AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:30 p.m.7 views

CVE-2022-49298

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix uninit-value in r871xudrvinit When 'tmpU1b' returns from r8712read8padapter, EE9346CR is 0, 'mac6' will not be initialized. BUG: KMSAN: uninit-value in r871xudrvinit+0x2d54/0x3070...

5.5CVSS6.3AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:30 p.m.12 views

CVE-2022-49269

In the Linux kernel, the following vulnerability has been resolved: can: isotp: sanitize CAN ID checks in isotpbind Syzbot created an environment that lead to a state machine status that can not be reached with a compliant CAN ID address configuration. The provided address information consisted o...

5.5CVSS6AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:27 p.m.8 views

CVE-2022-49050

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix platform-device leak in error path Make sure to free the flash platform device in the event that registration fails during probe...

5.5CVSS6.3AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:02 p.m.10 views

CVE-2022-49355

No description is available for this CVE...

5.5CVSS6.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/02/26 12:01 p.m.9 views

CVE-2022-49692

In the Linux kernel, the following vulnerability has been resolved: net: phy: at803x: fix NULL pointer dereference on AR9331 PHY Latest kernel will explode on the PHY interrupt config, since it depends now on allocated priv. So, run probe to allocate priv to fix it. ar9331switch ethernet.1:10 lan...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References4
Rows per page
Query Builder