Lucene search
+L

1601 matches found

SUSE CVE
SUSE CVE
added 2024/11/10 3:49 a.m.5 views

SUSE CVE-2024-50213

In the Linux kernel, the following vulnerability has been resolved: drm/tests: hdmi: Fix memory leaks in drmdisplaymodefromceavic modprobe drmhdmistatehelpertest and then rmmod it, the following memory leak occurs. The mode allocated in drmmodeduplicate called by drmdisplaymodefromceavic is not...

5.5CVSS7.7AI score0.002EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/08 5:43 a.m.3 views

CVE-2024-50190 ice: fix memleak in ice_init_tx_topology()

In the Linux kernel, the following vulnerability has been resolved: ice: fix memleak in iceinittxtopology Fix leak of the FW blob DDP pkg. Make icecfgtxtopo const-correct, so iceinittxtopology can avoid copying whole FW blob. Copy just the topology section, and only when needed. Reuse the buffer...

7.7AI score0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/07 10:15 a.m.5 views

AZL-53322 CVE-2024-50143 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: udf: fix uninit-value use in udfgetfileshortad Check for overflow when computing alen in udfcurrentaext to mitigate later uninit-value use in udfgetfileshortad KMSAN bug1. After applying the patch reproducer did not trigger any...

7.8CVSS6.8AI score0.00268EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.1 views

CVE-2024-50168 net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()

In the Linux kernel, the following vulnerability has been resolved: net/sun382586: fix potential memory leak in sun382586sendpacket The sun382586sendpacket returns NETDEVTXOK without freeing skb in case of skb-len being too long, add devkfreeskb to fix it...

7.5AI score0.00221EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.4 views

CVE-2024-50148 Bluetooth: bnep: fix wild-memory-access in proto_unregister

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: fix wild-memory-access in protounregister There's issue as follows: KASAN: maybe wild-memory-access in range 0xdead...108-0xdead...10f CPU: 3 UID: 0 PID: 2805 Comm: rmmod Tainted: G W RIP:...

7.6AI score0.00259EPSS
SaveExploits0References8
OSV
OSV
added 2024/11/05 5:15 p.m.3 views

DEBIAN-CVE-2024-50094

In the Linux kernel, the following vulnerability has been resolved: sfc: Don't invoke xdpdoflush from netpoll. Yury reported a crash in the sfc driver originated from netpollsendudp. The netconsole sends a message and then netpoll invokes the driver's NAPI function with a budget of zero. It is...

5.5CVSS5.4AI score0.002EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/11/05 12:0 a.m.10 views

PT-2024-35665

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the fixed version Description A race condition exists in the Linux kernel's f2fs file system, specifically in the f2fs stop gc thread function. This issue arises when concurrent calls are made to shut down the f2...

7.8CVSS5.5AI score0.00221EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/10/31 12:0 a.m.13 views

SUSE SLES15 Security Update : kernel (Live Patch 43 for SLE 15 SP3) (SUSE-SU-2024:3814-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:3814-1 advisory. This update for the Linux Kernel 5.3.18-15030059158 fixes several issues. The following security issues were fixed: - CVE-2021-47598: schcake: ...

9.8CVSS7.1AI score0.01166EPSS
SaveExploits2References64
SUSE Linux
SUSE Linux
added 2024/10/30 1:33 p.m.1 views

Security update for the Linux Kernel (Live Patch 22 for SLE 15 SP4)

This update for the Linux Kernel 5.14.21-15040024103 fixes several issues. The following security issues were fixed: CVE-2021-47598: schcake: do not call cakedestroy from cakeinit bsc1227471. CVE-2024-35863: Fixed potential UAF in isvalidoplockbreak bsc1225011. CVE-2023-52752: smb: client: fix...

7.8CVSS8.1AI score0.00265EPSS
SaveExploits0References26
SUSE CVE
SUSE CVE
added 2024/10/29 4:15 a.m.4 views

SUSE CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS7.7AI score0.00206EPSS
SaveExploits0References15
OSV
OSV
added 2024/10/29 1:15 a.m.1 views

DEBIAN-CVE-2024-50084

In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap api: Fix memory leaks in vcapapiencoderuletest Commit a3c1e45156ad "net: microchip: vcap: Fix use-after-free error in kunit test" fixed the use-after-free error, but introduced below memory leaks by removing...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.2 views

SUSE CVE-2022-49017

In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipcmsgvalidate As the call trace shows, the original skb was freed in tipcmsgvalidate, and dereferencing the old skb cb would cause an use-after-free crash. BUG: KASAN: use-after-free in...

5.5CVSS7.7AI score0.00248EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/10/22 2:50 a.m.7 views

SUSE CVE-2024-50020

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icesriovsetmsixveccount This patch addresses an issue with improper reference count handling in the icesriovsetmsixveccount function. First, the function calls icegetvfbyid, which...

5.5CVSS7.6AI score0.00205EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.5 views

SUSE CVE-2024-50041

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix macvlan leak by synchronizing access to macfilterhash This patch addresses a macvlan leak issue in the i40e driver caused by concurrent access to vsi-macfilterhash. The leak occurs when multiple threads attempt to modif...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References18
OSV
OSV
added 2024/10/21 8:15 p.m.23 views

AZL-53741 CVE-2024-50063 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tail call between progs attached to different hooks bpf progs can be attached to kernel functions, and the attached functions can take different parameters or return different return values. If prog attached to one...

7.8CVSS6.8AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.2 views

DEBIAN-CVE-2022-49017

In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipcmsgvalidate As the call trace shows, the original skb was freed in tipcmsgvalidate, and dereferencing the old skb cb would cause an use-after-free crash. BUG: KASAN: use-after-free in...

7.8CVSS5.6AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.9 views

AZL-51372 CVE-2024-49982 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: aoe: fix the potential use-after-free problem in more places For fixing CVE-2023-6270, f98364e92662 "aoe: fix the potential use-after-free problem in aoecmdcfgpkts" makes tx calling devput instead of doing in aoecmdcfgpkts. It...

7.8CVSS6.6AI score0.00259EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.0 views

DEBIAN-CVE-2024-49905

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmplanehandlecursorupdate v2 This commit adds a null check for the 'afb' variable in the amdgpudmplanehandlecursorupdate function. Previously, 'afb' was assumed to be null, but w...

5.5CVSS5.6AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.5 views

UBUNTU-CVE-2024-49884

In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-use-after-free in ext4splitextentat We hit the following use-after-free: ================================================================== BUG: KASAN: slab-use-after-free in ext4splitextentat+0xba8/0xcc0 Read of...

7.8CVSS6.4AI score0.00265EPSS
SaveExploits0References43
RedhatCVE
RedhatCVE
added 2024/10/21 3:11 p.m.11 views

CVE-2024-47711

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't return OOB skb in manageoob. syzbot reported use-after-free in unixstreamrecvurg. 0 The scenario is 1. sendMSGOOB 2. recvMSGOOB - The consumed OOB remains in recv queue 3. sendMSGOOB 4. recv - manageoob returns...

7.8CVSS6.9AI score0.00207EPSS
SaveExploits0References4
Rows per page
Query Builder