Lucene search
+L

77 matches found

debiancve
debiancve
added 2026/04/22 1:53 p.m.7 views

CVE-2026-31467

In the Linux kernel, the following vulnerability has been resolved: erofs: add GFPNOIO in the bio completion if needed The bio completion path in the process context e.g. dm-verity will directly call into decompression rather than trigger another workqueue context for minimal scheduling latencies...

7.5CVSS5.2AI score0.00378EPSS
Exploits0
debiancve
debiancve
added 2025/12/16 2:44 p.m.4 views

CVE-2025-68254

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing The Extended Supported Rates ESR IE handling in OnBeacon accessed p + 1 + ielen and p + 2 + ielen without verifying that these offsets lie within the received...

5.5AI score0.00167EPSS
Exploits0
euvd
euvd
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-2584

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00179EPSS
Exploits0References3
nessus
nessus
added 2025/08/11 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-48968

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential memory leak in otx2inittc In otx2inittc, if rhashtableinit faile...

5.5CVSS5.8AI score0.00233EPSS
Exploits0References2
nvd
nvd
added 2025/07/25 4:15 p.m.5 views

CVE-2025-38446

In the Linux kernel, the following vulnerability has been resolved: clk: imx: Fix an out-of-bounds access in dispmixcsrclkdevdata When numparents is 4, clkregister occurs an out-of-bounds when accessing parentnames member. Use ARRAYSIZE instead of hardcode number here. BUG: KASAN:...

7.1CVSS0.00149EPSS
Exploits0References3
debiancve
debiancve
added 2025/07/25 12:53 p.m.14 views

CVE-2025-38392

In the Linux kernel, the following vulnerability has been resolved: idpf: convert control queue mutex to a spinlock With VIRTCHNL2CAPMACFILTER enabled, the following warning is generated on module load: 324.701677 BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578...

5.5CVSS5.3AI score0.00154EPSS
Exploits0
debiancve
debiancve
added 2025/07/10 7:42 a.m.5 views

CVE-2025-38316

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996setmonitor The function mt7996setmonitor dereferences phy before the NULL sanity check. Fix this to avoid NULL pointer dereference by moving the dereference after the...

5.5CVSS5.3AI score0.00127EPSS
Exploits0
debiancve
debiancve
added 2025/07/10 7:42 a.m.7 views

CVE-2025-38309

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: move xesvminit earlier In xevmcloseandput we need to be able to call xesvmfini, however during vm creation we can call this on the error path, before having actually initialised the svm state, leading to various splats...

5.5CVSS5.4AI score0.0012EPSS
Exploits0
debiancve
debiancve
added 2025/07/10 7:42 a.m.3 views

CVE-2025-38302

In the Linux kernel, the following vulnerability has been resolved: block: don't use submitbionoacctnocheck in blkzonewplugbiowork Bios queued up in the zone write plug have already gone through all all preparation in the submitbio path, including the freeze protection. Submitting them through...

5.5CVSS5.3AI score0.00121EPSS
Exploits0
debiancve
debiancve
added 2025/07/10 7:41 a.m.8 views

CVE-2025-38268

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: move tcpmqueuevdmunlocked to asynchronous work A state check was previously added to tcpmqueuevdmunlocked to prevent a deadlock where the DisplayPort Alt Mode driver would be executing work and attempting to gra...

5.5CVSS5.5AI score0.00117EPSS
Exploits0
debiancve
debiancve
added 2025/07/10 7:41 a.m.3 views

CVE-2025-38267

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not trigger WARNON due to a commitoverrun When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer. If the reader page is the same as the commit buffer...

7.8CVSS6.3AI score0.00173EPSS
Exploits0
debiancve
debiancve
added 2025/07/04 1:37 p.m.3 views

CVE-2025-38210

In the Linux kernel, the following vulnerability has been resolved: configfs-tsm-report: Fix NULL dereference of tsmops Unlike sysfs, the lifetime of configfs objects is controlled by userspace. There is no mechanism for the kernel to find and delete all created config-items. Instead, the...

5.5CVSS5.5AI score0.00146EPSS
Exploits0
debiancve
debiancve
added 2025/07/04 1:37 p.m.9 views

CVE-2025-38199

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak due to multiple rxstats allocation rxstats for each arsta is allocated when adding a station. arsta-rxstats will be freed when a station is removed. Redundant allocations are occurring when the same...

5.5CVSS5.3AI score0.00129EPSS
Exploits0
debiancve
debiancve
added 2025/07/04 1:37 p.m.3 views

CVE-2025-38193

In the Linux kernel, the following vulnerability has been resolved: netsched: schsfq: reject invalid perturb period Gerrard Tai reported that SFQ perturbperiod has no range check yet, and this can be used to trigger a race condition fixed in a separate patch. We want to make sure ctl-perturbperio...

5.5CVSS5.4AI score0.00161EPSS
Exploits0
osv
osv
added 2025/07/04 1:37 p.m.6 views

CVE-2025-38190 atm: Revert atm_account_tx() if copy_from_iter_full() fails.

In the Linux kernel, the following vulnerability has been resolved: atm: Revert atmaccounttx if copyfromiterfull fails. In vccsendmsg, we account skb-truesize to sk-skwmemalloc by atmaccounttx. It is expected to be reverted by atmpopraw later called by vcc-dev-ops-sendvcc, skb. However, vccsendms...

5.5CVSS7.2AI score0.00164EPSS
Exploits0References13
debiancve
debiancve
added 2025/06/30 7:29 a.m.4 views

CVE-2025-38088

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap memtrace mmap issue has an out of bounds issue. This patch fixes the by checking that the requested mapping region size should stay within the allocated region si...

7.1CVSS5.7AI score0.0014EPSS
Exploits0
debiancve
debiancve
added 2025/06/06 1:43 p.m.8 views

CVE-2025-38002

In the Linux kernel, the following vulnerability has been resolved: iouring/fdinfo: grab ctx-uringlock around iouringshowfdinfo Not everything requires locking in there, which is why the 'haslock' variable exists. But enough does that it's a bit unwieldy to manage. Wrap the whole thing in a...

5.5CVSS5.8AI score0.00175EPSS
Exploits1
debiancve
debiancve
added 2025/05/29 1:15 p.m.5 views

CVE-2025-37999

In the Linux kernel, the following vulnerability has been resolved: fs/erofs/fileio: call erofsonlinefoliosplit after bioaddfolio If bioaddfolio fails because it is full, erofsfileioscanfolio needs to submit the I/O request via erofsfileiorqsubmit and allocate a new I/O request with an empty stru...

5.5CVSS5.6AI score0.00146EPSS
Exploits0
debiancve
debiancve
added 2025/05/20 4:1 p.m.9 views

CVE-2025-37964

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Eliminate window where TLB flushes may be inadvertently skipped tl;dr: There is a window in the mm switching code where the new CR3 is set and the CPU should be getting TLB flushes for the new mm. But shouldflushtlb has a...

5.5CVSS5.8AI score0.00149EPSS
Exploits0
debiancve
debiancve
added 2025/05/20 3:21 p.m.7 views

CVE-2025-37927

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential buffer overflow in parseivrsacpihid There is a string parsing logic error which can lead to an overflow of hid or uid buffers. Comparing ACPIIDLEN against a total string length doesn't take into account t...

7.8CVSS6.2AI score0.00202EPSS
Exploits0
Rows per page
Query Builder