Lucene search
+L

206 matches found

Microsoft CVE
Microsoft CVE
•added 2024/08/15 7:0 a.m.•4 views

netlabel: fix out-of-bounds memory accesses

...

9.1CVSS7.7AI score0.00745EPSS
SaveExploits0
NVD
NVD
•added 2024/08/07 4:15 p.m.•20 views

CVE-2024-42247

In the Linux kernel, the following vulnerability has been resolved: wireguard: allowedips: avoid unaligned 64-bit memory accesses On the parisc platform, the kernel issues kernel warnings because swapendian tries to load a 128-bit IPv6 address from an unaligned memory location: Kernel: unaligned...

7.5CVSS0.00724EPSS
SaveExploits0References7
OSV
OSV
•added 2024/08/07 3:14 p.m.•30 views

CVE-2024-42247 wireguard: allowedips: avoid unaligned 64-bit memory accesses

In the Linux kernel, the following vulnerability has been resolved: wireguard: allowedips: avoid unaligned 64-bit memory accesses On the parisc platform, the kernel issues kernel warnings because swapendian tries to load a 128-bit IPv6 address from an unaligned memory location: Kernel: unaligned...

7.5CVSS6AI score
SaveExploits0References10
Cvelist
Cvelist
•added 2024/08/07 3:14 p.m.•40 views

CVE-2024-42247 wireguard: allowedips: avoid unaligned 64-bit memory accesses

In the Linux kernel, the following vulnerability has been resolved: wireguard: allowedips: avoid unaligned 64-bit memory accesses On the parisc platform, the kernel issues kernel warnings because swapendian tries to load a 128-bit IPv6 address from an unaligned memory location: Kernel: unaligned...

7.5CVSS0.00724EPSS
SaveExploits0References6
NVD
NVD
•added 2024/07/12 1:15 p.m.•21 views

CVE-2024-40915

In the Linux kernel, the following vulnerability has been resolved: riscv: rewrite kernelmappages to fix sleeping in invalid context kernelmappages is a debug function which clears the valid bit in page table entry for deallocated pages to detect illegal memory accesses to freed pages. This...

5.5CVSS0.00211EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2024/07/12 12:24 p.m.•35 views

CVE-2024-40915 riscv: rewrite __kernel_map_pages() to fix sleeping in invalid context

In the Linux kernel, the following vulnerability has been resolved: riscv: rewrite kernelmappages to fix sleeping in invalid context kernelmappages is a debug function which clears the valid bit in page table entry for deallocated pages to detect illegal memory accesses to freed pages. This...

0.00211EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
•added 2024/07/08 6:39 p.m.•14 views

zerovec-derive incorrectly uses `#[repr(packed)]`

The affected versions make unsafe memory accesses under the assumption that reprpacked has a guaranteed field order. The Rust specification does not guarantee this, and https://github.com/rust-lang/rust/pull/125360 1.80.0-beta starts reordering fields of reprpacked structs, leading to illegal...

7AI score
SaveExploits0References4Affected Software1
OSV
OSV
•added 2024/07/08 6:39 p.m.•20 views

GHSA-74R5-G7VC-J2V2 zerovec-derive incorrectly uses `#[repr(packed)]`

The affected versions make unsafe memory accesses under the assumption that reprpacked has a guaranteed field order. The Rust specification does not guarantee this, and https://github.com/rust-lang/rust/pull/125360 1.80.0-beta starts reordering fields of reprpacked structs, leading to illegal...

6.9CVSS7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2024/07/08 6:36 p.m.•14 views

zerovec incorrectly uses `#[repr(packed)]`

The affected versions make unsafe memory accesses under the assumption that reprpacked has a guaranteed field order. The Rust specification does not guarantee this, and https://github.com/rust-lang/rust/pull/125360 1.80.0-beta starts reordering fields of reprpacked structs, leading to illegal...

7AI score
SaveExploits0References2Affected Software1
OSV
OSV
•added 2024/07/08 6:36 p.m.•10 views

GHSA-XRV3-JMCP-374J zerovec incorrectly uses `#[repr(packed)]`

The affected versions make unsafe memory accesses under the assumption that reprpacked has a guaranteed field order. The Rust specification does not guarantee this, and https://github.com/rust-lang/rust/pull/125360 1.80.0-beta starts reordering fields of reprpacked structs, leading to illegal...

