Lucene search
+L

6883 matches found

UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.3 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-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.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-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.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-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.3 views

CVE-2025-38559

In the Linux kernel, the following vulnerability has been resolved: platform/x86/intel/pmt: fix a crashlog NULL pointer access Usage of the intelpmtread for binary sysfs, requires a pcidev. The current use of the endpoint value is only valid for telemetry endpoint usage. Without the ep, the...

5.5CVSS6AI score0.00155EPSS
SaveExploits0References12
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
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.3 views

CVE-2025-38601

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: clear initialized flag for deinit-ed srng lists In a number of cases we see kernel panics on resume due to ath11k kernel page fault, which happens under the following circumstances: 1 First ath11khaldumpsrngstats ca...

8.8CVSS6.1AI score0.00234EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/08/19 5:15 p.m.2 views

CVE-2025-38589

In the Linux kernel, the following vulnerability has been resolved: neighbour: Fix null-ptr-deref in neighflushdev. kernel test robot reported null-ptr-deref in neighflushdev. 0 The cited commit introduced per-netdev neighbour list and converted neighflushdev to use it instead of the global hash...

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

CVE-2025-38613

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: fix unset padding field copy back to userspace The introduction of a padding field in the gpibboardinfoioctl is showing up as initialized data on the stack frame being copyied back to userspace in function...

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

CVE-2025-54880

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 11.9.0 and earlier, user supplied input for architecture diagram icons is passed to the d3 html...

6.1CVSS5AI score0.00364EPSS
SaveExploits1References4
OSV
OSV
added 2025/08/19 12:52 p.m.4 views

SUSE-SU-2025:02912-1 Security update for govulncheck-vulndb

This update for govulncheck-vulndb fixes the following issues: - Update to version 0.0.20250814T182633 2025-08-14T18:26:33Z jscPED-11136 Go CVE Numbering Authority IDs added or updated with aliases: GO-2025-3765 CVE-2024-44906 GHSA-h4h6-vccr-44h2 GO-2025-3829 CVE-2025-54410 GHSA-4vq8-7jfc-9cvp -...

9.8CVSS6.7AI score0.02077EPSS
SaveExploits9References32
UbuntuCve
UbuntuCve
added 2025/08/19 12:15 p.m.3 views

CVE-2025-9136

A flaw has been found in libretro RetroArch 1.18.0/1.19.0/1.20.0. This affects the function filestreamvscanf of the file libretro-common/streams/filestream.c. This manipulation causes out-of-bounds read. The attack needs to be launched locally. Upgrading to version 1.21.0 mitigates this issue. It...

7.8CVSS6AI score0.00192EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/08/19 12:00 a.m.4 views

CVE-2025-38553

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

5.8AI score0.00124EPSS
SaveExploits0References39
Photon
Photon
added 2025/08/19 12:00 a.m.5 views

Important Photon OS Security Update - PHSA-2025-5.0-0595

Updates of 'bindutils', 'python3-tornado', 'python-tornado' packages of Photon OS have been released...

7.5CVSS7.2AI score0.0092EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/08/18 9:15 a.m.7 views

CVE-2025-41242

Spring Framework MVC applications can be vulnerable to a “Path Traversal Vulnerability” when deployed on a non-compliant Servlet container. An application can be vulnerable when all the following are true: the application is deployed as a WAR or with an embedded Servlet container the Servlet...

5.9CVSS6.8AI score0.02054EPSS
SaveExploits1References3
Rows per page
Query Builder