Lucene search
+L

1957 matches found

OSV
OSV
added 2025/05/20 4:47 p.m.11 views

CVE-2025-37971 staging: bcm2835-camera: Initialise dev in v4l2_dev

In the Linux kernel, the following vulnerability has been resolved: staging: bcm2835-camera: Initialise dev in v4l2dev Commit 42a2f6664e18 "staging: vc04services: Move global gstate to vchiqstate" changed mmalinit to pass dev-v4l2dev.dev to vchiqmmalinit, however nothing iniitialised dev-v4l2dev,...

5.5CVSS6.5AI score0.00152EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.6 views

CVE-2025-37971

In the Linux kernel, the following vulnerability has been resolved: staging: bcm2835-camera: Initialise dev in v4l2dev Commit 42a2f6664e18 "staging: vc04services: Move global gstate to vchiqstate" changed mmalinit to pass dev-v4l2dev.dev to vchiqmmalinit, however nothing iniitialised dev-v4l2dev,...

5.5CVSS5.6AI score0.00152EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.9 views

CVE-2025-37969

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix possible lockup in stlsm6dsxreadtaggedfifo Prevent stlsm6dsxreadtaggedfifo from falling in an infinite loop in case patternlen is equal to zero and the device FIFO is not empty...

5.5CVSS5.7AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.7 views

CVE-2025-37968

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

5.5CVSS5.7AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.10 views

CVE-2025-37965

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix invalid context error in dml helper Why "BUG: sleeping function called from invalid context" error. after: "drm/amd/display: Protect FPU in dml2validate/dml21validate" The populatedmlplanecfgfromplanestate us...

5.5CVSS5.6AI score0.00152EPSS
SaveExploits0
NVD
NVD
added 2025/05/20 4:15 p.m.30 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.5CVSS0.00156EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/20 4:15 p.m.24 views

CVE-2025-37954

In the Linux kernel, the following vulnerability has been resolved: smb: client: Avoid race in opencacheddir with lease breaks A pre-existing valid cfid returned from findorcreatecacheddir might race with a lease break, meaning opencacheddir doesn't consider it valid, and thinks it's...

5.5CVSS0.00154EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/20 4:15 p.m.14 views

CVE-2025-37934

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Fix pointer check in graphutilparselinkdirection Actually check if the passed pointers are valid, before writing to them. This also fixes a USBAN warning: UBSAN: invalid-load in...

7.8CVSS0.00172EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/20 4:15 p.m.9 views

CVE-2025-37930

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: Fix WARNON in nouveaufencecontextkill Nouveau is mostly designed in a way that it's expected that fences only ever get signaled through nouveaufencesignal. However, in at least one other place, nouveaufencedone, can...

5.5CVSS0.00177EPSS
SaveExploits0References9
NVD
NVD
added 2025/05/20 4:15 p.m.7 views

CVE-2025-37916

In the Linux kernel, the following vulnerability has been resolved: pdscore: remove write-after-free of clientid A use-after-free error popped up in stress testing: Mon Apr 21 21:21:33 2025 BUG: KFENCE: use-after-free write in pdscauxbusdevdel+0xef/0x160 pdscore Mon Apr 21 21:21:33 2025...

7.8CVSS0.00179EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/20 4:15 p.m.8 views

CVE-2025-37895

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix error handling path in bnxtinitchip WARNON is triggered in flushwork if bnxtinitchip fails because we call cancelworksync on dim work that has not been initialized. WARNING: CPU: 37 PID: 5223 at kernel/workqueue.c:420...

5.5CVSS0.00164EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.7 views

CVE-2025-37961

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix uninit-value for saddr in dooutputroute4 syzbot reports for uninit-value for the saddr argument 1. commit 4754957f04f5 "ipvs: do not use random local source address for tunnels" already implies that the input value of...

5.5CVSS5.7AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.6 views

CVE-2025-37958

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix dereferencing invalid pmd migration entry When migrating a THP, concurrent access to the PMD migration entry during a deferred split scan can lead to an invalid address access, as illustrated below. To prevent...

5.5CVSS5.7AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.8 views

CVE-2025-37954

In the Linux kernel, the following vulnerability has been resolved: smb: client: Avoid race in opencacheddir with lease breaks A pre-existing valid cfid returned from findorcreatecacheddir might race with a lease break, meaning opencacheddir doesn't consider it valid, and thinks it's...

5.5CVSS5.6AI score0.00154EPSS
SaveExploits0
CVE
CVE
added 2025/05/20 4:1 p.m.126 views

CVE-2025-37947

CVE-2025-37947 affects ksmbd (Linux kernel SMBv3 server). Root cause: ksmbd_vfs_stream_write() could perform an out-of-bounds write when *pos >= v_len due to missing bounds check; patch adds a check to ensure *pos

7.8CVSS6.5AI score0.00212EPSS
SaveExploits1References7Affected Software1
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.7 views

CVE-2025-37946

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix duplicate pcidevput in disableslot when PF has child VFs With commit bcb5d6c76903 "s390/pci: introduce lock to synchronize state of zpcidev's" the code to ignore power off of a PF that has child VFs was changed from...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.8 views

CVE-2025-37947

In the Linux kernel, the following vulnerability has been resolved: ksmbd: prevent out-of-bounds stream writes by validating pos ksmbdvfsstreamwrite did not validate whether the write offset pos was within the bounds of the existing stream data length vlen. If pos was greater than or equal to vle...

7.8CVSS5.7AI score0.00212EPSS
SaveExploits1
CVE
CVE
added 2025/05/20 3:58 p.m.77 views

CVE-2025-37942

CVE-2025-37942 is described in connected advisories as a Linux kernel issue within the HID: pidff path. The root cause reported is “Make sure to fetch pool before checking SIMULTANEOUS_MAX,” indicating a logic/fence-check or data handling problem in pool management related to HID: pidff. Affected...

6.7AI score0.00012EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 3:34 p.m.14 views

CVE-2025-37938 tracing: Verify event formats that have "%*p.."

In the Linux kernel, the following vulnerability has been resolved: tracing: Verify event formats that have "%p.." The trace event verifier checks the formats of trace events to make sure that they do not point at memory that is not in the trace event itself or in data that will never be freed. I...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/05/20 3:22 p.m.9 views

CVE-2025-37936

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: KVM: Mask PEBSENABLE loaded for guest with vCPU's value. When generating the MSRIA32PEBSENABLE value that will be loaded on VM-Entry to a KVM guest, mask the value with the vCPU's desired PEBSENABLE value...

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