Lucene search
+L

82 matches found

Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2021-47192

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: scsi: core: sysfs: Fix hang when device state is set via sysfs This fixes a regression added...

5.3CVSS5.2AI score0.00612EPSS
Exploits0References3
NVD
NVD
added 2025/01/31 12:15 p.m.15 views

CVE-2025-21681

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix lockup on tx to unregistering netdev with carrier Commit in a fixes tag attempted to fix the issue in the following sequence of calls: dooutput - ovsvportsend - devqueuexmit - devqueuexmit - netdevcorepicktx -...

5.5CVSS0.002EPSS
Exploits0References8
CVE
CVE
added 2025/01/31 11:25 a.m.160 views

CVE-2025-21681

Open vSwitch issue CVE-2025-21681 in the Linux kernel caused a lockup in skb_tx_hash when a netdev is unregistering with carrier reported as ON. The root cause was a loop in skb_tx_hash that could spin when dev->real_num_tx_queues goes to zero, especially for devices that report carrier state ...

5.5CVSS7.2AI score0.002EPSS
Exploits0References8Affected Software1
CNNVD
CNNVD
added 2025/01/31 12:0 a.m.5 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 the ovsvportsend function not properly checking that the device is in a running state when the device is...

5.5CVSS6.4AI score0.002EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:55 p.m.12 views

CVE-2024-56699

In the Linux kernel, the following vulnerability has been resolved: s390/pci: Fix potential double remove of hotplug slot In commit 6ee600bfbe0f "s390/pci: remove hotplug slot when releasing the device" the zpciexitslot was moved from zpcidevicereserved to zpcireleasedevice with the intention of...

5.5CVSS7AI score0.00209EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/12/28 1:57 a.m.10 views

CVE-2024-56635

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential UAF in defaultoperstate syzbot reported an UAF in defaultoperstate 1 Issue is a race between device and netns dismantles. After calling rtnlunlock from netdevruntodo, we can not assume the netns of each devic...

5.5CVSS6.6AI score0.00189EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/12/27 3:2 p.m.7 views

CVE-2024-56635 net: avoid potential UAF in default_operstate()

In the Linux kernel, the following vulnerability has been resolved: net: avoid potential UAF in defaultoperstate syzbot reported an UAF in defaultoperstate 1 Issue is a race between device and netns dismantles. After calling rtnlunlock from netdevruntodo, we can not assume the netns of each devic...

6.6AI score0.00189EPSS
Exploits0References3
CVE
CVE
added 2024/12/27 3:2 p.m.127 views

CVE-2024-56635

CVE-2024-56635 (Linux kernel) : A race between device and NETNS dismantles could cause a use‑after‑free in __dev_get_by_index accessed via default_operstate(), as syzbot observed a KASAN UAF. The root cause is a race after __rtnl_unlock() when netns/device lifetimes may not be alive; mitigation d...

7.8CVSS6.3AI score0.00189EPSS
Exploits0References3Affected Software1
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.5 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 defaultoperstate in the net:inet6 module not handling device state correctly, which could lead to reuse afte...

7.8CVSS6.5AI score0.00189EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/11/08 12:0 a.m.4 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 system hang caused by improper device state checking...

5.5CVSS6.7AI score0.00227EPSS
Exploits0References8
NVD
NVD
added 2024/11/04 10:15 a.m.22 views

CVE-2024-38410

Memory corruption while IOCLT is called when device is in invalid state and the WMI command buffer may be freed twice...

7.8CVSS0.00103EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2024/11/04 12:0 a.m.10 views

PT-2024-27989 · Qualcomm · Snapdragon +23

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue is related to memory corruption that occurs when an IOCLT is called while a device is in an invalid state. This happens because the WMI comman...

7.8CVSS7.4AI score0.00103EPSS
Exploits0References5
CVE
CVE
added 2024/09/30 12:0 a.m.67 views

CVE-2024-35495

CVE-2024-35495 relates to an Information Disclosure in the Telemetry component of TP-Link Kasa KP125M v1.0.0 and TP-Link Tapo P125M v1.0.0 Build 220930 Rel.143947. The issue allows an attacker to observe the device state by monitoring network traffic. Concrete details across sources indicate the ...

4.3CVSS6.9AI score0.00186EPSS
Exploits0References1
Oracle linux
Oracle linux
added 2024/09/19 12:0 a.m.29 views

qemu-kvm security update

7.2.0-15.el9 - migration: abort on destination if switchover limit exceeded Elena Ufimtseva - migration: introduce strict switchover SLA Elena Ufimtseva - migration: add error to MigrationIncomingState Elena Ufimtseva - migration: Set migration status early in incoming side Fabiano Rosas -...

8.2CVSS8AI score0.00529EPSS
Exploits0
CVE
CVE
added 2024/09/13 5:29 a.m.136 views

CVE-2024-46679

CVE-2024-46679 (Linux kernel) : A race between sysfs reading of ethtool link settings and device removal can read state when the device is not present, causing a crash. The fix moves a device-presence check into ethtool (and related callers) to ensure link settings are only shown when the device ...

4.7CVSS5.9AI score0.00244EPSS
Exploits0References12Affected Software1
Positive Technologies
Positive Technologies
added 2024/08/19 12:0 a.m.4 views

PT-2024-24982 · Google · Android

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue is related to a possible use after free due to improper locking in the sendDeviceState 1 6 function of RadioExt.cpp. This could lead to local...

7.8CVSS6.8AI score0.00082EPSS
Exploits0References7
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:0 a.m.9 views

The vulnerability of the update_port_device_state() function in the Linux kernel USB driver allows a hacker to induce a service failure.

The vulnerability of the updateportdevicestate function in the drivers/usb/core/hub.c file of the Linux kernel’s USB driver relates to the assignment of a null pointer. Exploiting this vulnerability could allow an attacker to cause a service failure...

4.6CVSS6.4AI score0.00227EPSS
Exploits0References12Affected Software3
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.5 views

SUSE CVE-2024-27063

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: netdev: Fix kernel panic on interface rename trig notify Commit d5e01266e7f5 "leds: trigger: netdev: add additional specific link speed mode" in the various changes, reworked the way to set the LINKUP mode in commi...

5.5CVSS7.1AI score0.00222EPSS
Exploits0References3
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

DEBIAN-CVE-2024-27063

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: netdev: Fix kernel panic on interface rename trig notify Commit d5e01266e7f5 "leds: trigger: netdev: add additional specific link speed mode" in the various changes, reworked the way to set the LINKUP mode in commi...

5.5CVSS5AI score0.00222EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.12 views

UBUNTU-CVE-2024-27063

In the Linux kernel, the following vulnerability has been resolved: leds: trigger: netdev: Fix kernel panic on interface rename trig notify Commit d5e01266e7f5 "leds: trigger: netdev: add additional specific link speed mode" in the various changes, reworked the way to set the LINKUP mode in commi...

5.5CVSS5.7AI score0.00222EPSS
Exploits0References12
Rows per page
Query Builder