Lucene search
+L

6212 matches found

OSV
OSV
added 2025/09/19 3:26 p.m.9 views

CVE-2025-39844 mm: move page table sync declarations to linux/pgtable.h

In the Linux kernel, the following vulnerability has been resolved: mm: move page table sync declarations to linux/pgtable.h During our internal testing, we started observing intermittent boot failures when the machine uses 4-level paging and has a large amount of persistent memory: BUG: unable t...

6.2AI score
SaveExploits0References11
NVD
NVD
added 2025/09/18 4:15 p.m.20 views

CVE-2022-50417

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrostgemcreatewithhandle previously returned a BO but with the only reference being from the handle, which user space could in theory guess and release, causing a...

7.8CVSS0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/18 4:15 p.m.11 views

UBUNTU-CVE-2022-50417

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrostgemcreatewithhandle previously returned a BO but with the only reference being from the handle, which user space could in theory guess and release, causing a...

7.8CVSS5.5AI score0.00159EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 4:04 p.m.60 views

CVE-2022-50417

The CVE-2022-50417 issue affects the Linux kernel (drm/panfrost) where panfrost_gem_create_with_handle() could return a BO whose only reference came from the handle, enabling a potential use-after-free if the handle was released by user space. Additionally, if panfrost_gem_mapping_get() in panfro...

7.8CVSS5.8AI score0.00159EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/09/18 4:04 p.m.25 views

CVE-2022-50417

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix GEM handle creation ref-counting panfrostgemcreatewithhandle previously returned a BO but with the only reference being from the handle, which user space could in theory guess and release, causing a...

7.8CVSS5.3AI score0.00159EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.12 views

PT-2025-38434

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The panfrost gem create with handle function previously returned a buffer object BO with only a reference from the handle. User space could potentially guess and release this handle,...

6.5AI score0.00159EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.11 views

SUSE CVE-2023-53171

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/09/17 5:49 p.m.10 views

CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS5.8AI score0.00203EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/17 3:15 p.m.13 views

CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS0.00203EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/17 2:56 p.m.8 views

CVE-2022-50364 i2c: mux: reg: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS6.2AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2025/09/17 2:49 p.m.6 views

CVE-2023-53171

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.8AI score0.00155EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from not properly cleaning up user mapping information, which could lead to a memory leak...

5.5CVSS5.8AI score0.00167EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53171

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2022-50257

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Prevent leaking grants Prior to this commit, if a grant mapping operation faile...

5.5CVSS5.2AI score0.0016EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/16 11:35 p.m.11 views

SUSE CVE-2022-50257

In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Prevent leaking grants Prior to this commit, if a grant mapping operation failed partially, some of the entries in the mapops array would be invalid, whereas all of the entries in the kmapops array would be valid. Thi...

5.5CVSS6.5AI score0.0016EPSS
SaveExploits0References10
OSV
OSV
added 2025/09/16 5:15 p.m.13 views

UBUNTU-CVE-2023-53323

In the Linux kernel, the following vulnerability has been resolved: ext2/dax: Fix ext2setsize when len is page aligned PAGEALIGNx macro gives the next highest value which is multiple of pagesize. But if x is already page aligned then it simply returns x. So, if x passed is 0 in daxzerorange...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.20 views

CVE-2023-53308 net: fec: Better handle pm_runtime_get() failing in .remove()

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pmruntimeget failing in .remove In the unlikely event that pmruntimeget disguised as pmruntimeresumeandget fails, the remove callback returned an error early. The problem with this is that the driver core...

0.00164EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.2 views

CVE-2023-53308 net: fec: Better handle pm_runtime_get() failing in .remove()

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pmruntimeget failing in .remove In the unlikely event that pmruntimeget disguised as pmruntimeresumeandget fails, the remove callback returned an error early. The problem with this is that the driver core...

6.1AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/16 2:15 p.m.9 views

DEBIAN-CVE-2025-39835

In the Linux kernel, the following vulnerability has been resolved: xfs: do not propagate ENODATA disk errors into xattr code ENODATA aka ENOATTR has a very specific meaning in the xfs xattr code; namely, that the requested attribute name could not be found. However, a medium error from disk may...

7.8CVSS6.2AI score0.00168EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2025/09/16 1:54 a.m.20 views

Openfire has potential identity spoofing issue via unsafe CN parsing

Summary Identity spoofing in X.509 client certificate authentication in Openfire allows internal attackers to impersonate other users via crafted certificate subject attributes, due to regex-based extraction of CN from an unescaped, provider-dependent DN string. Analysis Openfire’s SASL EXTERNAL...

5.9CVSS7.1AI score0.00234EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder