Lucene search
+L

22177 matches found

UbuntuCve
UbuntuCve
•added 2024/05/03 3:15 p.m.•26 views

CVE-2022-48670

In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adevrelease When auxiliarydeviceadd returns an error, auxiliarydeviceuninit is called, which causes refcount for device to be decremented and .release callback will be triggered. Because adevrelea...

7.8CVSS5.9AI score0.00216EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/05/03 3:00 p.m.•37 views

CVE-2022-48689 tcp: TX zerocopy should not sense pfmemalloc status

In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report 1 showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages coming from user space or other layers, using...

6.8AI score0.00192EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2024/05/03 2:51 p.m.•21 views

CVE-2022-48674 erofs: fix pcluster use-after-free on UP platforms

In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with CONFIGSMP disabled, KASAN reports as below: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS6.9AI score0.00234EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2024/05/03 2:51 p.m.•32 views

CVE-2022-48674

In the Linux kernel, the following vulnerability has been resolved: erofs: fix pcluster use-after-free on UP platforms During stress testing with CONFIGSMP disabled, KASAN reports as below: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS7.7AI score0.00234EPSS
SaveExploits0
CVE
CVE
•added 2024/05/03 2:49 p.m.•110 views

CVE-2022-48670

CVE-2022-48670 is a Linux kernel use-after-free in peci CPU handling. When auxiliary_device_add() errors, auxiliary_device_uninit() is called, decrementing the device refcount and triggering .release; adev_release() then re-calls auxiliary_device_uninit(), causing use-after-free. Affected: Linux ...

7.8CVSS6.6AI score0.00216EPSS
SaveExploits0References2Affected Software1
OSV
OSV
•added 2024/05/03 2:49 p.m.•31 views

CVE-2022-48670 peci: cpu: Fix use-after-free in adev_release()

In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adevrelease When auxiliarydeviceadd returns an error, auxiliarydeviceuninit is called, which causes refcount for device to be decremented and .release callback will be triggered. Because adevrelea...

7.8CVSS5.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2024/05/03 2:49 p.m.•27 views

CVE-2022-48670 peci: cpu: Fix use-after-free in adev_release()

In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adevrelease When auxiliarydeviceadd returns an error, auxiliarydeviceuninit is called, which causes refcount for device to be decremented and .release callback will be triggered. Because adevrelea...

6.9AI score0.00216EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2024/05/03 2:09 a.m.•8 views

SUSE CVE-2024-26945

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nrcpus nriaa case If nrcpus nriaa, the calculated cpusperiaa will be 0, which causes a divide-by-0 in rebalancewqtable. Make sure cpusperiaa is 1 in that case, and also in the nriaa == 0 case, even though...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
•added 2024/05/03 2:09 a.m.•10 views

SUSE CVE-2024-26975

In the Linux kernel, the following vulnerability has been resolved: powercap: intelrapl: Fix a NULL pointer dereference A NULL pointer dereference is triggered when probing the MMIO RAPL driver on platforms with CPU ID not listed in intelraplcommon CPU model list. This is because the...

5.5CVSS7.6AI score0.00227EPSS
SaveExploits0References7
Amazon
Amazon
•added 2024/05/03 12:00 a.m.•17 views

Important: nghttp2

Issue Overview: nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. The nghttp2 library prior to version 1.61.0 keeps reading the unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync. This causes excessive CPU usage ...

5.3CVSS7.1AI score0.8496EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
•added 2024/05/02 12:00 a.m.•36 views

Oracle Session Border Controller (January 2022 CPU)

The versions 8.4 and 9.0 of Oracle Enterprise Session Border Controller product of Oracle Communications installed on the remote host is affected by multiple vulnerabilities as referenced in the January 2022 CPU advisory, including the following: - Easily exploitable vulnerability allows low...

7.7CVSS6.5AI score0.00933EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2024/05/01 8:24 p.m.•26 views

CVE-2024-27055

A vulnerability was found in the wqupdatenodemaxactive function in the Linux Kernel, where improper handling of a special CPU identifier -1 when used in the call cpumasktestcpu function can result in a kernel panic. This issue can result in system instability or crashes...

5.5CVSS6.2AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2024/05/01 5:22 p.m.•60 views

CVE-2024-26945

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nrcpus nriaa case If nrcpus nriaa, the calculated cpusperiaa will be 0, which causes a divide-by-0 in rebalancewqtable. Make sure cpusperiaa is 1 in that case, and also in the nriaa == 0 case, even though...

5.5CVSS7.1AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/01 4:40 p.m.•107 views

GHSA-3999-5FFV-WP2R Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Summary Attack scenario The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended to this vector. This can be remotely triggered in a numbe...

7.5CVSS7AI score0.00761EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2024/05/01 4:40 p.m.•61 views

Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Summary Attack scenario The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended to this vector. This can be remotely triggered in a numbe...

7.5CVSS7AI score0.00761EPSS
SaveExploits0References6Affected Software1
NVD
NVD
•added 2024/05/01 1:15 p.m.•37 views

CVE-2024-27055

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.3AI score
SaveExploits0
NVD
NVD
•added 2024/05/01 1:15 p.m.•25 views

CVE-2024-27026

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: Fix missing reserved tailroom Use rbi-len instead of rcd-len for non-dataring packet. Found issue: XDPWARN: xdpupdateframefrombuffline:278: Driver BUG: missing reserved tailroom WARNING: CPU: 0 PID: 0 at net/core/xdp.c:5...

7.5CVSS7.5AI score0.00759EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/01 1:15 p.m.•18 views

UBUNTU-CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS5.9AI score0.00275EPSS
SaveExploits0References33
Vulnrichment
Vulnrichment
•added 2024/05/01 1:00 p.m.•40 views

CVE-2024-27062 nouveau: lock the client object tree.

In the Linux kernel, the following vulnerability has been resolved: nouveau: lock the client object tree. It appears the client object tree has no locking unless I've missed something else. Fix races around adding/removing client objects, mostly vram bar mappings. 4562.099306 general protection...

7.8CVSS6.9AI score0.00181EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2024/05/01 12:54 p.m.•37 views

CVE-2024-27055

...

6.5AI score
SaveExploits0
Rows per page
Query Builder