Lucene search
+L

628 matches found

SUSE Linux
SUSE Linux
added 2025/05/21 10:09 a.m.28 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-49111: Bluetooth: Fix use after free in hcisendacl bsc1237984. CVE-2025-21726: padata: avoid UAF for reorderwork bsc1238865. CVE-2025-21785: arm64: cacheinfo:...

8.5CVSS8.7AI score0.01944EPSS
SaveExploits5References70
Tenable Nessus
Tenable Nessus
added 2025/05/14 12:00 a.m.9 views

Alibaba Cloud Linux 3 : 0016: sqlite (ALINUX3-SA-2023:0016)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by a vulnerability as referenced in the ALINUX3-SA-2023:0016 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2022-35737: SQLite 1.0.12 through 3.39.x before...

7.5CVSS7.6AI score0.21454EPSS
SaveExploits2References2
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.11 views

kernel: wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: add range check for connrspepid in htcconnectservice I found the following bug in my fuzzer: UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9k/htchst.c:26:51 index 255 is out of range for type...

7.8CVSS6.7AI score0.00237EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.12 views

kernel: bpf: Fix array bounds error with may_goto

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with maygoto maygoto uses an additional 8 bytes on the stack, which causes the interpreters array to go out of bounds when calculating index by stacksize. 1. If a BPF program is rewritten, re-evaluate...

7.8CVSS7AI score0.00238EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.10 views

kernel: drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number

A flaw was found in the drm/amdgpu component of the Linux kernel. An improper range check of the fbchannelnumber could allow a local attacker to perform an out-of-bounds read. This could lead to information disclosure or a denial of service DoS...

7.1CVSS6.3AI score0.00242EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/09 4:55 a.m.8 views

SUSE CVE-2022-49792

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

4.4CVSS6.3AI score0.00198EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/05/06 12:00 a.m.22 views

Huawei HarmonyOS 安全漏洞

Huawei HarmonyOS is an operating system from the Chinese company Huawei. Huawei HarmonyOS suffers from an out-of-bounds read/write vulnerability. The vulnerability stems from the kernel module failing to properly check array boundaries when processing certain data. An attacker can exploit this...

7.5CVSS6.6AI score0.00103EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/02 4:15 p.m.5 views

DEBIAN-CVE-2023-53112

In the Linux kernel, the following vulnerability has been resolved: drm/i915/sseu: fix maxsubslices array-index-out-of-bounds access It seems that commit bc3c5e0809ae "drm/i915/sseu: Don't try to store EU mask internally in UAPI format" exposed a potential out-of-bounds access, reported by UBSAN ...

7.1CVSS5.5AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.20 views

UBUNTU-CVE-2022-49792

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

7.3CVSS6AI score0.00198EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a lack of array boundary checking in the mp2629 ADC driver, which could lead to out-of-bounds access...

7.1CVSS6.3AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/18 7:15 a.m.12 views

DEBIAN-CVE-2025-39728

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

5.5CVSS5.6AI score0.00275EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/18 7:15 a.m.15 views

UBUNTU-CVE-2025-39728

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

5.5CVSS6.1AI score0.00275EPSS
SaveExploits0References41
OSV
OSV
added 2025/04/18 7:01 a.m.12 views

CVE-2025-40114 iio: light: Add check for array bounds in veml6075_read_int_time_ms

In the Linux kernel, the following vulnerability has been resolved: iio: light: Add check for array bounds in veml6075readinttimems The array contains only 5 elements, but the index calculated by veml6075readinttimeindex can range from 0 to 7, which could lead to out-of-bounds access. The check...

7.8CVSS6.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/04/18 7:01 a.m.41 views

CVE-2025-40114 iio: light: Add check for array bounds in veml6075_read_int_time_ms

In the Linux kernel, the following vulnerability has been resolved: iio: light: Add check for array bounds in veml6075readinttimems The array contains only 5 elements, but the index calculated by veml6075readinttimeindex can range from 0 to 7, which could lead to out-of-bounds access. The check...

0.00258EPSS
SaveExploits0References4
CVE
CVE
added 2025/04/18 7:01 a.m.148 views

CVE-2025-40114

Technical details for CVE-2025-40114 are not publicly provided in the connected documents. The advisories reference the CVE but do not expose specifics here. Monitor official vendor/security bulletins for updates.

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/18 7:01 a.m.2 views

CVE-2025-39728 clk: samsung: Fix UBSAN panic in samsung_clk_init()

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

7.5AI score0.00275EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/04/18 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a failure to check array boundaries, which could lead to out-of-bounds reads...

7.8CVSS7.4AI score0.00258EPSS
SaveExploits0References5
OSV
OSV
added 2025/04/16 3:16 p.m.4 views

DEBIAN-CVE-2025-22087

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with maygoto maygoto uses an additional 8 bytes on the stack, which causes the interpreters array to go out of bounds when calculating index by stacksize. 1. If a BPF program is rewritten, re-evaluate...

7.1CVSS5.8AI score0.00238EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.14 views

CVE-2025-22087

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with maygoto maygoto uses an additional 8 bytes on the stack, which causes the interpreters array to go out of bounds when calculating index by stacksize. 1. If a BPF program is rewritten, re-evaluate...

7.8CVSS0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 3:16 p.m.15 views

UBUNTU-CVE-2025-22087

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix array bounds error with maygoto maygoto uses an additional 8 bytes on the stack, which causes the interpreters array to go out of bounds when calculating index by stacksize. 1. If a BPF program is rewritten, re-evaluate...

8.4CVSS6.3AI score0.00238EPSS
SaveExploits0References14
Rows per page
Query Builder