Lucene search
+L

17278 matches found

RedhatCVE
RedhatCVE
added 2025/05/02 5:50 a.m.4 views

CVE-2025-37787

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered Russell King reports that a system with mv88e6xxx dereferences a NULL pointer when unbinding this driver:...

5.5CVSS6.5AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:48 a.m.7 views

CVE-2025-37766

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.6AI score0.00185EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:47 a.m.5 views

CVE-2025-23153

In the Linux kernel, the following vulnerability has been resolved: arm/crc-t10dif: fix use of out-of-scope array in crct10difarch Fix a silly bug where an array was used outside of its scope...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:43 a.m.10 views

CVE-2022-49896

In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix cxlpmemregion and cxlmemdev leak When a cxlnvdimm object goes through a -remove event device physically removed, nvdimm-bridge disabled, or nvdimm device disabled, then any associated regions must also be disabled. ...

5.5CVSS6.6AI score0.00148EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:43 a.m.8 views

CVE-2022-49868

In the Linux kernel, the following vulnerability has been resolved: phy: ralink: mt7621-pci: add sentinel to quirks table With mt7621 socdevattr fixed to register the soc as a device, kernel will experience an oops in socdevicematchattr This quirk test was introduced in the staging driver in comm...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:40 a.m.8 views

CVE-2022-49856

No description is available for this CVE...

5.5CVSS6.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:36 a.m.6 views

CVE-2022-49826

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double atahostput in atatportadd In the error path in atatportadd, when calling putdevice, atatportrelease is called, it will put the refcount of 'ap-host'. And then atahostput is called again, the...

5.5CVSS6.4AI score0.00201EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:35 a.m.6 views

CVE-2022-49823

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix error handling in atatdevadd In atatdevadd, the return value of transportadddevice is not checked. As a result, it causes null-ptr-deref while removing the module, because transportremovedevice is calle...

5.5CVSS6.4AI score0.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:32 a.m.6 views

CVE-2022-49815

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing xasretry in fscache mode The xarray iteration only holds the RCU read lock and thus may encounter XARETRYENTRY if there's process modifying the xarray concurrently. This will cause oops when referring to the...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:31 a.m.4 views

CVE-2022-49805

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: Fix potential null-ptr-deref in lan966xstatsinit lan966xstatsinit calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: lan966xstatsinit...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:27 a.m.7 views

CVE-2022-49780

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix possible name leak in tcmloopsetuphbabus If deviceregister fails in tcmloopsetuphbabus, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give...

5.5CVSS6.4AI score0.00191EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:19 a.m.11 views

CVE-2025-37771

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:18 a.m.7 views

CVE-2025-37740

In the Linux kernel, the following vulnerability has been resolved: jfs: add sanity check for agwidth in dbMount The width in dmapctl of the AG is zero, it trigger a divide error when calculating the control page level in dbAllocAG. To avoid this issue, add a check for agwidth in dbAllocAG...

5.5CVSS6.5AI score0.00172EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:5 a.m.11 views

CVE-2022-49835

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix potential memleak in 'addwidgetnode' As 'kobjectadd' may allocated memory for 'kobject-name' when return error. And in this function, if call 'kobjectadd' failed didn't free kobject. So call 'kobjectput' to recycli...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 5:3 a.m.15 views

CVE-2022-49834

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of nswriter on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emergency read-only remount is performed, detaching a l...

5.5CVSS6.7AI score0.00197EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 4:58 a.m.9 views

CVE-2022-49790

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - invert valid length check when fetching device IDs syzbot is reporting uninitialized value at iforceinitdevice 1, for commit 6ac0aec6b0a6 "Input: iforce - allow callers supply data buffer when fetching device IDs"...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 4:55 a.m.10 views

CVE-2022-49779

In the Linux kernel, the following vulnerability has been resolved: kprobes: Skip clearing aggrprobe's posthandler in kprobe-on-ftrace case In unregisterkprobetop, if the currently unregistered probe has posthandler but other child probes of the aggrprobe do not have posthandler, the posthandler ...

5.5CVSS6.4AI score0.00195EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 4:54 a.m.10 views

CVE-2022-49772

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Drop sndBUGON from sndusbmidioutputopen sndusbmidioutputopen has a check of the NULL port with sndBUGON. sndBUGON was used as this shouldn't have happened, but in reality, the NULL port may be seen when the devic...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 4:54 a.m.7 views

CVE-2022-49768

In the Linux kernel, the following vulnerability has been resolved: 9p: transfd/p9conncancel: drop client lock earlier syzbot reported a double-lock here and we no longer need this lock after requests have been moved off to local list: just drop the lock earlier...

5.5CVSS6.5AI score0.00134EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/02 4:34 a.m.10 views

CVE-2025-23149

In the Linux kernel, the following vulnerability has been resolved: tpm: do not start chip while suspended Checking TPMCHIPFLAGSUSPENDED after the call to tpmfindgetops can lead to a spurious tpmchipstart call: 35985.503771 i2c i2c-1: Transfer while suspended 35985.503796 WARNING: CPU: 0 PID: 74 ...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References4
Rows per page
Query Builder