Lucene search
K

1234 matches found

Vulnrichment
Vulnrichment
added 2024/07/29 3:48 p.m.13 views

CVE-2024-41098 ata: libata-core: Fix null pointer dereference on error

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: Fix null pointer dereference on error If the ataportalloc call in atahostalloc fails, atahostrelease will get called. However, the code in atahostrelease tries to free ataport struct members unconditionally, whi...

6.8AI score0.00263EPSS
Exploits0References8
OSV
OSV
added 2024/07/17 7:15 a.m.2 views

AZL-43393 CVE-2024-41010 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix too early release of tcxentry Pedro Pinto and later independently also Hyunwoo Kim and Wongi Lee reported an issue that the tcxentry can be released too early leading to a use after free UAF when an active old-style...

5.5CVSS5.8AI score0.00353EPSS
Exploits0References1
CBLMariner
CBLMariner
added 2024/07/10 7:52 p.m.20 views

CVE-2024-26933 affecting package kernel for versions less than 5.15.160.1-1

CVE-2024-26933 affecting package kernel for versions less than 5.15.160.1-1. A patched version of the package is available...

7.8CVSS8.2AI score0.00179EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2024/07/05 12:0 a.m.4 views

PT-2024-29211

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.43 Description The issue is related to the ksmbd component in the Linux kernel, where the may open function does not allow a directory to be opened with write access. However, some writing flags set by the...

5.5CVSS5.4AI score0.00288EPSS
Exploits0
OSV
OSV
added 2024/06/19 2:15 p.m.3 views

AZL-69515 CVE-2024-38595 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix peer devlink set for SF representor devlink port The cited patch change register devlink flow, and neglect to reflect the changes for peer devlink set logic. Peer devlink set is triggering a call trace if done after...

5.5CVSS6.6AI score0.00211EPSS
Exploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.3 views

AZL-42444 CVE-2024-36901 affecting package kernel for versions less than 6.6.35.1-4

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

5.5CVSS6.3AI score0.00262EPSS
Exploits0References1
CVE
CVE
added 2024/05/21 3:31 p.m.101 views

CVE-2023-52855

CVE-2023-52855: Linux kernel USB-DWC2 driver race condition. When _dwc2_hcd_urb_enqueue() and _dwc2_hcd_urb_dequeue() run concurrently, urb->hcpriv can be NULL-checked before urb->hcpriv is assigned NULL, enabling a NULL dereference in dwc2_hcd_urb_dequeue. The connected documents confirm t...

5.5CVSS7.2AI score0.00245EPSS
Exploits0References9Affected Software1
CVE
CVE
added 2024/05/21 2:19 p.m.93 views

CVE-2021-47259

CVE-2021-47259 is a Linux kernel use-after-free in NFS: nfs4_init_client. Public docs confirm KASAN-detected UAF when mounting two exports via two NICs on the same server; affected kernels include around 5.7–5.10 with the root cause linked to refcounting changes. The connected Astra/Unity/EulerOS...

7.5CVSS8.2AI score0.01109EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2024/05/19 9:15 a.m.4 views

AZL-59566 CVE-2024-35865 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2isvalidoplockbreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

5.5CVSS6.4AI score0.00225EPSS
Exploits0References1
OSV
OSV
added 2024/05/19 9:15 a.m.3 views

AZL-54687 CVE-2024-35864 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2isvalidleasebreak Skip sessions that are being teared down status == SESEXITING to avoid UAF...

7.8CVSS6.2AI score0.00242EPSS
Exploits0References1
OSV
OSV
added 2024/05/14 2:23 p.m.5 views

AZL-62750 CVE-2023-52656 affecting package kernel for versions less than 6.6.96.2-1

In the Linux kernel, the following vulnerability has been resolved: iouring: drop any code related to SCMRIGHTS This is dead code after we dropped support for passing iouring fds over SCMRIGHTS, get rid of it...

5.5CVSS6.2AI score0.00296EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2024/05/13 12:0 a.m.4 views

PT-2024-28075

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.9.0-rc6 Description The issue arises from the reinitialization of the whole EST structure, which resets the mutex lock embedded in the EST structure and triggers a warning. To address this, the lock is moved to...

5.5CVSS5.4AI score0.0021EPSS
Exploits0
NVD
NVD
added 2024/05/03 3:15 p.m.27 views

CVE-2022-48692

In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Set scmnd-result only when scmnd is not NULL This change fixes the following kernel NULL pointer dereference which is reproduced by blktests srp/007 occasionally. BUG: kernel NULL pointer dereference, address:...

5.5CVSS5.9AI score0.00225EPSS
Exploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

AZL-59595 CVE-2023-52653 affecting package kernel 5.15.200.1-1

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.3AI score0.00275EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.1 views

AZL-40509 CVE-2024-26953 affecting package hyperv-daemons for versions less than 5.15.158.2-1

In the Linux kernel, the following vulnerability has been resolved: net: esp: fix bad handling of pages from pagepool When the skb is reorganized during espoutput !esp-inline, the pages coming from the original skb fragments are supposed to be released back to the system through putpage. But if t...

5.5CVSS6.7AI score0.00227EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.38 views

CVE-2024-26932

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix double-free issue in tcpmportunregisterpd When unregister pd capabilitie in tcpm, KASAN will capture below double -free issue. The root cause is the same capabilitiy will be kfreed twice, the first time is...

7.8CVSS6.3AI score0.00216EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2024/04/30 12:0 a.m.1 views

PT-2024-7191

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.10.8 Description The issue is related to a negative array index read in the Linux kernel, specifically in the drm/amd/pm module. The problem arises from using negative values for clk idex as an index into an...

7.8CVSS7AI score0.00261EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2024/04/30 12:0 a.m.12 views

PT-2025-18904 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the version that includes the fix for the race condition between unloading and reloading kernel modules. Description: A race condition in the Linux kernel has been resolved. The issue was caused by a bug...

10CVSS7.2AI score0.23582EPSS
Exploits33References980
Positive Technologies
Positive Technologies
added 2024/04/28 12:0 a.m.5 views

PT-2024-4121

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description The issue is related to the erofs kill sb function in the Linux kernel, which can lead to an attempt to free an anon dev that has never been allocated when CONFIG EROFS FS ONDEMAND is enabled...

9.8CVSS6.5AI score0.01136EPSS
Exploits0References280
Positive Technologies
Positive Technologies
added 2024/04/26 12:0 a.m.6 views

PT-2024-14773

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the MediaTek vcodec driver in the Linux kernel. The mtk vcodec mem free function is mostly called when the buffer to free exists, but there are instances where th...

5.5CVSS5.8AI score0.00241EPSS
Exploits0
Rows per page
Query Builder