Lucene search
+L

274 matches found

CVE
CVE
added 2024/09/13 8:06 p.m.80 views

CVE-2024-6137

CVE-2024-6137 affects Zephyr RTOS Bluetooth SDP handling, specifically a vulnerability in the function get_att_search_list that can cause an out-of-bounds write. The root cause, per sources, is improper handling of data sizes in get_att_search_list (bluetooth/host/sdp.c), leading to a crash and p...

7.6CVSS6.9AI score0.0055EPSS
SaveExploits1References1Affected Software1
RedhatCVE
RedhatCVE
added 2024/08/19 2:46 p.m.18 views

CVE-2024-42292

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

6.1CVSS7.2AI score0.00248EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.20 views

CVE-2024-42292

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

7.1CVSS6.1AI score0.00248EPSS
SaveExploits0References26
CVE
CVE
added 2024/08/17 9:09 a.m.184 views

CVE-2024-42292

The CVE-2024-42292 entry is active and has concrete technical details: in the Linux kernel, kobject_uevent had an OOB memory access due to incorrect size calculation in zap_modalias_env(); the fix corrects the size used by memmove. The vulnerability affects kernel code path handling MODALIAS with...

7.1CVSS6.6AI score0.00248EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.23 views

CVE-2024-42292

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

7.1CVSS5.6AI score0.00248EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.28 views

CVE-2024-42292 kobject_uevent: Fix OOB access within zap_modalias_env()

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

0.00248EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.15 views

CVE-2024-42292 kobject_uevent: Fix OOB access within zap_modalias_env()

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

6.8AI score0.00248EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.35 views

RHEL 7 : qemu-kvm-rhev (RHSA-2019:2425)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2019:2425 advisory. KVM Kernel-based Virtual Machine is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provi...

9.8CVSS7AI score0.06169EPSS
SaveExploits1References17
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.39 views

RHEL 7 : qemu-kvm-rhev (RHSA-2018:1646)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2018:1646 advisory. KVM Kernel-based Virtual Machine is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provi...

8.8CVSS7.4AI score0.60631EPSS
SaveExploits3References7
Tenable Nessus
Tenable Nessus
added 2024/04/27 12:00 a.m.29 views

RHEL 7 : qemu-kvm-rhev (RHSA-2018:1645)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2018:1645 advisory. KVM Kernel-based Virtual Machine is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provi...

8.8CVSS7.4AI score0.60631EPSS
SaveExploits3References7
Rockylinux
Rockylinux
added 2024/03/27 4:37 a.m.76 views

kernel security update

An update is available for kernel. This update affects Rocky Linux SIG Cloud 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux...

7.8CVSS7.6AI score0.01549EPSS
SaveExploits2
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.31 views

CVE-2021-47175

A vulnerability was found in fqpie module of Linux Kernel impacting net/sched, where an out-of-bounds access during network traffic handling allows attackers to execute arbitrary code leads to DoS. Mitigation Red Hat has investigated whether a possible mitigation exists for this issue, and has no...

7.1CVSS8.8AI score0.00241EPSS
SaveExploits0References4
CVE
CVE
added 2024/03/25 9:16 a.m.95 views

CVE-2021-47175

CVE-2021-47175: Linux kernel net/sched fq_pie OOB access in the traffic path (fq_pie_qdisc_enqueue). The issue manifests as slab-out-of-bounds read during packet enqueue, demonstrated by a kasan report when using tc with fq_pie. A fix was applied to the fq_pie path to prevent selecting an out-of-...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.20 views

CVE-2021-47175 net/sched: fq_pie: fix OOB access in the traffic path

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: fix OOB access in the traffic path the following script: tc qdisc add dev eth0 handle 0x1 root fqpie flows 2 tc qdisc add dev eth0 clsact tc filter add dev eth0 egress matchall action skbedit priority 0x10002 pi...

7.8CVSS6.9AI score0.00241EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.35 views

CVE-2021-47175 net/sched: fq_pie: fix OOB access in the traffic path

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: fix OOB access in the traffic path the following script: tc qdisc add dev eth0 handle 0x1 root fqpie flows 2 tc qdisc add dev eth0 clsact tc filter add dev eth0 egress matchall action skbedit priority 0x10002 pi...

7.8CVSS8.7AI score0.00241EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.44 views

CVE-2021-47175

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: fix OOB access in the traffic path the following script: tc qdisc add dev eth0 handle 0x1 root fqpie flows 2 tc qdisc add dev eth0 clsact tc filter add dev eth0 egress matchall action skbedit priority 0x10002 pi...

7.8CVSS6.2AI score0.00241EPSS
SaveExploits0
OSV
OSV
added 2024/03/06 11:19 a.m.26 views

BIT-TENSORFLOW-2021-29560 Heap buffer overflow in `RaggedTensorToTensor`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.rawops.RaggedTensorToTensor. This is because the...

7.1CVSS7AI score0.00208EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:16 a.m.18 views

BIT-TENSORFLOW-2021-41223 Heap OOB read in `FusedBatchNorm` kernels

TensorFlow is an open source platform for machine learning. In affected versions the implementation of FusedBatchNorm kernels is vulnerable to a heap OOB access. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow...

7.1CVSS6.9AI score0.00208EPSS
SaveExploits1References3
OSV
OSV
added 2024/02/20 6:15 p.m.10 views

AZL-35810 CVE-2023-52434 affecting package kernel for versions less than 5.15.153.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential OOBs in smb2parsecontexts Validate offsets and lengths before dereferencing create contexts in smb2parsecontexts. This fixes following oops when accessing invalid create contexts from server: BUG: unabl...

8CVSS6.2AI score0.0102EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/02/20 12:35 p.m.113 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.9AI score0.01549EPSS
SaveExploits3References20
Rows per page
Query Builder