Lucene search
+L

1711 matches found

UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.3 views

CVE-2025-38651

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix warning from KUnit tests getidrange expects a positive value as first argument but getrandomu8 can return 0. Fix this by clamping it. Validated by running the test in a for loop for 1000 times. Note that MAX is wron...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.5 views

CVE-2025-38626

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to trigger foreground gc during f2fsmapblocks in lfs mode w/ "mode=lfs" mount option, generic/299 will cause system panic as below: ------------ cut here ------------ kernel BUG at fs/f2fs/segment.c:2835! Call Trace:...

5.5CVSS5.6AI score0.00157EPSS
SaveExploits0References41
UbuntuCve
UbuntuCve
added 2025/08/22 12:00 a.m.3 views

CVE-2024-58239

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv if initial processrxlist gave us non-DATA If we have a non-DATA record on the rxlist and another record of the same type still on the queue, we will end up merging them: - processrxlist copies the non-DATA record -...

8.2CVSS5.7AI score0.00339EPSS
SaveExploits2References9
UbuntuCve
UbuntuCve
added 2025/08/21 1:15 p.m.4 views

CVE-2025-9300

A vulnerability was found in saitoha libsixel up to 1.10.3. Affected by this issue is the function sixeldebugprintpalette of the file src/encoder.c of the component img2sixel. The manipulation results in stack-based buffer overflow. The attack must be initiated from a local position. The exploit...

7.8CVSS5.9AI score0.00244EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2025/08/20 10:15 p.m.5 views

CVE-2025-9287

Improper Input Validation vulnerability in cipher-base allows Input Data Manipulation.This issue affects cipher-base: through 1.0.4...

9.1CVSS7.1AI score0.00504EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2025/08/20 10:15 p.m.6 views

CVE-2025-9288

Improper Input Validation vulnerability in sha.js allows Input Data Manipulation.This issue affects sha.js: through 2.4.11...

9.1CVSS6.8AI score0.00676EPSS
SaveExploits2References5
UbuntuCve
UbuntuCve
added 2025/08/20 8:15 p.m.3 views

CVE-2025-5115

In Eclipse Jetty, versions =9.4.57, =10.0.25, =11.0.25, =12.0.21, =12.1.0.alpha2, an HTTP/2 client may trigger the server to send RSTSTREAM frames, for example by sending frames that are malformed or that should not be sent in a particular stream state, therefore forcing the server to consume...

7.7CVSS6.8AI score0.03457EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/08/20 12:00 a.m.2 views

CVE-2025-54364

Microsoft Knack 0.12.0 allows Regular expression Denial of Service ReDoS in the knack.introspection module. optiondescriptions employs an inefficient regular expression pattern: "\s:param\s+.+?\s:." that is susceptible to catastrophic backtracking when processing crafted docstrings containing a...

6.9CVSS5.9AI score0.00357EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.4 views

CVE-2025-38582

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix double destruction of rsvqp rsvqp may be double destroyed in error flow, first in freemrinit, and then in hnsroceexit. Fix it by moving the freemrinit call into hnsrocev2init. listdel corruption, ffff589732eb9b50-ne...

7.8CVSS6AI score0.00165EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38605

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Pass ab pointer directly to ath12kdptxgetencaptype In ath12kdptxgetencaptype, the arvif parameter is only used to retrieve the ab pointer. In vdev delete sequence the arvif-ar could become NULL and that would trigge...

5.5CVSS6AI score0.00143EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.3 views

CVE-2025-38573

In the Linux kernel, the following vulnerability has been resolved: spi: cs42l43: Property entry should be a null-terminated array The software node does not specify a count of property entries, so the array must be null-terminated. When unterminated, this can lead to a fault in the downstream...

7.3CVSS5.9AI score0.00159EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38598

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free in amdgpuuserqsuspend+0x51a/0x5a0 +0.000020 BUG: KASAN: slab-use-after-free in amdgpuuserqsuspend+0x51a/0x5a0 amdgpu +0.000817 Read of size 8 at addr ffff88812eec8c58 by task amdpciunplug/1733...

7.8CVSS6.6AI score0.00143EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38596

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF in panthorgemcreatewithhandle debugfs code The object is potentially already gone after the drmgemobjectput. In general the object should be fully constructed before calling drmgemhandlecreate, except the...

7.8CVSS6.6AI score0.00153EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.6 views

CVE-2025-38554

In the Linux kernel, the following vulnerability has been resolved: mm: fix a UAF when vma-mm is freed after vma-vmrefcnt got dropped By inducing delays in the right places, Jann Horn created a reproducer for a hard to hit UAF issue that became possible after VMAs were allowed to be recycled by...

7.8CVSS6.5AI score0.00162EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.4 views

CVE-2025-38600

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix off by one in mt7925mcuhwscan The ssid-ssids and sreq-ssids arrays have MT7925RNRSCANMAXBSSIDS elements so this = needs to be to prevent an out of bounds access...

8.8CVSS5.9AI score0.00178EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.3 views

CVE-2025-54881

Mermaid is a JavaScript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams. In the default configuration of mermaid 10.9.0-rc.1 to 11.9.0, user supplied input for sequence diagram labels is passed to innerHTML duri...

5.3CVSS5.8AI score0.00761EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.7 views

CVE-2025-38556

In the Linux kernel, the following vulnerability has been resolved: HID: core: Harden s32ton against conversion to 0 bits Testing by the syzbot fuzzer showed that the HID core gets a shift-out-of-bounds exception when it tries to convert a 32-bit quantity to a 0-bit quantity. Ideally this should...

7.1CVSS6.5AI score0.00161EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.3 views

CVE-2025-38555

In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in compositedevcleanup 1. In func configfscompositebind - compositeosdescreqprepare: if kmalloc fails, the pointer cdev-osdescreq will be freed but not set to NULL. Then it will return a failure t...

7.8CVSS6AI score0.00174EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.4 views

CVE-2025-38594

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix UAF on sva unbind with pending IOPFs Commit 17fce9d2336d "iommu/vt-d: Put iopf enablement in domain attach path" disables IOPF on device by removing the device from its IOMMU's IOPF queue when the last IOPF-capabl...

7.8CVSS6.5AI score0.00153EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.5 views

CVE-2025-38607

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset if a & b ... as a jump in CFG computation BPFJSET is a conditional jump and currently verifier.c:canjump does not know about that. This can lead to incorrect live registers and SCC computation. E.g. in the...

7.8CVSS5.9AI score0.00151EPSS
SaveExploits0References5
Rows per page
Query Builder