Lucene search
+L

921 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.3 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993023)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993023 advisory. In the Linux kernel, the following vulnerability has been resolved: net: gso: fix panic on fraglist with mixed head alloc types Since commit 3dcbdb134f32 net: gso: F...

5.5CVSS6AI score0.00166EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.5 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992720)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992720 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of...

5.5CVSS5.9AI score0.00146EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2023-54298

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free socdts will lead to an Oops. CVE-2023-5429...

5.6AI score0.00176EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.4 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993225)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993225 advisory. In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate allocpercpu failure Check allocprecpu's return value and return...

5.5CVSS6.5AI score0.00168EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.7 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993082)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993082 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix the sk-skforwardalloc warning of skstreamkillqueues When running testsockmap...

5.5CVSS6AI score0.00165EPSS
Exploits0References4
EUVD
EUVD
added 2025/12/30 3:30 p.m.8 views

EUVD-2023-60506

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

6AI score0.00176EPSS
Exploits0References9
NVD
NVD
added 2025/12/30 1:16 p.m.7 views

CVE-2023-54217

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/msm: Add missing check and destroy for allocorderedworkqueue" This reverts commit 643b7d0869cc7f1f7a5ac7ca6bd25d88f54e31d0. A recent patch that tried to fix up the msmdrminit paths with respect to the workqueue but on...

0.00155EPSS
Exploits0References2
NVD
NVD
added 2025/12/30 1:16 p.m.5 views

CVE-2022-50860

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

0.00206EPSS
Exploits0References5
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

UBUNTU-CVE-2023-54298

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

5.8AI score0.00176EPSS
Exploits0References11
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.4 views

CVE-2022-50846

In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, it will lead two issues: 1. The memory that allocated in mmcallochost is leaked. 2. In the remove path, mmcremovehos...

5.8AI score0.00239EPSS
Exploits0References11
CVE
CVE
added 2025/12/30 12:23 p.m.25 views

CVE-2023-54298

CVE-2023-54298 affects the Linux kernel's thermal: intel: quark_dts code path. The root cause was an error pointer dereference when alloc_soc_dts() fails; attempting to free soc_dts could cause an Oops. The issue has been fixed by returning early on alloc_soc_dts() failure, preventing a faulty fr...

6.1AI score0.00176EPSS
Exploits0References8
OSV
OSV
added 2025/12/30 12:23 p.m.12 views

CVE-2023-54298 thermal: intel: quark_dts: fix error pointer dereference

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: quarkdts: fix error pointer dereference If allocsocdts fails, then we can just return. Trying to free "socdts" will lead to an Oops...

6.4AI score0.00176EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.27 views

CVE-2022-50860 apparmor: Fix memleak in alloc_ns()

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

0.00206EPSS
Exploits0References5
CVE
CVE
added 2025/12/30 12:15 p.m.30 views

CVE-2022-50860

The CVE-2022-50860 issue affects the Linux kernel's AppArmor subsystem. After the commit a1bd627b46d1, the hname member of struct aa_policy becomes an invalid slab object and cannot be freed by kfree_sensitive(); the fix is to use aa_policy_destroy() to properly free the resource, preventing a me...

5.9AI score0.00206EPSS
Exploits0References5
OSV
OSV
added 2025/12/30 12:15 p.m.11 views

CVE-2022-50860 apparmor: Fix memleak in alloc_ns()

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

6.2AI score0.00206EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.5 views

CVE-2023-54217

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/msm: Add missing check and destroy for allocorderedworkqueue" This reverts commit 643b7d0869cc7f1f7a5ac7ca6bd25d88f54e31d0. A recent patch that tried to fix up the msmdrminit paths with respect to the workqueue but on...

5.3AI score0.00155EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.3 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992615)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992615 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/pci: Fix getphbnumber locking The recent change to getphbnumber causes a DEBUGATOMICSLEEP...

5.5CVSS6AI score0.00122EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.4 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992216)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992216 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of...

5.5CVSS5.9AI score0.00146EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-992410)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992410 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of...

5.5CVSS5.9AI score0.00146EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.3 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992451)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992451 advisory. In the Linux kernel, the following vulnerability has been resolved: NFSv4.2 fix problems with nfs42sscopen A destination server while doing a COPY shouldn't accept...

5.5CVSS6.1AI score0.00202EPSS
Exploits0References4
Rows per page
Query Builder