Lucene search
+L

10138 matches found

Debian CVE
Debian CVE
added 2025/07/27 5:32 a.m.11 views

CVE-2025-8224

A vulnerability has been found in GNU Binutils 2.44 and classified as problematic. This vulnerability affects the function bfdelfgetstrsection of the file bfd/elf.c of the component BFD Library. The manipulation leads to null pointer dereference. Local access is required to approach this attack...

5.5CVSS3.5AI score0.00225EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2025/07/26 3:32 a.m.23 views

CVE-2025-8176

A vulnerability was found in LibTIFF up to 4.7.0. It has been declared as critical. This vulnerability affects the function gethistogram of the file tools/tiffmedian.c. The manipulation leads to use after free. The attack needs to be approached locally. The exploit has been disclosed to the publi...

7.8CVSS5.2AI score0.00238EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.4 views

CVE-2025-38442

In the Linux kernel, the following vulnerability has been resolved: block: reject bs ps block devices when THP is disabled If THP is disabled and when a block device with logical block size page size is present, the following null ptr deref panic happens during boot: 13.2 mK AOSAN: null-ptr-deref...

5.5CVSS5.9AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.5 views

CVE-2025-38441

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: account for Ethernet header in nfflowpppoeproto syzbot found a potential access to uninit-value in nfflowpppoeproto Blamed commit forgot the Ethernet header. BUG: KMSAN: uninit-value in...

5.5CVSS5.9AI score0.00157EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.4 views

CVE-2025-38451

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix GPF in bitmapgetstats The commit message of commit 6ec1f0239485 "md/md-bitmap: fix stats collection for external bitmaps" states: Remove the external bitmap check as the statistics should be available regardless...

5.5CVSS5.8AI score0.00147EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.3 views

CVE-2025-38461

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport TOCTOU Transport assignment may race with module unload. Protect newtransport from becoming a stale pointer. This also takes care of an insecure call in vsockuselocaltransport; add a lockdep assert. BUG: unab...

7CVSS6.2AI score0.00118EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.3 views

CVE-2025-38437

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potential use-after-free in oplock/lease break ack If ksmbdiovpinrsp return error, use-after-free can happen by accessing opinfo-state and opinfoput and ksmbdfdput could called twice...

8.8CVSS6.1AI score0.00364EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.4 views

CVE-2025-38445

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Fix stack memory use after return in raid1reshape In the raid1reshape function, newpool is allocated on the stack and assigned to conf-r1biopool. This results in conf-r1biopool.wait.head pointing to a stack address...

7.1CVSS6.5AI score0.00165EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.2 views

CVE-2025-38456

In the Linux kernel, the following vulnerability has been resolved: ipmi:msghandler: Fix potential memory corruption in ipmicreateuser The "intf" list iterator is an invalid pointer if the correct "intf-intfnum" is not found. Calling atomicdec&intf-nrusers on and invalid pointer will lead to memo...

7.8CVSS6.1AI score0.00155EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.8 views

CVE-2025-38449

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. 1...

7.8CVSS6.1AI score0.00156EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.4 views

CVE-2025-38458

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix NULL pointer dereference in vccsendmsg atmarpddevops does not implement the send method, which may cause crash as bellow. BUG: kernel NULL pointer dereference, address: 0000000000000000 PGD 0 P4D 0 Oops: Oops: 0010...

5.5CVSS5.9AI score0.00162EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.3 views

CVE-2025-38450

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925stasetdecapoffload Add a NULL check for msta-vif before accessing its members to prevent a kernel panic in AP mode deployment. This also fix the issue reported in 1. T...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.2 views

CVE-2025-38459

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

7.8CVSS6.6AI score0.0017EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.4 views

CVE-2025-38444

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10makerequest If raid10readrequest or raid10writerequest registers a new request and the REQNOWAIT flag is set, the code does not free the malloc from the mempool. unreferenced object...

5.5CVSS6AI score0.00147EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.4 views

CVE-2025-38466

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAPSYSADMIN for uprobes Jann reports that uprobes can be used destructively when used in the middle of an instruction. The kernel only verifies there is a valid instruction at the requested offset, but d...

7.8CVSS6.7AI score0.00177EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2025/07/25 4:15 p.m.3 views

CVE-2025-38438

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Use devmkstrdup to avoid memleak. sofpdata-tplgfilename can have address allocated by kstrdup and can be overwritten. Memory leak was detected with kmemleak: unreferenced object 0xffff88812391ff60 size 16:...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 3:15 p.m.4 views

CVE-2025-38429

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Update read pointer only after buffer is written Inside mhiepringaddelement, the read pointer rdoffset is updated before the buffer is written, potentially causing race conditions where the host sees an updated read...

10CVSS6.1AI score0.0038EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 3:15 p.m.1 views

CVE-2025-38433

In the Linux kernel, the following vulnerability has been resolved: riscv: fix runtime constant support for nommu kernels the runtimefixup32 function does not handle the case where val is zero correctly as might occur when patching a nommu kernel and referring to a physical address below the 4GiB...

5.5CVSS5.9AI score0.00137EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/07/25 3:15 p.m.4 views

CVE-2025-38427

In the Linux kernel, the following vulnerability has been resolved: video: screeninfo: Relocate framebuffers behind PCI bridges Apply PCI host-bridge window offsets to screeninfo framebuffers. Fixes invalid access to I/O memory. Resources behind a PCI host bridge can be relocated by a certain...

5.5CVSS6.2AI score0.00155EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 3:15 p.m.3 views

CVE-2025-38428

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - check record size in imspcuflashfirmware The "len" variable comes from the firmware and we generally do trust firmware, but it's always better to double check. If the "len" is too large it could result in memory...

7.8CVSS6.1AI score0.0018EPSS
SaveExploits0References41
Rows per page
Query Builder