Lucene search
+L

10141 matches found

Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.11 views

CVE-2025-38065

In the Linux kernel, the following vulnerability has been resolved: orangefs: Do not truncate file size 'len' is used to store the result of isizeread, so making 'len' a sizet results in truncation to 4GiB on 32-bit systems...

7.8CVSS5.6AI score0.00183EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38064

In the Linux kernel, the following vulnerability has been resolved: virtio: break and reset virtio devices on deviceshutdown Hongyu reported a hang on kexec in a VM. QEMU reported invalid memory accesses during the hang. Invalid read at addr 0x102877002, size 2, region 'null', reason: rejected...

7.8CVSS5.7AI score0.00147EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.12 views

CVE-2025-38053

In the Linux kernel, the following vulnerability has been resolved: idpf: fix null-ptr-deref in idpffeaturescheck idpffeaturescheck is used to validate the TX packet. skb header length is compared with the hardware supported value received from the device control plane. The value is stored in the...

5.5CVSS5.5AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.6 views

CVE-2025-38052

In the Linux kernel, the following vulnerability has been resolved: net/tipc: fix slab-use-after-free Read in tipcaeadencryptdone Syzbot reported a slab-use-after-free with the following call trace: ================================================================== BUG: KASAN: slab-use-after-free...

8.8CVSS5.8AI score0.00458EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.5 views

CVE-2025-38051

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free in cifsfilldirent There is a race condition in the readdir concurrency process, which may access the rsp buffer after it has been released, triggering the following KASAN warning...

7.8CVSS6AI score0.00183EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.9 views

CVE-2025-38045

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix debug actions order The order of actions taken for debug was implemented incorrectly. Now we implemented the dump split and do the FW reset only in the middle of the dump rather than the FW killing itself on...

5.5CVSS5.5AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.8 views

CVE-2025-38044

In the Linux kernel, the following vulnerability has been resolved: media: cx231xx: set devicecaps for 417 The videodevice for the MPEG encoder did not set devicecaps. Add this, otherwise the video device can't be registered you get a WARNON instead. Not seen before since currently 417 support is...

5.5CVSS5.6AI score0.00174EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.9 views

CVE-2025-38043

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Set dmamask for ffa devices Set dmamask for FFA devices, otherwise DMA allocation using the device pointer lead to following warning: WARNING: CPU: 1 PID: 1 at kernel/dma/mapping.c:597 dmaallocattrs+0xe0/0x124...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38031

In the Linux kernel, the following vulnerability has been resolved: padata: do not leak refcount in reorderwork A recent patch that addressed a UAF introduced a reference count leak: the paralleldata refcount is incremented unconditionally, regardless of the return value of queuework. If the work...

5.5CVSS5.6AI score0.0017EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.11 views

CVE-2025-38028

In the Linux kernel, the following vulnerability has been resolved: NFS/localio: Fix a race in nfslocalopenfh Once the clp-cluuid.lock has been dropped, another CPU could come in and free the struct nfsdfile that was just added. To prevent that from happening, take the RCU read lock before droppi...

7.8CVSS5.5AI score0.00112EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.15 views

CVE-2025-38027

In the Linux kernel, the following vulnerability has been resolved: regulator: max20086: fix invalid memory access max20086parseregulatorsdt calls ofregulatormatch using an array of struct ofregulatormatch allocated on the stack for the matches argument. ofregulatormatch calls...

7.1CVSS5.9AI score0.00167EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.16 views

CVE-2025-38018

In the Linux kernel, the following vulnerability has been resolved: net/tls: fix kernel panic when allocpage failed We cannot set fraglist to NULL pointer when allocpage failed. It will be used in tlsstrpcheckqueueok when the next time tlsstrpreadsock is called. This is because we don't reset...

7.5CVSS5.6AI score0.00392EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.8 views

CVE-2025-38017

In the Linux kernel, the following vulnerability has been resolved: fs/eventpoll: fix endless busy loop after timeout has expired After commit 0a65bc27bd64 "eventpoll: Set epoll timeout if it's in the future", the following program would immediately enter a busy loop in the kernel: int main int e...

5.5CVSS5.5AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.7 views

CVE-2025-38008

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: fix race condition in unaccepted memory handling The page allocator tracks the number of zones that have unaccepted memory using staticbranchenc/dec and uses that static branch in hot paths to determine if it needs ...

4.7CVSS5.5AI score0.00114EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.10 views

CVE-2025-38007

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogicinputconfigured devmkasprintf returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, which results in a NULL pointer dereference. Add NULL...

5.5CVSS5.6AI score0.00162EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/06/18 7:15 a.m.7 views

GHSA-X573-8WX6-VHF4 vulnerabilities

Vulnerabilities for packages: chromium...

7.5AI score
SaveExploits0
Chainguard
Chainguard
added 2025/06/18 7:15 a.m.13 views

CVE-2025-5959 vulnerabilities

Vulnerabilities for packages: chromium...

8.8CVSS8.9AI score0.11751EPSS
SaveExploits0
Chainguard
Chainguard
added 2025/06/18 7:15 a.m.19 views

CVE-2025-5958 vulnerabilities

Vulnerabilities for packages: chromium...

8.8CVSS8.9AI score0.00416EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/06/18 1:46 a.m.9 views

CVE-2025-5959 vulnerabilities

Vulnerabilities for packages: chromium...

8.8CVSS8.9AI score0.11751EPSS
SaveExploits0
Wolfi
Wolfi
added 2025/06/18 1:46 a.m.13 views

CVE-2025-5958 vulnerabilities

Vulnerabilities for packages: chromium...

8.8CVSS8.9AI score0.00416EPSS
SaveExploits0
Rows per page
Query Builder