Lucene search
+L

1609 matches found

Positive Technologies
Positive Technologies
added 2024/05/21 12:0 a.m.6 views

PT-2024-11231 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.13.0-rc3+ 360 Description: The vulnerability is related to the egress tunnel code in the Linux kernel's bridge module. The code uses dst clone and directly sets the result, which can cause problems if the entr...

7.8CVSS6.8AI score0.03558EPSS
SaveExploits0References289
OSV
OSV
added 2024/05/19 12:15 p.m.2 views

DEBIAN-CVE-2024-35947

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser Fix a BUGON from 2009. Even if it looks "unreachable" I didn't really look, lets make sure by removing it, doing prerr and return -EINVAL instead...

5.5CVSS5.8AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.15 views

UBUNTU-CVE-2024-35915

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncidevup and ncintfpacket syzbot reported the following uninit-value access issue 12: ncirxwork parses and processes received packet. When the payload length is zero, each message type handler reads...

8.8CVSS6.2AI score0.0032EPSS
SaveExploits0References28
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.30 views

CVE-2024-35896 netfilter: validate user input for expected length

In the Linux kernel, the following vulnerability has been resolved: netfilter: validate user input for expected length I got multiple syzbot reports showing old bugs exposed by BPF after commit 20f2505fb436 "bpf: Try to avoid kzalloc in cgroup/s,getsockopt" setsockopt @optlen argument should be...

7.1CVSS6.3AI score0.00227EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/05/07 2:49 a.m.4 views

SUSE CVE-2022-48703

In the Linux kernel, the following vulnerability has been resolved: thermal/int340xthermal: handle datavault when the value is ZEROSIZEPTR In some case, the GDDV returns a package with a buffer which has zero length. It causes that kmemdup returns ZEROSIZEPTR 0x10. Then the datavaultread got NULL...

5.5CVSS6.5AI score0.00229EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/01 1:15 p.m.2 views

DEBIAN-CVE-2024-27031

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix nfsnetfsissueread xarray locking for writeback interrupt The loop inside nfsnetfsissueread currently does not disable interrupts while iterating through pages in the xarray to submit for NFS read. This is not safe though...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.7 views

UBUNTU-CVE-2024-27388

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssxdecoptionarray The creds and oa-data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations in the corresponding paths...

9.8CVSS6.2AI score0.00959EPSS
SaveExploits0References35
OSV
OSV
added 2024/05/01 1:15 p.m.11 views

UBUNTU-CVE-2024-27061

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS5.7AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/01 1:15 p.m.14 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
SaveExploits0References12
OSV
OSV
added 2024/05/01 1:15 p.m.21 views

UBUNTU-CVE-2024-27024

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix WARNING in rdsconnconnectifdown If connection isn't established yet, getmr will fail, trigger connection after getmr...

7.8CVSS6.2AI score0.00312EPSS
SaveExploits0References26
OSV
OSV
added 2024/05/01 1:15 p.m.5 views

UBUNTU-CVE-2023-52653

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gssimportv2context The ctx-mechused.data allocated by kmemdup is not freed in neither gssimportv2context nor it only caller gsskrb5importseccontext, which frees ctx on error. Thus, this patch reform the...

5.5CVSS6.2AI score0.00275EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/01 6:15 a.m.10 views

UBUNTU-CVE-2024-26982

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check the inode number is not the invalid value of zero Syskiller has produced an out of bounds access in fillmetaindex. That out of bounds access is ultimately caused because the inode has an inode number with the...

7.1CVSS6.2AI score0.0028EPSS
SaveExploits0References39
OSV
OSV
added 2024/05/01 6:15 a.m.21 views

UBUNTU-CVE-2024-27005

In the Linux kernel, the following vulnerability has been resolved: interconnect: Don't access reqlist while it's being manipulated The icclock mutex was split into separate icclock and iccbwlock mutexes in 1 to avoid lockdep splats. However, this didn't adequately protect access to...

7.8CVSS5.7AI score0.00179EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2024/04/18 2:35 a.m.21 views

kernel: gro: fix ownership transfer

A flaw was found in the Linux kernel's Generic Receive Offload GRO feature, where packets processed with a fragment list are not properly orphaned due to incorrect handling of socket references. This vulnerability can cause system instability or kernel bugs. The issue has been fixed by making sur...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/17 11:15 a.m.4 views

DEBIAN-CVE-2024-26865

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: Fix use-after-free of net in reqsktimerhandler. syzkaller reported a warning of netns tracker 0 followed by KASAN splat 1 and another ref tracker warning 1. syzkaller could not find a repro, but in the log, the only...

7.8CVSS6AI score0.0023EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.12 views

SUSE CVE-2024-26813

In the Linux kernel, the following vulnerability has been resolved: vfio/platform: Create persistent IRQ handlers The vfio-platform SETIRQS ioctl currently allows loopback triggering of an interrupt before a signaling eventfd has been configured by the user, which thereby allows a NULL pointer...

4.4CVSS6.1AI score0.00234EPSS
SaveExploits0References18
CBLMariner
CBLMariner
added 2024/04/09 8:48 p.m.62 views

CVE-2014-3185 affecting package kernel for versions less than 5.15.153.1-1

CVE-2014-3185 affecting package kernel for versions less than 5.15.153.1-1. An upgraded version of the package is available that resolves this issue...

6.9CVSS6.3AI score0.00596EPSS
SaveExploits0
OSV
OSV
added 2024/04/04 8:20 a.m.4 views

CVE-2024-26805 netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix kernel-infoleak-after-free in skbdatagramiter syzbot reported the following uninit-value access issue 1: netlinktofullskb creates a new skb and puts the skb-data passed as a 1st arg of netlinktofullskb onto new skb...

6AI score
SaveExploits0References13
OSV
OSV
added 2024/04/03 5:15 p.m.5 views

UBUNTU-CVE-2024-26732

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

5.5CVSS5.7AI score0.00158EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 5:15 p.m.4 views

UBUNTU-CVE-2024-26752

In the Linux kernel, the following vulnerability has been resolved: l2tp: pass correct message length to ip6appenddata l2tpip6sendmsg needs to avoid accounting for the transport header twice when splicing more data into an already partially-occupied skbuff. To manage this, we check whether the...

5.5CVSS6.1AI score0.00252EPSS
SaveExploits0References23
Rows per page
Query Builder