Lucene search
+L

10156 matches found

UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.3 views

CVE-2025-38069

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

7.8CVSS6.5AI score0.00161EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.5 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.5CVSS6AI score0.00408EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.6 views

CVE-2025-38046

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.5 views

CVE-2025-38041

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: h616: Reparent GPU clock during frequency changes The H616 manual does not state that the GPU PLL supports dynamic frequency configuration, so we must take extra care when changing the frequency. Currently any...

5.5CVSS6.1AI score0.0014EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.17 views

CVE-2025-38009

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: disable napi on driver removal A warning on driver removal started occurring after commit 9dd05df8403b "net: warn if NAPI instance wasn't shut down". Disable tx napi before deleting it in mt76dmacleanup. WARNING: CPU:...

5.5CVSS6.1AI score0.00177EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2025/06/18 10:15 a.m.6 views

CVE-2025-38067

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

5.5CVSS5.9AI score0.00498EPSS
SaveExploits0References36
Debian CVE
Debian CVE
added 2025/06/18 9:35 a.m.8 views

CVE-2025-38082

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix potential out-of-bound write If the caller wrote more characters, count is truncated to the max available space in "simplewritetobuffer". Check that the input size does not exceed the buffer size. Write a zero...

7.8CVSS6.3AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.10 views

CVE-2025-38081

In the Linux kernel, the following vulnerability has been resolved: spi-rockchip: Fix register out of bounds access Do not write native chip select stuff for GPIO chip selects. GPIOs can be numbered much higher than native CS. Also, it makes no sense...

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

CVE-2025-38080

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase blocksequence array size Why It's possible to generate more than 50 steps in hwssbuildfastsequence, for example with a 6-pipe asic where all pipes are in one MPC chain. This overflows the blocksequence...

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

CVE-2025-38076

In the Linux kernel, the following vulnerability has been resolved: alloctag: allocate percpu counters for module tags dynamically When a module gets unloaded it checks whether any of its tags are still in use and if so, we keep the memory containing module's allocation tags alive until all tags...

7.8CVSS6.1AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.9 views

CVE-2025-38075

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix timeout on deleted connection NOPIN response timer may expire on a deleted connection and crash with such logs: Did not receive response to NOPIN on CID: 0, failing connection for IT Nexus...

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

CVE-2025-38073

Removed by vendor...

8.1AI score0.00011EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.9 views

CVE-2025-38072

In the Linux kernel, the following vulnerability has been resolved: libnvdimm/labels: Fix divide error in ndlabeldatainit If a faulty CXL memory device returns a broken zero LSA size in its memory device information Identify Memory Device Opcode 4000h, CXL spec. 3.1, 8.2.9.9.1.1, a divide error...

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

CVE-2025-38068

In the Linux kernel, the following vulnerability has been resolved: crypto: lzo - Fix compression buffer overrun Unlike the decompression code, the compression code in LZO never checked for output overruns. It instead assumes that the caller always provides enough buffer space, disregarding the...

7.8CVSS6.1AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.11 views

CVE-2025-38069

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops Fix a kernel oops found while testing the stm32pcie Endpoint driver with handling of PERST deassertion: During EP initialization, pciepftestallocspace...

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

CVE-2025-38067

In the Linux kernel, the following vulnerability has been resolved: rseq: Fix segfault on registration when rseqcs is non-zero The rseqcs field is documented as being set to 0 by user-space prior to registration, however this is not currently enforced by the kernel. This can result in a segfault ...

5.5CVSS5.7AI score0.00498EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.13 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.0019EPSS
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.14 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.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.7 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.00477EPSS
SaveExploits0
Rows per page
Query Builder