Lucene search
+L

514 matches found

CVE
CVE
added 2025/05/09 6:41 a.m.142 views

CVE-2025-37850

The CVE-2025-37850 issue relates to the Linux kernel PWM Mediatek driver. Under CONFIG_COMPILE_TEST && !CONFIG_HAVE_CLK, pwm_mediatek_config() could divide by zero when obtaining the clock rate for pc->clk_pwms[pwm->hwpwm], because clk_get_rate() may return zero in the !CONFIG_HAVE_CLK path...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:41 a.m.24 views

CVE-2025-37846 arm64: mops: Do not dereference src reg for a set operation

In the Linux kernel, the following vulnerability has been resolved: arm64: mops: Do not dereference src reg for a set operation The source register is not used for SET and reading it can result in a UBSAN out-of-bounds array access error, specifically when the MOPS exception is taken from a SET...

0.00249EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/09 6:41 a.m.11 views

CVE-2025-37842 spi: fsl-qspi: use devm function instead of driver remove

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

6AI score
SaveExploits0References8
NVD
NVD
added 2025/05/08 7:15 a.m.11 views

CVE-2025-37802

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASKRUNNING" waiteventtimeout will set the state of the current task to TASKUNINTERRUPTIBLE, before doing the condition check. This means that ksmbddurablescavengeralive will try...

7.5CVSS0.00301EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.20 views

CVE-2025-37827 btrfs: zoned: return EIO on RAID1 block group write pointer mismatch

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: return EIO on RAID1 block group write pointer mismatch There was a bug report about a NULL pointer dereference in btrfsaddfreespacezoned that ultimately happens because a conversion from the default metadata profile...

0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/08 6:26 a.m.8 views

CVE-2025-37811 usb: chipidea: ci_hdrc_imx: fix usbmisc handling

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: cihdrcimx: fix usbmisc handling usbmisc is an optional device property so it is totally valid for the corresponding data-usbmiscdata to have a NULL value. Check that before dereferencing the pointer. Found by Linux...

6.1AI score
SaveExploits0References10
NVD
NVD
added 2025/05/02 4:15 p.m.19 views

CVE-2023-53103

In the Linux kernel, the following vulnerability has been resolved: bonding: restore bond's IFFSLAVE flag if a non-eth dev enslave fails syzbot reported a warning1 where the bond device itself is a slave and we try to enslave a non-ethernet device as the first slave which fails but then in the...

5.5CVSS0.00189EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.20 views

CVE-2023-53142 ice: copy last block omitted in ice_get_module_eeprom()

In the Linux kernel, the following vulnerability has been resolved: ice: copy last block omitted in icegetmoduleeeprom icegetmoduleeeprom is broken since commit e9c9692c8a81 "ice: Reimplement module reads used by ethtool" In this refactor, icegetmoduleeeprom reads the eeprom in blocks of size 8...

0.00204EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/02 3:56 p.m.122 views

CVE-2023-53134

CVE-2023-53134 is a Linux kernel issue affecting the bnxt_en driver where 4K-page systems could experience memory-allocation failure when tracking concurrent TPA (GRO/LRO) completions on 4K pages (up to 256 on P5). The root cause was an order-5 allocation for TPA data. The patch changes allocatio...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.130 views

CVE-2023-53113

The CVE-2023-53113 entry concerns the Linux kernel wifi NL80211 offchannel check. A NULL-pointer dereference could occur when a link was created by userspace in AP mode but not activated yet, resulting in a chandef that is invalid or has no channel. The vulnerability arises from dereferencing thi...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.110 views

CVE-2023-53098

CVE-2023-53098 summary (Linux kernel) : The vulnerability resides in the Media driver gpio-ir-recv under media: rc, where an added remove function plus runtime-pm cleanup is required. If runtime PM is enabled, systems must perform runtime PM cleanup to remove a cpu-latency QoS request; otherwise,...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:55 p.m.11 views

CVE-2023-53085

In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix info leak when failing to get panel id Make sure to clear the transfer buffer before fetching the EDID to avoid leaking slab data to the logs on errors that leave the buffer unchanged...

7.1CVSS5.8AI score0.00174EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.67 views

CVE-2023-53076

...

SaveExploits0
CVE
CVE
added 2025/05/02 3:55 p.m.149 views

CVE-2023-53066

CVE-2023-53066 affects the Linux kernel in the qed_sriov path. The vulnerability arises from potential NULL dereferences in qed_iov_get_vf_info, and the fix guards against NULL pointers by validating the helper’s returned info before use. This is a local issue with the impact characterized as hig...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.101 views

CVE-2023-53045

CVE-2023-53045 is mitigated in the Linux kernel via a fix to the USB gadget driver (usb: gadget: u_audio). In the unbind callback for f_uac1/f_uac2, a call to snd_card_free() could block waiting for resources to be released if userspace kept the file descriptor open, potentially causing a deadloc...

5.5CVSS6.7AI score0.00144EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2025/05/01 3:16 p.m.31 views

CVE-2022-49920

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: netlink notifier might race to release objects commit release path is invoked via callrcu and it runs lockless to release the objects after rcu grace period. The netlink notifier handler might win race to...

7.8CVSS0.0014EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.10 views

CVE-2022-49872

In the Linux kernel, the following vulnerability has been resolved: net: gso: fix panic on fraglist with mixed head alloc types Since commit 3dcbdb134f32 "net: gso: Fix skbsegment splat when splitting gsosize mangled skb having linear-headed fraglist", it is allowed to change gsosize of a GRO...

7.5CVSS0.00484EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.46 views

CVE-2022-49792

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

7.3CVSS0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.17 views

CVE-2022-49894 cxl/region: Fix region HPA ordering validation

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix region HPA ordering validation Some regions may not have any address space allocated. Skip them when validating HPA order otherwise a crash like the following may result: devmcxladdregion: cxlacpi cxlacpi.0:...

0.00159EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.18 views

CVE-2022-49887 media: meson: vdec: fix possible refcount leak in vdec_probe()

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdecprobe v4l2deviceunregister need to be called to put the refcount got by v4l2deviceregister when vdecprobe fails or vdecremove is called...

0.00189EPSS
SaveExploits0References5
Rows per page
Query Builder