Lucene search
+L

9598 matches found

OSV
OSV
added 2026/05/06 3:17 p.m.12 views

CGA-6GM7-QRWP-5VW8

Bulletin has no description...

6.5CVSS5.7AI score0.00214EPSS
SaveExploits0
OSV
OSV
added 2026/05/06 12:16 p.m.6 views

DEBIAN-CVE-2026-43260

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix RSS context delete logic We need to free the corresponding RSS context VNIC in FW everytime an RSS context is deleted in driver. Commit 667ac333dbb7 added a check to delete the VNIC in FW only when netifrunning is tru...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.7 views

DEBIAN-CVE-2026-43243

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add signal type check for dcn401 getphyd32clksrc Trying to access link enc on a dpia link will cause a crash otherwise...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.6 views

DEBIAN-CVE-2026-43236

In the Linux kernel, the following vulnerability has been resolved: drm/atmel-hlcdc: fix use-after-free of drmcrtccommit after release The atmelhlcdcplaneatomicduplicatestate callback was copying the atmelhlcdcplane state structure without properly duplicating the drmplanestate. In particular,...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.7 views

DEBIAN-CVE-2026-43226

In the Linux kernel, the following vulnerability has been resolved: net/rds: No shortcut out of RDSCONNERROR RDS connections carry a state "rdsconnpath::cpstate" and transitions from one state to another and are conditional upon an expected state: "rdsconnpathtransition." There is one exception t...

7.5CVSS5.7AI score0.00523EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.9 views

DEBIAN-CVE-2026-43227

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/shtmu: Always leave device running after probe The TMU device can be used as both a clocksource and a clockevent provider. The driver tries to be smart and power itself on and off, as well as enabling and...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.5 views

DEBIAN-CVE-2026-43158

In the Linux kernel, the following vulnerability has been resolved: xfs: fix freemap adjustments when adding xattrs to leaf blocks xfs/592 and xfs/794 both trip this assertion in the leaf block freemap adjustment code after 20 minutes of running on my test VMs: ASSERTichdr-firstused = ichdr-count...

8.8CVSS5.7AI score0.00469EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.5 views

DEBIAN-CVE-2026-43155

In the Linux kernel, the following vulnerability has been resolved: mux: mmio: fix regmap leak on probe failure The mmio regmap that may be allocated during probe is never freed. Switch to using the device managed allocator so that the regmap is released on probe failures e.g. probe deferral and ...

5.5CVSS5.7AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.7 views

DEBIAN-CVE-2026-43160

In the Linux kernel, the following vulnerability has been resolved: mfd: macsmc: Initialize mutex Initialize struct applesmc's mutex in applesmcprobe. Using the mutex uninitialized surprisingly resulted only in occasional NULL pointer dereferences in applesmcread calls from the probe functions of...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.7 views

DEBIAN-CVE-2026-43139

In the Linux kernel, the following vulnerability has been resolved: xfrm6: fix uninitialized saddr in xfrm6getsaddr xfrm6getsaddr does not check the return value of ipv6devgetsaddr. When ipv6devgetsaddr fails to find a suitable source address returns -EADDRNOTAVAIL, saddr-in6 is left uninitialize...

8.6CVSS5.7AI score0.00375EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.4 views

DEBIAN-CVE-2026-43130

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode Commit 4fc82cd907ac "iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected" relies on pcidevisdisconnected to skip ATS...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.8 views

DEBIAN-CVE-2026-43134

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix missing key size check for L2CAPLECONNREQ This adds a check for encryption key size upon receiving L2CAPLECONNREQ which is required by L2CAP/LE/CFC/BV-15-C which expects L2CAPCRLEBADKEYSIZE...

8.1CVSS5.7AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.6 views

DEBIAN-CVE-2026-43124

In the Linux kernel, the following vulnerability has been resolved: pstore: ramcore: fix incorrect success return when vmap fails In persistentramvmap, vmap may return NULL on failure. If offset is non-zero, adding offsetinpagestart causes the function to return a non-NULL pointer even though the...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.5 views

DEBIAN-CVE-2026-43122

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Update cpuidle driver check in acpiprocessorstart Commit 7a8c994cbb2d "ACPI: processor: idle: Optimize ACPI idle driver registration" moved the ACPI idle driver registration to acpiprocessordriverinit and...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 12:16 p.m.7 views

DEBIAN-CVE-2025-71290

In the Linux kernel, the following vulnerability has been resolved: misc: tifpc202: fix a potential memory leak in probe function Use foreachchildofnodescoped to simplify the code and ensure the device node reference is automatically released when the loop scope ends...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 10:16 a.m.5 views

DEBIAN-CVE-2026-43114

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapoavx2: don't return non-matching entry on expiry New test case fails unexpectedly when avx2 matching functions are used. The test first loads a ranomly generated pipapo set with 'ipv4 . port' key, i.e. nft -...

9.4CVSS5.7AI score0.00356EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 10:16 a.m.6 views

DEBIAN-CVE-2026-43111

In the Linux kernel, the following vulnerability has been resolved: HID: roccat: fix use-after-free in roccatreportevent roccatreportevent iterates over the device-readers list without holding the readerslock. This allows a concurrent roccatrelease to remove and free a reader while it's still bei...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 10:16 a.m.7 views

DEBIAN-CVE-2026-43108

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pd-mapper: Fix element length in servreglocpfrreqei It looks element length declared in servreglocpfrreqei for reason not matching servreglocpfrreq's reason field due which we could observe decoding error on PD crash...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 10:16 a.m.4 views

DEBIAN-CVE-2026-43092

In the Linux kernel, the following vulnerability has been resolved: xsk: validate MTU against usable frame size on bind AFXDP bind currently accepts zero-copy pool configurations without verifying that the device MTU fits into the usable frame space provided by the UMEM chunk. This becomes a...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 10:16 a.m.8 views

DEBIAN-CVE-2026-43080

In the Linux kernel, the following vulnerability has been resolved: l2tp: Drop large packets with UDP encap syzbot reported a WARN on my patch series 1. The actual issue is an overflow of 16-bit UDP length field, and it exists in the upstream code. My series added a debug WARN with an overflow...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References1
Rows per page
Query Builder