Lucene search
K

3975 matches found

RedhatCVE
RedhatCVE
added 2024/07/16 2:37 p.m.12 views

CVE-2024-40908

In the Linux kernel, the following vulnerability has been resolved: bpf: Set run context for rawtp testrun callback syzbot reported crash when rawtp program executed through the testrun interface calls bpfgetattachcookie helper or any other helper that touches task-bpfctx pointer. Setting the run...

4.4CVSS7.3AI score0.00016EPSS
Exploits0References4
OSV
OSV
added 2024/07/16 1:15 p.m.0 views

UBUNTU-CVE-2022-48848

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Do not unregister events twice Nicolas reported that using: trace-cmd record -e all -M 10 -p osnoise --poll Resulted in the following kernel warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 1217 a...

7.8CVSS5.9AI score0.00049EPSS
Exploits0References5
NVD
NVD
added 2024/07/16 12:15 p.m.25 views

CVE-2022-48780

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback...

5.5CVSS0.00018EPSS
Exploits0References3
OSV
OSV
added 2024/07/16 12:15 p.m.2 views

DEBIAN-CVE-2022-48780

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback...

5.5CVSS6.2AI score0.00018EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.13 views

CVE-2022-48780

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/07/16 11:13 a.m.23 views

CVE-2022-48780 net/smc: Avoid overwriting the copies of clcsock callback functions

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback...

0.00018EPSS
Exploits0References3
CVE
CVE
added 2024/07/16 11:13 a.m.75 views

CVE-2022-48780

CVE-2022-48780 (Linux kernel) : The vulnerability in net/smc arises from overwriting clcsock callback function pointers during multiple fallbacks, which can create a loop: clcsk->sk_error_report → smc_fback_error_report → smc_fback_forward_wakeup → clcsock_callback overwritten → smc->clcsk_...

5.5CVSS6.6AI score0.00018EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/16 11:13 a.m.9 views

CVE-2022-48780 net/smc: Avoid overwriting the copies of clcsock callback functions

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback...

6.8AI score0.00018EPSS
Exploits0References3
OSV
OSV
added 2024/07/16 11:13 a.m.21 views

CVE-2022-48780 net/smc: Avoid overwriting the copies of clcsock callback functions

In the Linux kernel, the following vulnerability has been resolved: net/smc: Avoid overwriting the copies of clcsock callback functions The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback...

5.5CVSS6AI score0.00018EPSS
Exploits0References6
NVD
NVD
added 2024/07/12 1:15 p.m.19 views

CVE-2024-39500

In the Linux kernel, the following vulnerability has been resolved: sockmap: avoid race between sockmapclose and skpsockput skpsockget will return NULL if the refcount of psock has gone to 0, which will happen when the last call of skpsockput is done. However, skpsockdrop may not have finished ye...

4.7CVSS0.00004EPSS
Exploits0References6
OSV
OSV
added 2024/07/12 1:15 p.m.2 views

UBUNTU-CVE-2024-40925

In the Linux kernel, the following vulnerability has been resolved: block: fix request.queuelist usage in flush Friedrich Weber reported a kernel crash problem and bisected to commit 81ada09cc25e "blk-flush: reuse rq queuelist in flush state machine". The root cause is that we use...

5.5CVSS6.2AI score0.00018EPSS
Exploits0References13
OSV
OSV
added 2024/07/12 12:25 p.m.17 views

CVE-2024-40925 block: fix request.queuelist usage in flush

In the Linux kernel, the following vulnerability has been resolved: block: fix request.queuelist usage in flush Friedrich Weber reported a kernel crash problem and bisected to commit 81ada09cc25e "blk-flush: reuse rq queuelist in flush state machine". The root cause is that we use...

5.5CVSS6.2AI score0.00018EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.15 views

CVE-2024-40908 bpf: Set run context for rawtp test_run callback

In the Linux kernel, the following vulnerability has been resolved: bpf: Set run context for rawtp testrun callback syzbot reported crash when rawtp program executed through the testrun interface calls bpfgetattachcookie helper or any other helper that touches task-bpfctx pointer. Setting the run...

0.00016EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.10 views

CVE-2024-40908 bpf: Set run context for rawtp test_run callback

In the Linux kernel, the following vulnerability has been resolved: bpf: Set run context for rawtp testrun callback syzbot reported crash when rawtp program executed through the testrun interface calls bpfgetattachcookie helper or any other helper that touches task-bpfctx pointer. Setting the run...

6.9AI score0.00016EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/07/12 12:20 p.m.17 views

CVE-2024-39500 sock_map: avoid race between sock_map_close and sk_psock_put

In the Linux kernel, the following vulnerability has been resolved: sockmap: avoid race between sockmapclose and skpsockput skpsockget will return NULL if the refcount of psock has gone to 0, which will happen when the last call of skpsockput is done. However, skpsockdrop may not have finished ye...

0.00004EPSS
Exploits0References5
OSV
OSV
added 2024/07/11 4:15 a.m.1 views

CVE-2024-0619

The Payflex Payment Gateway plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the paymentcallback function in all versions up to, and including, 2.5.0. This makes it possible for unauthenticated attackers to update the status of orders,...

5.3CVSS5.8AI score
Exploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/07/11 2:47 a.m.3 views

Malicious code in sap-callback (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis f0b91bc0b188eccdbfa45b832c2b83829cf849c65f51d2c5cb8c9896a210cb5e The OpenSSF Package Analysis project identified 'sap-callback' @ 0.0.0 npm as malicious. It is considered malicious because: - The package...

7.1AI score
Exploits0
Cvelist
Cvelist
added 2024/07/10 7:14 a.m.29 views

CVE-2024-39491 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

0.00028EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/07/10 7:14 a.m.13 views

CVE-2024-39491 ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: cs35l56: Fix lifetime of csdsp instance The csdsp instance is initialized in the driver probe so it should be freed in the driver remove. Also fix a missing call to csdspremove in the error path of cs35l56hdacommonprob...

6.7AI score0.00028EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/07/09 3:37 a.m.1 views

SUSE CVE-2024-39484

In the Linux kernel, the following vulnerability has been resolved: mmc: davinci: Don't strip remove function when driver is builtin Using exit for the remove function results in the remove callback being discarded with CONFIGMMCDAVINCI=y. When such a device gets unbound e.g. using sysfs or...

5.5CVSS6.5AI score0.0003EPSS
Exploits0References10
Rows per page
Query Builder