Lucene search
K

4602 matches found

Oracle linux
Oracle linux
added 2025/06/25 12:0 a.m.13 views

kernel security update

4.18.0-553.58.110.OL8 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 - Conflict with shim-ia32 and...

7.8CVSS7.6AI score0.00272EPSS
Exploits0
OSV
OSV
added 2025/06/25 12:0 a.m.5 views

ALSA-2025:9580 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: cifs: fix double free race when mount fails in cifsgetroot CVE-2022-48919 kernel: security/keys: fix slab-out-of-bounds in keytaskpermission CVE-2024-50301 kernel: idpf: fix idpfvccoreini...

7.8CVSS7.1AI score0.00272EPSS
Exploits0References9
OSV
OSV
added 2025/06/24 10:3 a.m.3 views

RHSA-2025:9494 Red Hat Security Advisory: kernel security update

Bulletin has no description...

7.1CVSS7.9AI score0.00277EPSS
Exploits0References18
OSV
OSV
added 2025/06/24 10:3 a.m.1 views

RHSA-2025:9490 Red Hat Security Advisory: kernel security update

Bulletin has no description...

7CVSS8.1AI score0.00228EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2025/06/23 8:41 a.m.3 views

CVE-2022-50023

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the result of vchannextdesc in the handler axichanblockxfercomplete to avoid...

7CVSS7.1AI score0.00154EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2025/06/23 1:11 a.m.23 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

7.8CVSS6.7AI score0.0018EPSS
Exploits0References6
AlmaLinux
AlmaLinux
added 2025/06/23 12:0 a.m.2 views

Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ice: Fix deinitializing VF in error path CVE-2025-21883 kernel: sched/fair: Fix potential memory corruption in childcfsrqonlist CVE-2025-21919 kernel: ibmvnic: Use kernel helpers for hex...

7.8CVSS7.4AI score0.0018EPSS
Exploits0References12
Oracle linux
Oracle linux
added 2025/06/23 12:0 a.m.4 views

kernel security update

5.14.0-570.23.1.0.16.OL9 - nvme-pci: remove two deallocate zeroes quirks Orabug: 37756650 - Disable UKI signing Orabug: 36571828 - Update Oracle Linux certificates Kevin Lyons - Disable signing for aarch64 Ilya Okomin - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys lis...

7.8CVSS7.3AI score0.0018EPSS
Exploits0
OSV
OSV
added 2025/06/23 12:0 a.m.3 views

ALSA-2025:9302 Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: ice: Fix deinitializing VF in error path CVE-2025-21883 kernel: sched/fair: Fix potential memory corruption in childcfsrqonlist CVE-2025-21919 kernel: ibmvnic: Use kernel helpers for hex...

7.8CVSS6.9AI score0.0018EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2025/06/21 4:18 a.m.5 views

CVE-2025-38055

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix segfault with PEBS-via-PT with samplefreq Currently, using PEBS-via-PT with a sample frequency instead of a sample period, causes a segfault. For example: BUG: kernel NULL pointer dereference, address:...

7CVSS7.1AI score0.00154EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 10:15 a.m.4 views

CVE-2022-50126

A flaw was found in the jbd2 module in the Linux kernel. An assertion failure can be triggered when a specific sequence of transactions and operations is performed due to incorrect synchronization, potentially resulting in a denial of service...

5.5CVSS6.2AI score0.00156EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 9:59 a.m.3 views

CVE-2022-49987

In the Linux kernel, the following vulnerability has been resolved: md: call mdstopwrites in mdstop From the link 1, we can see raid1d was running even after the path raiddtr - mdstop - mdstop. Let's stop write first in destructor to align with normal md-raid to fix the KASAN issue. 1...

4.7CVSS7.2AI score0.00205EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 9:49 a.m.7 views

CVE-2022-50050

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in the buffer overflow although it's...

7CVSS7.8AI score0.00179EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/20 12:12 a.m.4 views

CVE-2022-50166

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: When HCI work queue is drained, only queue chained work The HCI command, event, and data packet processing workqueue is drained to avoid deadlock in commit 76727c02c1e1 "Bluetooth: Call drainworkqueue before resetting...

7CVSS7.2AI score0.00148EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/06/19 8:53 p.m.4 views

CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

3.3CVSS7.2AI score0.00216EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.3 views

SUSE CVE-2022-50201

In the Linux kernel, the following vulnerability has been resolved: selinux: fix memleak in securityreadstatekernel In this function, it directly returns the result of securityreadpolicy without freeing the allocated memory in data, cause memory leak issue, so free the memory if securityreadpolic...

4.4CVSS6.3AI score0.00197EPSS
Exploits0References9
NVD
NVD
added 2025/06/18 11:15 a.m.3 views

CVE-2022-50191

In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput for the reference returned by ofgetchildbyname which has increased the refcount...

5.5CVSS0.00205EPSS
Exploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50169

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to initialize the whole buffer to prevent information leaks. Just use...

7.1CVSS0.00209EPSS
Exploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.4 views

CVE-2022-50174

In the Linux kernel, the following vulnerability has been resolved: net: hinic: avoid kernel hung in hinicgetstats64 When using hinic device as a bond slave device, and reading device stats of master bond device, the kernel may hung. The kernel panic calltrace as follows: Kernel panic - not...

5.5CVSS0.0015EPSS
Exploits0References5
NVD
NVD
added 2025/06/18 11:15 a.m.5 views

CVE-2022-50173

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Fix global state lock backoff We need to grab the lock after the early return for !hwpipe case. Otherwise, we could have hit contention yet still returned 0. Fixes an issue that the new CONFIGDRMDEBUGMODESETLOCK stu...

5.5CVSS0.00154EPSS
Exploits0References7
Rows per page
Query Builder