Lucene search
+L

10156 matches found

Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.14 views

CVE-2025-37775

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from kernelwriteiter 2110.972290 ------------ cut here ------------ 2110.972301 WARNING: CPU: 3 PID: 735 at fs/readwrite.c:599 kernelwriteiter+0x21b/0x280 This patch doesn't allow writing to directory...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.10 views

CVE-2025-37768

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.5CVSS5.7AI score0.00195EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.11 views

CVE-2025-37767

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.5CVSS5.7AI score0.00191EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.12 views

CVE-2025-37763

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: take paired job reference For paired jobs, have the fragment job take a reference on the geometry job, so that the geometry job cannot be freed until the fragment job has finished with it. The geometry job...

7.8CVSS5.7AI score0.00191EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.21 views

CVE-2025-37762

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix missed dmabuf unpinning in error path of preparefb Correct error handling in preparefb to fix leaking resources when error happens...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 1:07 p.m.15 views

CVE-2025-37761

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix an out-of-bounds shift when invalidating TLB When the size of the range invalidated is larger than rounddownpowoftwoULONGMAX, The function macro rounduppowoftwolength will hit an out-of-bounds shift 1. Use a full TLB...

7.8CVSS5.6AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:56 p.m.6 views

CVE-2025-37757

In the Linux kernel, the following vulnerability has been resolved: tipc: fix memory leak in tipclinkxmit In case the backlog transmit queue for system-importance messages is overloaded, tipclinkxmit returns -ENOBUFS but the skb list is not purged. This leads to memory leak and failure when a skb...

7.5CVSS5.6AI score0.00415EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:56 p.m.12 views

CVE-2025-37756

In the Linux kernel, the following vulnerability has been resolved: net: tls: explicitly disallow disconnect syzbot discovered that it can disconnect a TLS socket and then run into all sort of unexpected corner cases. I have a vague recollection of Eric pointing this out to us a long time ago...

7.8CVSS5.7AI score0.00312EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.15 views

CVE-2025-37755

In the Linux kernel, the following vulnerability has been resolved: net: libwx: handle pagepooldevallocpages error pagepooldevallocpages could return NULL. There was a WARNON!page but it would still proceed to use the NULL pointer and then crash. This is similar to commit 001ba0902046 "net: fec:...

7.5CVSS5.6AI score0.00345EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.17 views

CVE-2025-37748

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix NULL pointer deference in mtkiommudevicegroup Currently, mtkiommu calls during probe iommudeviceregister before the hwlist from driver data is initialized. Since iommu probing issue fix, it leads to NULL point...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.49 views

CVE-2025-37746

In the Linux kernel, the following vulnerability has been resolved: perf/dwcpcie: fix duplicate pcidev devices During platformdeviceregister, wrongly using struct device pcidev as platformdata caused a kmemdup copy of pcidev. Worse still, accessing the duplicated device leads to list corruption a...

5.5CVSS5.5AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.8 views

CVE-2025-37745

In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernatecompressorparamset syzbot reported a deadlock in locksystemsleep see below. The write operation to "/sys/module/hibernate/parameters/compressor" conflicts with the registration of ieee802...

5.5CVSS5.6AI score0.00138EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.11 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.5CVSS5.6AI score0.00185EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.12 views

CVE-2025-37739

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-bounds access in f2fstruncateinodeblocks syzbot reports an UBSAN issue as below: ------------ cut here ------------ UBSAN: array-index-out-of-bounds in fs/f2fs/node.h:381:10 index 18446744073709550692 is...

7.1CVSS5.6AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.12 views

CVE-2025-23159

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add a check to handle OOB in sfr region sfr-bufsize is in shared memory and can be modified by malicious user. OOB write is possible when the size is made higher than actual sfr data buffer. Cap the size to...

8.4CVSS5.7AI score0.00214EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.19 views

CVE-2025-23156

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfiparser: refactor hfi packet parsing logic wordscount denotes the number of words in total payload, while data points to payload of various property within it. When wordscount reaches last word, data can access...

7.8CVSS5.7AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.19 views

CVE-2025-23151

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Fix race between unprepare and queuebuf A client driver may use mhiunpreparefromtransfer to quiesce incoming data during the client driver's tear down. The client driver might also be processing data at the same...

7.8CVSS5.5AI score0.00144EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.18 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.5CVSS5.5AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.11 views

CVE-2025-23145

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer in canacceptnewsubflow When testing valkey benchmark tool with MPTCP, the kernel panics in 'mptcpcanacceptnewsubflow' because subflowreq-msk is NULL. Call trace: mptcpcanacceptnewsubflow...

7.5CVSS5.6AI score0.00534EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 12:55 p.m.9 views

CVE-2025-23144

In the Linux kernel, the following vulnerability has been resolved: backlight: ledbl: Hold ledaccess lock when calling ledsysfsdisable Lockdep detects the following issue on led-backlight removal: 142.315935 ------------ cut here ------------ 142.315954 WARNING: CPU: 2 PID: 292 at...

5.5CVSS5.6AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder