Lucene search
+L

409176 matches found

Cvelist
Cvelist
added 2024/12/28 9:46 a.m.27 views

CVE-2024-56683 drm/vc4: hdmi: Avoid hang with debug registers when suspended

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: hdmi: Avoid hang with debug registers when suspended Trying to read /sys/kernel/debug/dri/1/hdmi1regs when the hdmi is disconnected results in a fatal system hang. This is due to the pm suspend code disabling the dvp...

0.0022EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.14 views

SUSE CVE-2024-53180

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS7.7AI score0.00235EPSS
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/12/28 3:24 a.m.19 views

CVE-2024-56659

In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPBHEADERLEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skbunderpanic: text:ffffffff8aabe1f6 len:24 put:20 head:ffff88802824a4...

5.5CVSS6.9AI score0.00226EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/27 3:15 p.m.13 views

CVE-2024-56674

In the Linux kernel, the following vulnerability has been resolved: virtionet: correct netdevtxresetqueue invocation point When virtnetclose is followed by virtnetopen, some TX completions can possibly remain unconsumed, until they are finally processed during the first NAPI poll after the...

5.5CVSS0.00199EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/27 3:15 p.m.17 views

CVE-2024-56670

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix the issue that gsstartio crashed due to accessing null pointer Considering that in some extreme cases, when userial driver is accessed by multiple threads, Thread A is executing the open operation and...

5.5CVSS0.00224EPSS
SaveExploits0References9
OSV
OSV
added 2024/12/27 3:15 p.m.11 views

AZL-54868 CVE-2024-56670 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix the issue that gsstartio crashed due to accessing null pointer Considering that in some extreme cases, when userial driver is accessed by multiple threads, Thread A is executing the open operation and...

5.5CVSS5.6AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.4 views

DEBIAN-CVE-2024-56659

In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPBHEADERLEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skbunderpanic: text:ffffffff8aabe1f6 len:24 put:20 head:ffff88802824a4...

5.5CVSS5.7AI score0.00226EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 3:15 p.m.16 views

CVE-2024-56649

In the Linux kernel, the following vulnerability has been resolved: net: enetc: Do not configure preemptible TCs if SIs do not support Both ENETC PF and VF drivers share enetcsetuptcmqprio to configure MQPRIO. And enetcsetuptcmqprio calls enetcchangepreemptibletcs to configure preemptible TCs...

5.5CVSS0.00229EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:15 p.m.18 views

CVE-2024-56571

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Require entities to have a non-zero unique ID Per UVC 1.1+ specification 3.7.2, units and terminals must have a non-zero unique ID. Each Unit and Terminal within the video function is assigned a unique...

6.6AI score
SaveExploits0References7
OSV
OSV
added 2024/12/27 3:15 p.m.11 views

UBUNTU-CVE-2024-56649

In the Linux kernel, the following vulnerability has been resolved: net: enetc: Do not configure preemptible TCs if SIs do not support Both ENETC PF and VF drivers share enetcsetuptcmqprio to configure MQPRIO. And enetcsetuptcmqprio calls enetcchangepreemptibletcs to configure preemptible TCs...

5.5CVSS6.2AI score0.00229EPSS
SaveExploits0References20
OSV
OSV
added 2024/12/27 3:15 p.m.12 views

UBUNTU-CVE-2024-56659

In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPBHEADERLEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skbunderpanic: text:ffffffff8aabe1f6 len:24 put:20 head:ffff88802824a4...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References48
CVE
CVE
added 2024/12/27 3:06 p.m.138 views

CVE-2024-56665

CVE-2024-56665 refers to a Linux kernel issue in the bpf/perf subsystem. The crash arises when a tracepoint perf event uses a BPF program with attr.inherit=1, and the event is inherited by a child after fork, causing the child to share the parent’s tp_event->prog_array. On teardown, the first ...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/12/27 3:06 p.m.45 views

CVE-2024-56659 net: lapb: increase LAPB_HEADER_LEN

In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPBHEADERLEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skbunderpanic: text:ffffffff8aabe1f6 len:24 put:20 head:ffff88802824a4...

0.00226EPSS
SaveExploits0References7
CVE
CVE
added 2024/12/27 3:06 p.m.165 views

CVE-2024-56659

CVE-2024-56659 – Linux kernel (net/lapb) Description in scope indicates a fix for LAPB header length: the patch increases LAPB_HEADER_LEN and notes uncertainty whether net/lapb is ready for 8021q. The primary observed failure is a kernel crash related to sk_buff handling (skb_under_panic) in net/...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/12/27 3:06 p.m.9 views

CVE-2024-56659 net: lapb: increase LAPB_HEADER_LEN

In the Linux kernel, the following vulnerability has been resolved: net: lapb: increase LAPBHEADERLEN It is unclear if net/lapb code is supposed to be ready for 8021q. We can at least avoid crashes like the following : skbuff: skbunderpanic: text:ffffffff8aabe1f6 len:24 put:20 head:ffff88802824a4...

5.5CVSS6.1AI score
SaveExploits0References12
CVE
CVE
added 2024/12/27 3:02 p.m.180 views

CVE-2024-56641

CVE-2024-56641 affects the Linux kernel (net/smc). The issue occurs when closing an SMC LGR connection: canceling close_work happens before it's initialized, triggering a WARN_ON in __flush_work. The fix is to initialize close_work before establishing the connection (as noted in the advisory). Re...

7.5CVSS6.5AI score0.0051EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/12/27 2:51 p.m.167 views

CVE-2024-56629

Technical details about CVE-2024-56629 are not provided in the supplied documents. The connected sources do not specify affected products, root cause, or fixes. Monitor for updates and vendor advisories.

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/12/27 2:51 p.m.186 views

CVE-2024-56599

CVE-2024-56599 records a Linux kernel vulnerability in the wifi/ath10k SDIO path where rmmod ath10k could panic if CONFIG_INIT_ON_FREE_DEFAULT_ON is enabled. The root cause is a NULL-pointer path involving destroying the sdio workqueue before ath10k_core_destroy frees the wiphy/cfg80211 device, l...

5.5CVSS6.6AI score0.00234EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 2:23 p.m.2 views

CVE-2024-56578 media: imx-jpeg: Set video drvdata before register video device

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Set video drvdata before register video device The video drvdata should be set before the video device is registered, otherwise videodrvdata may return NULL in the open file ops, and led to oops...

7.5AI score0.00234EPSS
SaveExploits0References5
CVE
CVE
added 2024/12/27 2:23 p.m.2393 views

CVE-2024-56576

CVE-2024-56576 affects the Linux kernel media: i2c tc358743 driver. The issue occurs when an error happens in probe(): the previously alarmed polling timer is not removed, causing a timer callback on freed arguments and a crash. A patch fixes the crash by removing the polling timer in the probe e...

7.8CVSS6.5AI score0.00184EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder