Lucene search
+L

7592 matches found

Debian CVE
Debian CVE
added 2024/05/01 5:30 a.m.54 views

CVE-2024-27018

In the Linux kernel, the following vulnerability has been resolved: netfilter: brnetfilter: skip conntrack input hook for promisc packets For historical reasons, when bridge device is in promisc mode, packets that are directed to the taps follow bridge input hook path. This patch adds a workaroun...

8.2CVSS7.5AI score0.00633EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: net: bridge: data races indata-races in br_handle_frame_finish()

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

7CVSS6.4AI score0.0019EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.12 views

kernel: drm: bridge: dw_hdmi: fix connector access for scdc

A vulnerability was found in the Linux kernel's DRM subsystem, specifically within the DW HDMI bridge driver .A prior commit intended to improve SCDC Source Connection Description Channel debugging changed the interface to retrieve an I2C adapter from a connector structure. However, in the dwhdmi...

7.2AI score0.00181EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/04/20 2:08 a.m.6 views

SUSE CVE-2024-26909

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmicglinkaltmode: fix drm bridge use-after-free A recent DRM series purporting to simplify support for "transparent bridges" and handling of probe deferrals ironically exposed a use-after-free issue on pmicglinkaltmode...

5.5CVSS6.6AI score0.00248EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/04/20 2:08 a.m.6 views

SUSE CVE-2024-26918

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

6.2CVSS6.6AI score0.0023EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.7 views

SUSE CVE-2024-26855

In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in icebridgesetlink The function icebridgesetlink may encounter a NULL pointer dereference if nlmsgfindattr returns NULL and brspec is dereferenced subsequently in nlaforeachnested...

5.5CVSS6.2AI score0.0025EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2024/04/18 2:30 a.m.6 views

SUSE CVE-2024-26837

In the Linux kernel, the following vulnerability has been resolved: net: bridge: switchdev: Skip MDB replays of deferred events on offload Before this change, generation of the list of MDB events to replay would race against the creation of new group memberships, either from the IGMP/MLD snooping...

3.3CVSS6.1AI score0.00166EPSS
SaveExploits0References13
BDU FSTEC
BDU FSTEC
added 2024/04/18 12:00 a.m.10 views

The vulnerability of the Adobe Bridge file manager arises from the occurrence of out-of-buffer operations in memory, which allows an attacker to gain unauthorized access to protected information and circumvent the ASLR protection mechanism.

The vulnerability of the Adobe Bridge file manager is related to the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to gain unauthorized access to protected information and bypass the ASLR protection mechanism using a specially...

5.5CVSS5.8AI score0.00288EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/04/17 8:59 p.m.27 views

CVE-2024-26918

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

5.5CVSS7.1AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 5:30 p.m.38 views

CVE-2024-26837

A flaw was found in the Linux kernel. A race condition in network bridge management could lead to a denial of service...

5.5CVSS8AI score0.00166EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 4:15 p.m.6 views

DEBIAN-CVE-2024-26918

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

5.5CVSS5.4AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 4:15 p.m.12 views

UBUNTU-CVE-2024-26918

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

6.2CVSS5.7AI score0.0023EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/04/17 4:15 p.m.32 views

CVE-2024-26918

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

6.2CVSS5.8AI score0.0023EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 3:59 p.m.28 views

CVE-2024-26918 PCI: Fix active state requirement in PME polling

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix active state requirement in PME polling The commit noted in fixes added a bogus requirement that runtime PM managed devices need to be in the RPMACTIVE state for PME polling. In fact, only devices in low power states...

7AI score0.0023EPSS
SaveExploits0References3
NVD
NVD
added 2024/04/17 11:15 a.m.33 views

CVE-2024-26909

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmicglinkaltmode: fix drm bridge use-after-free A recent DRM series purporting to simplify support for "transparent bridges" and handling of probe deferrals ironically exposed a use-after-free issue on pmicglinkaltmode...

7CVSS5.3AI score0.00248EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/17 11:15 a.m.14 views

AZL-40106 CVE-2024-26909 affecting package kernel for versions less than 6.6.29.1-3

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmicglinkaltmode: fix drm bridge use-after-free A recent DRM series purporting to simplify support for "transparent bridges" and handling of probe deferrals ironically exposed a use-after-free issue on pmicglinkaltmode...

5.5CVSS5.6AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.3 views

DEBIAN-CVE-2024-26909

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmicglinkaltmode: fix drm bridge use-after-free A recent DRM series purporting to simplify support for "transparent bridges" and handling of probe deferrals ironically exposed a use-after-free issue on pmicglinkaltmode...

5.5CVSS5.2AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.3 views

DEBIAN-CVE-2024-26855

In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in icebridgesetlink The function icebridgesetlink may encounter a NULL pointer dereference if nlmsgfindattr returns NULL and brspec is dereferenced subsequently in nlaforeachnested...

5.5CVSS5.5AI score0.0025EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.7 views

UBUNTU-CVE-2024-26909

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pmicglinkaltmode: fix drm bridge use-after-free A recent DRM series purporting to simplify support for "transparent bridges" and handling of probe deferrals ironically exposed a use-after-free issue on pmicglinkaltmode...

7CVSS5.8AI score0.00248EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/17 11:15 a.m.7 views

UBUNTU-CVE-2024-26855

In the Linux kernel, the following vulnerability has been resolved: net: ice: Fix potential NULL pointer dereference in icebridgesetlink The function icebridgesetlink may encounter a NULL pointer dereference if nlmsgfindattr returns NULL and brspec is dereferenced subsequently in nlaforeachnested...

5.5CVSS6.1AI score0.0025EPSS
SaveExploits0References25
Rows per page
Query Builder