Lucene search
+L

33 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68250

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.2: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit ae658afc7f47f6147371ec42cc6b1a793dfdb5af...

0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:19 p.m.6 views

CVE-2026-68111

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit b71604f8685b0eba07866f4e8dc30f93e1931054...

0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.36 views

CVE-2026-68115 drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx10: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit ac6f00beb658239bced4aaed9efbb04a35348d48...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 11:58 a.m.43 views

CVE-2026-68113

CVE-2026-68113: In the Linux kernel (drm/amdgpu/gfx12), the bug has been resolved by replacing BUG_ON() with WARN_ON() to avoid kernel crashes in these cases. The fix prevents an intentional crash when a condition is met, by issuing a warning instead of triggering a crash. The cherry-picked commi...

5.3AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.33 views

CVE-2026-68112 drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9.4.3: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit 5676593d08998d7a6d9e2d51d6b54b3820e3755c...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:58 a.m.89 views

CVE-2026-68109

CVE-2026-68109 : In the Linux kernel’s drm/amdgpu/sdma7.1 path, the vulnerability was resolved by replacing a failing assertion: replace BUG_ON() with WARN_ON() so the kernel no longer crashes in these cases. The commit cherry-picks the fix (c4f230b51cf2d3e7e8b1c800331f3dbed2a9e3f5). Affected com...

5.3AI score0.00155EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.12 views

SUSE CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.3AI score0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.21 views

PT-2026-61303

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A crash can occur in the ethtool component when ethnl tsinfo prepare dump fails. The issue arises because the system attempts to call the genlmsg cancel function using an error pointer E...

5.1AI score0.00166EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/03 3:04 a.m.26 views

SUSE CVE-2026-53340

In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix clock and pinctrl state inconsistency in runtime PM In i2cimxruntimesuspend, the clock is disabled before switching the pinctrl state to sleep. If pinctrlpmselectsleepstate fails, the runtime suspend is aborted but...

5.8AI score0.0016EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/06 12:30 p.m.12 views

EUVD-2026-27696

In the Linux kernel, the following vulnerability has been resolved: HID: logitech-hidpp: Check maxfield in hidppgetreportlength Do not crash when a report has no fields. Fake USB gadgets can send their own HID report descriptors and can define report structures without valid fields. This can be...

5.7AI score0.00128EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/04/24 2:44 p.m.41 views

CVE-2026-31638

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Only put the call ref if one was acquired rxrpcinputpacketonconn can process a to-client packet after the current client call on the channel has already been torn down. In that case chan-call is NULL, rxrpctrygetcall retur...

7.5CVSS5.3AI score0.00441EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/03/06 9:04 p.m.10 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: media: iris: Add sanity check for stop streaming Add sanity check in irisvb2stopstreaming. If inst-state is already IRISINSTERROR, we should skip the streamoff operation because it would still send packets to the firmware. In...

5.6AI score0.00027EPSS
SaveExploits0References1
CVE
CVE
added 2026/02/04 4:08 p.m.53 views

CVE-2026-23094

CVE-2026-23094 : In the Linux kernel, the uacce subsystem’s device isolation feature creates sysfs files when either isolate_err_threshold_read or isolate_err_threshold_write callbacks exist. The issue was that accessing a non-existent callback could crash the system. The resolution implements a ...

5.5CVSS5.2AI score0.00114EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/01/15 12:25 a.m.8 views

SUSE CVE-2025-68812

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

5.7AI score0.00027EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:15 p.m.12 views

CVE-2022-50731

In the Linux kernel, the following vulnerability has been resolved: crypto: akcipher - default implementation for setting a private key Changes from v1: removed the default implementation from setpubkey: it is assumed that an implementation must always have this callback defined as there are no u...

0.00245EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/16 2:15 p.m.10 views

CVE-2025-68198

In the Linux kernel, the following vulnerability has been resolved: crash: fix crashkernel resource shrink When crashkernel is configured with a high reservation, shrinking its value below the low crashkernel reservation causes two issues: 1. Invalid crashkernel resource objects 2. Kernel crash i...

0.00195EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/30 10:15 a.m.10 views

CVE-2025-40087

In the Linux kernel, the following vulnerability has been resolved: NFSD: Define a proclayoutcommit for the FlexFiles layout type Avoid a crash if a pNFS client should happen to send a LAYOUTCOMMIT operation on a FlexFiles layout...

7.5CVSS0.00466EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/10/29 12:46 a.m.25 views

kernel: HID: core: Harden s32ton() against conversion to 0 bits

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.1CVSS5.7AI score0.00161EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/13 9:10 a.m.6 views

kernel: HID: core: Harden s32ton() against conversion to 0 bits

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.8AI score0.00161EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986543)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986543 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Remove WARNON in tps6598xblockread Calling tps6598xblockread with a higher than...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References3
Rows per page
Query Builder