Lucene search
+L

5561 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/14 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-71223

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - smb/server: fix refcount leak in smb2open When ksmbdvfsgetattr fails, the reference count of ksmbdfile must be released. CVE-2025-71223 Note that Nessus relies ...

5.5CVSS6.1AI score0.00122EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/05 12:24 a.m.7 views

SUSE CVE-2026-23081

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.5CVSS5.1AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/04 5:16 p.m.17 views

AZL-77250 CVE-2026-23066 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg unconditional requeue If rxrpcrecvmsg fails because MSGDONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, it requeues the call - whether or not the call is alrea...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/04 5:16 p.m.8 views

CVE-2026-23066

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg unconditional requeue If rxrpcrecvmsg fails because MSGDONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, it requeues the call - whether or not the call is alrea...

7.8CVSS0.00129EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.8 views

CVE-2026-23081

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.5CVSS5.7AI score0.00107EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.40 views

CVE-2026-23100 mm/hugetlb: fix hugetlb_pmd_shared()

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlbpmdshared Patch series "mm/hugetlb: fixes for PMD table sharing incl. using mmugather", v3. One functional fix, one performance regression fix, and two related comment fixes. I cleaned up my prototype I...

0.0012EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:08 p.m.4 views

CVE-2026-23081

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.2AI score0.00107EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/02/04 4:08 p.m.62 views

CVE-2026-23081

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.5CVSS5.2AI score0.00107EPSS
SaveExploits0
OSV
OSV
added 2026/02/04 4:08 p.m.27 views

CVE-2026-23081 net: phy: intel-xway: fix OF node refcount leakage

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

5.2AI score
SaveExploits0References5
CVE
CVE
added 2026/02/04 4:08 p.m.35 views

CVE-2026-23081

Summary: CVE-2026-23081 affects the Linux kernel intel-xway PHY driver, where an OF node reference-count leakage could occur. The root cause is improper management of Open Firmware (OF) node refcounts when checking the presence of the 'leds' child node. The fix adds a correct refcount maintenance...

5.5CVSS5.2AI score0.00107EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.78 views

CVE-2026-23081 net: phy: intel-xway: fix OF node refcount leakage

In the Linux kernel, the following vulnerability has been resolved: net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Call ofputnode to correctly maintain the refcount...

0.00107EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-23081

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: phy: intel-xway: fix OF node refcount leakage Automated review spotted am OF node reference count leakage when checking if the 'leds' child node exists. Ca...

5.5CVSS5.5AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/02 9:44 a.m.11 views

SUSE-SU-2026:20564-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 16.0 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2025-38704: rcu/nocb: Fix possible invalid rdp's-nocbcbkthread pointer bsc1254408. - CVE-2025-39880: ceph: fix race condition validating rparent before applying state...

9.8CVSS6.7AI score0.00677EPSS
SaveExploits4References454
SUSE CVE
SUSE CVE
added 2026/01/30 12:27 a.m.19 views

SUSE CVE-2025-71159

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free warning in btrfsgetorcreatedelayednode Previously, btrfsgetorcreatedelayednode set the delayednode's refcount before acquiring the root-delayednodes lock. Commit e8513c012de7 "btrfs: implement reftracker...

9.8CVSS5.8AI score0.00214EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/29 12:00 a.m.4 views

SUSE SLES16 Security Update : kernel (Live Patch 2 for SUSE Linux Enterprise 16) (SUSE-SU-2026:20148-1)

The remote SUSE Linux SLES16 / SLESSAP16 host has a package installed that is affected by a vulnerability as referenced in the SUSE-SU-2026:20148-1 advisory. This update for the SUSE Linux Enterprise kernel 6.12.0-160000.7.1 fixes one security issue The following security issue was fixed: -...

9.8CVSS6AI score0.00401EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005017)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005017 advisory. In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential AB/BA lock with buffermutex and mmaplock syzbot caught a potential...

5.5CVSS5.8AI score0.002EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005056)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005056 advisory. In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: reset dst in route object after setting up flow dst is transferred to...

7.8CVSS6.7AI score0.00237EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005166)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005166 advisory. In the Linux kernel, the following vulnerability has been resolved: fsl/fman: Fix refcount handling of fman-related devices In macprobe there are multiple calls to...

5.5CVSS5.8AI score0.00215EPSS
SaveExploits0References3
OPENSUSE Linux
OPENSUSE Linux
added 2026/01/27 12:00 a.m.8 views

Security update for the Linux Kernel RT (Live Patch 2 for SUSE Linux Enterprise 16) (important)

openSUSE security update: security update for the linux kernel rt live patch 2 for suse linux enterprise 16 ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:20108-1 Rating: important References: bsc1254196 Cross-References: CVE-2025-40212 CVSS scores...

7.3CVSS5.9AI score0.00401EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/01/26 12:24 a.m.11 views

SUSE CVE-2026-22997

In the Linux kernel, the following vulnerability has been resolved: net: can: j1939: j1939xtprxrtssessionactive: deactivate session upon receiving the second rts Since j1939sessiondeactivateactivatenext in j1939tprxtimer is called only when the timer is enabled, we need to call...

5.5CVSS5.2AI score0.00431EPSS
SaveExploits0References20
Rows per page
Query Builder