6.9CVSS7AI score
SaveExploits0References1
OSV
OSV
•added 2024/07/01 12:0 p.m.•14 views

RUSTSEC-2024-0347 Incorrect usage of `#[repr(packed)]`

The affected versions make unsafe memory accesses under the assumption that reprpacked has a guaranteed field order. The Rust specification does not guarantee this, and https://github.com/rust-lang/rust/pull/125360 1.80.0-beta starts reordering fields of reprpacked structs, leading to illegal...

7AI score
SaveExploits0References2
OSV
OSV
•added 2024/07/01 12:0 p.m.•14 views

RUSTSEC-2024-0346 Incorrect usage of `#[repr(packed)]`

The affected versions make unsafe memory accesses under the assumption that reprpacked has a guaranteed field order. The Rust specification does not guarantee this, and https://github.com/rust-lang/rust/pull/125360 1.80.0-beta starts reordering fields of reprpacked structs, leading to illegal...

7AI score
SaveExploits0References2
CVE
CVE
•added 2024/06/20 11:13 a.m.•105 views

CVE-2022-48739

CVE-2022-48739 affects the Linux kernel ASoC hdmi-codec subsystem. The vulnerability arises from out-of-bounds memory accesses during memcpy(), caused by an incorrect size for the iec_status array. The fix aligns the size of iec_status with the status array of struct snd_aes_iec958, eliminating t...

7.1CVSS6.5AI score0.00233EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
•added 2024/06/20 11:13 a.m.•15 views

CVE-2022-48739 ASoC: hdmi-codec: Fix OOB memory accesses

In the Linux kernel, the following vulnerability has been resolved: ASoC: hdmi-codec: Fix OOB memory accesses Correct size of iecstatus array by changing it to the size of status array of the struct sndaesiec958. This fixes out-of-bounds slab read accesses made by memcpy of the hdmi-codec driver...

7.1CVSS6.8AI score0.00233EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2024/06/20 11:13 a.m.•49 views

CVE-2022-48739 ASoC: hdmi-codec: Fix OOB memory accesses

In the Linux kernel, the following vulnerability has been resolved: ASoC: hdmi-codec: Fix OOB memory accesses Correct size of iecstatus array by changing it to the size of status array of the struct sndaesiec958. This fixes out-of-bounds slab read accesses made by memcpy of the hdmi-codec driver...

7.1CVSS0.00233EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2024/06/20 12:0 a.m.•19 views

CVE-2022-48739

In the Linux kernel, the following vulnerability has been resolved: ASoC: hdmi-codec: Fix OOB memory accesses Correct size of iecstatus array by changing it to the size of status array of the struct sndaesiec958. This fixes out-of-bounds slab read accesses made by memcpy of the hdmi-codec driver...

7.1CVSS5.9AI score0.00233EPSS
SaveExploits0References5
OpenVAS
OpenVAS
•added 2024/06/15 12:0 a.m.•9 views

openSUSE: Security Advisory for aws (SUSE-SU-2024:1984-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS7.8AI score0.00652EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2024/06/12 12:9 a.m.•17 views

CVE-2021-47301

A vulnerability was found in the Linux kernel's igb driver. During a reset operation, the driver could access memory that had already been freed. If the driver attempts to use this freed memory, it can lead to a system crash or instability because the memory may no longer be valid. Mitigation Red...

5.5CVSS9.1AI score0.00239EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2024/06/12 12:0 a.m.•21 views

SUSE SLES15: aws-nitro-enclaves-binaryblobs-upstream / aws-nitro-enclaves-cli / etc (SUSE-SU-2024:1984-1)

The remote SUSE Linux SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2024:1984-1 advisory. - CVE-2023-50711: Fixed out of bounds memory accesses in embedded vmm-sys-util bsc1218501. Tenable has extracted the preceding...

9.8CVSS7.3AI score0.00652EPSS
SaveExploits0References4
OSV
OSV
•added 2024/06/11 11:4 a.m.•23 views

SUSE-SU-2024:1984-1 Security update for aws-nitro-enclaves-cli

This update for aws-nitro-enclaves-cli fixes the following issues: - CVE-2023-50711: Fixed out of bounds memory accesses in embedded vmm-sys-util bsc1218501...

9.8CVSS7.5AI score0.00652EPSS
SaveExploits0References3
Rows per page
Query Builder