Lucene search
K

11029 matches found

OSV
OSV
added 2025/03/27 5:15 p.m.1 views

DEBIAN-CVE-2022-49743

In the Linux kernel, the following vulnerability has been resolved: ovl: Use "buf" flexible array for memcpy destination The "buf" flexible array needs to be the memcpy destination to avoid false positive run-time warning from the recent FORTIFYSOURCE hardening: memcpy: detected field-spanning...

5.5CVSS5.3AI score0.00016EPSS
Exploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.1 views

UBUNTU-CVE-2023-53000

In the Linux kernel, the following vulnerability has been resolved: netlink: prevent potential spectre v1 gadgets Most netlink attributes are parsed and validated from nlavalidateparse or validatenla u16 type = nlatypenla; if type == 0 || type maxtype / error or continue / @type is then used as a...

7.8CVSS6.2AI score0.00025EPSS
Exploits0References8
OSV
OSV
added 2025/03/27 5:15 p.m.0 views

UBUNTU-CVE-2023-52988

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS6.2AI score0.00016EPSS
Exploits0References10
OSV
OSV
added 2025/03/27 5:15 p.m.0 views

UBUNTU-CVE-2022-49743

In the Linux kernel, the following vulnerability has been resolved: ovl: Use "buf" flexible array for memcpy destination The "buf" flexible array needs to be the memcpy destination to avoid false positive run-time warning from the recent FORTIFYSOURCE hardening: memcpy: detected field-spanning...

5.5CVSS5.7AI score0.00016EPSS
Exploits0References6
OSV
OSV
added 2025/03/27 5:15 p.m.0 views

UBUNTU-CVE-2023-53010

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen ... Call...

5.5CVSS6.6AI score0.00017EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.7 views

CVE-2023-52990

...

Exploits0
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.0 views

CVE-2023-52988 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.7AI score0.00016EPSS
Exploits0References7
OSV
OSV
added 2025/03/27 4:43 p.m.5 views

CVE-2023-52988 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS5.7AI score0.00016EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.5 views

CVE-2023-52988

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS5.5AI score0.00016EPSS
Exploits0
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.7 views

CVE-2023-52988 ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

0.00016EPSS
Exploits0References7
OSV
OSV
added 2025/03/27 4:43 p.m.7 views

CVE-2023-52987 ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-mtrace: prevent underflow in sofipc4prioritymaskdfswrite The "id" comes from the user. Change the type to unsigned to prevent an array underflow...

7.8CVSS4.4AI score0.0004EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.9 views

CVE-2023-52987 ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-mtrace: prevent underflow in sofipc4prioritymaskdfswrite The "id" comes from the user. Change the type to unsigned to prevent an array underflow...

0.0004EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.8 views

CVE-2023-52987

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-mtrace: prevent underflow in sofipc4prioritymaskdfswrite The "id" comes from the user. Change the type to unsigned to prevent an array underflow...

7.8CVSS5.4AI score0.0004EPSS
Exploits0
RustSec
RustSec
added 2025/03/27 12:0 p.m.4 views

`array-init-cursor` in version 0.2.0 and below is unsound when used with types that implement `Drop`

The Drop implementation will get run twice when using the cursor. This issue does not affect you, if you are using only using the crate with types that are Copy such as u8. This issue also does not affect you, if you are only depending on it through the crate planus...

7.1AI score
Exploits0Affected Software1
OSV
OSV
added 2025/03/27 12:0 p.m.4 views

RUSTSEC-2025-0019 `array-init-cursor` in version 0.2.0 and below is unsound when used with types that implement `Drop`

The Drop implementation will get run twice when using the cursor. This issue does not affect you, if you are using only using the crate with types that are Copy such as u8. This issue also does not affect you, if you are only depending on it through the crate planus...

7.1AI score
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/03/27 12:0 a.m.5 views

PT-2025-13296 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A buffer overflow issue has been identified in the Linux kernel, specifically in the mgmt mesh add function. The issue arises from the mesh tx-param array being too small to hold the...

7.8CVSS6.8AI score0.00124EPSS
Exploits0References15
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.2 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 possible array underflow in the sofipc4prioritymaskdfswrite function of the ASoC SOF component...

7.8CVSS5.3AI score0.0004EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2025/03/26 2:11 p.m.19 views

Important: Red Hat Security Advisory: kernel security update

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

7.8CVSS6.6AI score0.00015EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2025/03/26 2:4 p.m.3 views

kernel: arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array

In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array The loop that detects/populates cache information already has a bounds check on the array size but does not account for cache levels with separate data/instructions...

7.8CVSS6.8AI score0.00015EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/03/26 1:36 a.m.12 views

Important: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as...

7.8CVSS6.8AI score0.00015EPSS
Exploits0References2
Rows per page
Query Builder