Lucene search
+L

1747 matches found

Debian CVE
Debian CVE
added 2025/09/15 2:02 p.m.10 views

CVE-2022-50258

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmfcpreinitdcmds This patch fixes a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated is passed as an argument of strsep in...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:02 p.m.15 views

CVE-2022-50255

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix reading strings from synthetic events The follow commands caused a crash: cd /sys/kernel/tracing echo 's:open char file' dynamicevents echo 'hist:keys=commonpid:file=filename:onchange$file.traceopen,$file'...

7.8CVSS6.2AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:02 p.m.16 views

CVE-2022-50245

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible UAF when kfifoalloc fails If kfifoalloc fails in mportcdevopen, goto errfifo and just free priv. But priv is still in the chdev-filelist, then list traversal may cause UAF. This fixes the following smatch...

7.8CVSS5.6AI score0.00167EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:01 p.m.5 views

CVE-2022-50240

In the Linux kernel, the following vulnerability has been resolved: android: binder: stop saving a pointer to the VMA Do not record a pointer to a VMA outside of the mmaplock for later use. This is unsafe and there are a number of failure paths after the recorded VMA pointer may be freed during...

7.8CVSS5.6AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:01 p.m.13 views

CVE-2022-50236

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix crash on isr after kexec If the system is rebooted via isr, the IRQ handler might be triggered before the domain is initialized. Resulting on an invalid memory access error. Fix: 0.500930 Unable to handle kern...

5.5CVSS5.2AI score0.00154EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/15 2:01 p.m.7 views

CVE-2022-50235

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READDIR Restore the previous limit on the @count argument to prevent a buffer overflow attack...

9.8CVSS5.8AI score0.0042EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/12 3:59 p.m.13 views

CVE-2025-39799

Removed by vendor...

6.7AI score
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:56 p.m.9 views

CVE-2025-39789

In the Linux kernel, the following vulnerability has been resolved: crypto: x86/aegis - Add missing error checks The skcipherwalk functions can allocate memory and can fail, so checking for errors is necessary...

7.3CVSS5.2AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:56 p.m.4 views

CVE-2025-39782

In the Linux kernel, the following vulnerability has been resolved: jbd2: prevent softlockup in jbd2logdocheckpoint Both jbd2logdocheckpoint and jbd2journalshrinkcheckpointlist periodically release jlistlock after processing a batch of buffers to avoid long hold times on the jlistlock. However,...

5.5CVSS5.3AI score0.00124EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:56 p.m.13 views

CVE-2025-39771

In the Linux kernel, the following vulnerability has been resolved: regulator: pca9450: Use devmregistersysoffhandler With module test, there is error dump: ------------ cut here ------------ notifier callback pca9450i2crestarthandler already registered WARNING: kernel/notifier.c:23 at...

5.5CVSS5.4AI score0.00127EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:52 p.m.4 views

CVE-2025-39760

In the Linux kernel, the following vulnerability has been resolved: usb: core: config: Prevent OOB read in SS endpoint companion parsing usbparsessendpointcompanion checks descriptor type before length, enabling a potentially odd read outside of the buffer size. Fix this up by checking the size...

7.1CVSS6.2AI score0.00174EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:52 p.m.12 views

CVE-2025-39752

In the Linux kernel, the following vulnerability has been resolved: ARM: rockchip: fix kernel hang during smp initialization In order to bring up secondary CPUs main CPU write trampoline code to SRAM. The trampoline code is written while secondary CPUs are powered on at least that true for RK3188...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:52 p.m.9 views

CVE-2025-39750

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Correct tid cleanup when tid setup fails Currently, if any error occurs during ath12kdprxpeertidsetup, the tid value is already incremented, even though the corresponding TID is not actually allocated. Proceed to...

8.8CVSS6AI score0.00231EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:52 p.m.4 views

CVE-2025-39749

In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when rcureadunlock is invoked within an interrupts-disabled region of code 1, it will invoke rcureadunlockspecial, which uses an irq-work handle...

7CVSS6.2AI score0.00169EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:52 p.m.4 views

CVE-2025-39744

In the Linux kernel, the following vulnerability has been resolved: rcu: Fix rcureadunlock deadloop due to IRQ work During rcureadunlockspecial, if this happens during irqexit, we can lockup if an IPI is issued. This is because the IPI itself triggers the irqexit path causing a recursive lock up...

7.1CVSS6.1AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/11 4:52 p.m.4 views

CVE-2025-39736

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid deadlock by moving prwarn outside kmemleaklock When netpoll is enabled, calling prwarnonce while holding kmemleaklock in mempoolalloc can cause a deadlock due to lock inversion with the netconsole subsystem. Th...

5.5CVSS5.3AI score0.00129EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/07 3:16 p.m.10 views

CVE-2025-39734

In the Linux kernel, the following vulnerability has been resolved: Revert "fs/ntfs3: Replace inodetrylock with inodelock" This reverts commit 69505fe98f198ee813898cbcaf6770949636430b. Initially, conditional lock acquisition was removed to fix an xfstest bug that was observed during internal...

5.5CVSS5.4AI score0.00145EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/07 3:16 p.m.6 views

CVE-2025-39730

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix filehandle bounds checking in nfsfhtodentry The function needs to check the minimal filehandle length before it can access the embedded filehandle...

7.8CVSS6.1AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/07 3:16 p.m.5 views

CVE-2025-39727

In the Linux kernel, the following vulnerability has been resolved: mm: swap: fix potential buffer overflow in setupclusters In setupswapmap, we only ensure badpages are in range 0, lastpage. As maxpages might be = maxpages. Only call incclusterinfopage for badpage which is maxpages to fix the...

7.8CVSS6.5AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/09/05 5:27 p.m.17 views

CVE-2025-39726

In the Linux kernel, the following vulnerability has been resolved: s390/ism: fix concurrency management in ismcmd The s390x ISM device data sheet clearly states that only one request-response sequence is allowable per ISM function at any point in time. Unfortunately as of today the s390/ism driv...

9.8CVSS5.1AI score0.00235EPSS
SaveExploits0
Rows per page
Query Builder