Lucene search
+L

67289 matches found

Debian CVE
Debian CVE
added 2026/05/08 1:11 p.m.19 views

CVE-2026-43300

In the Linux kernel, the following vulnerability has been resolved: drm/panel: Fix a possible null-pointer dereference in jdipaneldsiremove In jdipaneldsiremove, jdi is explicitly checked, indicating that it may be NULL: if !jdi mipidsidetachdsi; However, when jdi is NULL, the function does not...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0
OSV
OSV
added 2026/05/08 1:11 p.m.11 views

CVE-2026-43298 drm/amdgpu: Skip vcn poison irq release on VF

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Skip vcn poison irq release on VF VF doesn't enable VCN poison irq in VCNv2.5. Skip releasing it and avoid call trace during deinitialization. 71.913601 drm clean up the vf2pf work item 71.915088 ------------ cut here...

5.8AI score
SaveExploits0References6
OSV
OSV
added 2026/05/08 1:11 p.m.11 views

CVE-2026-43293 media: chips-media: wave5: Fix kthread worker destruction in polling mode

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix kthread worker destruction in polling mode Fix the cleanup order in polling mode irq worklist and WARNON!listempty&worker-delayedworklist. The original code called kthreaddestroyworker before...

6AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/05/08 1:11 p.m.13 views

CVE-2025-71297

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: 8822b: Avoid WARNING in rtw8822bconfigtrxmode rtw8822bsetantenna can be called from userspace when the chip is powered off. In that case a WARNING is triggered in rtw8822bconfigtrxmode because trying to read the RF...

5.7AI score0.00123EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/05/08 1:11 p.m.52 views

CVE-2025-71297

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: 8822b: Avoid WARNING in rtw8822bconfigtrxmode rtw8822bsetantenna can be called from userspace when the chip is powered off. In that case a WARNING is triggered in rtw8822bconfigtrxmode because trying to read the RF...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
Rosalinux
Rosalinux
added 2026/05/08 11:03 a.m.25 views

Advisory ROSA-SA-2026-3264

Software: kernel 4.18.0 OS: ROSA Virtualization 3.1 unaffected versions = kernel-4.18.0-553.123.1.el810 affected versions lock, allowing a local attacker to cause a denial of service or execute arbitrary code when frequently switching a thread simultaneously with opening/closing a related...

9.8CVSS7AI score0.99907EPSS
SaveExploits245
AstraLinux
AstraLinux
added 2026/05/08 9:09 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: LoongArch: Fixed a potential ADE in loongsongpufixupdmahang. The switch case in loongsongpufixupdmahang may not execute DC2 or DC3. Additionally, the readlcrtcreg instruction will access memory at a random address. This issue...

5.5CVSS5.8AI score0.00095EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/08 9:09 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fixed a missing pointer check in the hdacomponentmanagerinit function. The componentmatchadd function may assign the ‘matchptr’ pointer the value ERRPTR-ENOMEM, which will subsequently be dereferenced. The call stack...

5.8AI score0.00185EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/08 9:09 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix use-after-free in host1xboclearcachedmappings The host1xbounpin function removes the last reference to the mapping and frees it. As a result, we cannot dereference the mapping afterward. Since the cache itself...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/08 9:09 a.m.10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Wifi: ath11k: The affinity hint was cleared before calling ath11kpcicfreeirq in the error path. If a shared IRQ is used by the driver due to platform limitations, then the IRQ affinity hint is set correctly after the allocation o...

5.5CVSS5.9AI score0.00179EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/08 5:16 a.m.20 views

CVE-2022-26522

The socket connection handler in aswArPot.sys in the Avast and AVG Windows Anti Rootkit driver before 22.1 allows local attackers to execute arbitrary code in kernel mode or cause a denial of service memory corruption and OS crash due to a double fetch vulnerability at aswArPot+0xc4a3...

7.8CVSS0.00217EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/05/08 2:35 a.m.22 views

SUSE CVE-2016-8817

All versions of NVIDIA Windows GPU Display Driver contain a vulnerability in the kernel mode layer nvlddmkm.sys handler for DxgDdiEscape where a value passed from a user to the driver is used without validation as the size input to memcpy, causing a buffer overflow, leading to denial of service o...

7.8CVSS7.3AI score0.004EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/08 2:25 a.m.16 views

SUSE CVE-2026-8000

Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148.0.7778.96 allowed a remote attacker to execute arbitrary code via a crafted HTML page. Chromium security severity: Low...

8.8CVSS6.2AI score0.00247EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/08 2:22 a.m.27 views

SUSE CVE-2026-31768

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-safe. Since we only need up to 3 bytes, we just use a u8 instead of be16...

5.8CVSS5.8AI score0.00129EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2026/05/08 2:19 a.m.22 views

SUSE CVE-2026-43234

In the Linux kernel, the following vulnerability has been resolved: team: avoid NETDEVCHANGEMTU event when unregistering slave syzbot is reporting unregisternetdevice: waiting for netdevsim0 to become free. Usage count = 3 reftracker: netdev@ffff88807dcf8618 has 1/2 users at netdevtrackeralloc...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2026/05/08 12:00 a.m.15 views

CVE-2022-26523

The socket connection handler in aswArPot.sys in the Avast and AVG Windows Anti Rootkit driver before 22.1 allows local attackers to execute arbitrary code in kernel mode or cause a denial of service memory corruption and OS crash due to a double fetch vulnerability at aswArPot+0xbb94...

7.8AI score0.0025EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.21 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the hisisas driver’s improper handling of single-channel scenarios during the userscan...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the inability of the g1 and g2 VPUs in the verisilicon driver to decode simultaneously, potential...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the stratix10-rsu driver’s ability to dereference null pointers when the RSU is not enabled,...

5.5CVSS5.8AI score0.00116EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.18 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from an improper execution delay in the ufs core driver when suspending UFS operations, leading to a...

4.7CVSS6AI score0.00089EPSS
SaveExploits0References2
Rows per page
Query Builder