Lucene search
+L

1712 matches found

UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.8 views

CVE-2024-50028

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

7.8CVSS6.1AI score0.00215EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 views

CVE-2022-49003

In the Linux kernel, the following vulnerability has been resolved: nvme: fix SRCU protection of nvmenshead list Walking the nvmenshead siblings list is protected by the head's srcu in nvmensheadsubmitbio but not nvmempathrevalidatepaths. Removing namespaces from the list also fails to synchroniz...

9.8CVSS5.7AI score0.00618EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 views

CVE-2022-49030

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 maxentries will overflow u32 when mapping producer page and data pages. Only casting maxentries to sizet is not enough, because...

7.8CVSS6.4AI score0.00276EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 views

CVE-2022-49008

In the Linux kernel, the following vulnerability has been resolved: can: can327: can327feedframetonetdev: fix potential skb leak when netdev is down In can327feedframetonetdev, it did not free the skb when netdev is down, and all callers of can327feedframetonetdev did not free allocated skb too...

5.5CVSS5.9AI score0.00202EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.13 views

CVE-2022-48964

In the Linux kernel, the following vulnerability has been resolved: ravb: Fix potential use-after-free in ravbrxgbeth The skb is delivered to napigroreceive which may free it, after calling this, dereferencing skb may trigger use-after-free...

8.8CVSS6.6AI score0.00313EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.15 views

CVE-2022-48989

In the Linux kernel, the following vulnerability has been resolved: fscache: Fix oops due to race with cookielru and usecookie If a cookie expires from the LRU and the LRUDISCARD flag is set, but the state machine has not run yet, it's possible another thread can call fscacheusecookie and begin t...

7.8CVSS5.8AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.13 views

CVE-2022-48963

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcmuxinit When failed to alloc ipcmux-uladb.ppqlt in ipcmuxinit, ipcmux is not released...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.19 views

CVE-2022-48955

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: fix memory leak in tbnetopen When tbringallocrx failed in tbnetopen, ida that allocated in tbxdomainallocouthopid is not released. Add tbxdomainreleaseouthopid to the error path to release ida...

5.5CVSS5.9AI score0.00235EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.10 views

CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS5.9AI score0.00237EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.23 views

CVE-2022-49002

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in dmardevscopeinit foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS6.3AI score0.00249EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.25 views

CVE-2022-48998

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf/32: Fix Oops on tail call tests testbpf tail call tests end up as: testbpf: 0 Tail call leaf jited:1 85 PASS testbpf: 1 Tail call 2 jited:1 111 PASS testbpf: 2 Tail call 3 jited:1 145 PASS testbpf: 3 Tail call 4 jited...

7.8CVSS6.6AI score0.00226EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.16 views

CVE-2022-48952

In the Linux kernel, the following vulnerability has been resolved: PCI: mt7621: Add sentinel to quirks table Current driver is missing a sentinel in the struct socdeviceattribute array, which causes an oops when assessed by the socdevicematchmt7621pciequirksmatch call. This was only exposed once...

5.5CVSS5.6AI score0.00235EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/10/21 7:15 p.m.14 views

CVE-2024-50010

In the Linux kernel, the following vulnerability has been resolved: exec: don't WARN for racy pathnoexec check Both imode and noexec checks wrapped in WARNON stem from an artifact of the previous implementation. They used to legitimately check for the condition, but that got moved up in two...

4.7CVSS6.4AI score0.00236EPSS
SaveExploits0References30
UbuntuCve
UbuntuCve
added 2024/10/21 7:15 p.m.12 views

CVE-2024-50015

In the Linux kernel, the following vulnerability has been resolved: ext4: dax: fix overflowing extents beyond inode size when partially writing The daxiomaprw does two things in each iteration: map written blocks and copy user data to blocks. If the process is killed by userSee signal handling in...

5.5CVSS6.1AI score0.0024EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/10/21 7:15 p.m.11 views

CVE-2024-50012

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parseperfdomain function, if the call to ofparsephandlewithargs returns an error, then the reference to the CPU device node that was acquired at the start of the function...

5.5CVSS6.2AI score0.00231EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.7 views

CVE-2024-49944

In the Linux kernel, the following vulnerability has been resolved: sctp: set skstate back to CLOSED if autobind fails in sctplistenstart In sctplistenstart invoked by sctpinetlisten, it should set the skstate back to CLOSED if sctpautobind fails due to whatever reason. Otherwise, next time when...

5.5CVSS6.2AI score0.00277EPSS
SaveExploits0References50
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.12 views

CVE-2024-49921

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before used WHAT & HOW Poniters, such as dc-clkmgr, are null checked previously in the same function, so Coverity warns "implies that "dc-clkmgr" might be null". As a result, these pointers ne...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.7 views

CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS6.2AI score0.00264EPSS
SaveExploits0References42
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.14 views

CVE-2024-49998

In the Linux kernel, the following vulnerability has been resolved: net: dsa: improve shutdown sequence Alexander Sverdlin presents 2 problems during shutdown with the lan9303 driver. One is specific to lan9303 and the other just happens to reproduce there. The first problem is that lan9303 is...

4.7CVSS6.1AI score0.00174EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/10/21 6:15 p.m.7 views

CVE-2024-49954

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References30
Rows per page
Query Builder