Lucene search
+L

121 matches found

OSV
OSV
added 2026/04/24 3:16 p.m.7 views

DEBIAN-CVE-2026-31598

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible deadlock between unlink and dioendiowrite ocfs2unlink takes orphan dir inodelock first and then ipallocsem, while in ocfs2dioendiowrite, it acquires these locks in reverse order. This creates an ABBA lock...

7.5CVSS5.3AI score0.00435EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/04/24 2:42 p.m.9 views

EUVD-2026-25491

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible deadlock between unlink and dioendiowrite ocfs2unlink takes orphan dir inodelock first and then ipallocsem, while in ocfs2dioendiowrite, it acquires these locks in reverse order. This creates an ABBA lock...

5.4AI score0.00435EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.19 views

PT-2026-34950

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock can occur in the ocfs2 module due to an ABBA lock ordering violation between the ocfs2 unlink and ocfs2 dio end io write functions. The ocfs2 unlink function acquires the orph...

7.5CVSS5.8AI score0.00435EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:0 a.m.6 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-013574)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013574 advisory. In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and...

5.5AI score0.00248EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.8 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-010991)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010991 advisory. In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and...

5.9AI score0.00248EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/03/04 12:0 a.m.6 views

PT-2026-22918

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to a reverted commit intended to address a deadlock issue. The original patch introduced a potential deadlock scenario involving write operations...

7.8CVSS6.8AI score0.00788EPSS
SaveExploits2References42
RedhatCVE
RedhatCVE
added 2026/01/09 9:0 a.m.15 views

CVE-2023-50926

Contiki-NG is an open-source, cross-platform operating system for Next-Generation IoT devices. An out-of-bounds read can be caused by an incoming DIO message when using the RPL-Lite implementation in the Contiki-NG operating system. More specifically, the prefix information of the DIO message...

7.5CVSS6.5AI score0.0053EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50848

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call...

5.6AI score0.00248EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/12/31 1:18 p.m.5 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.8AI score0.00248EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:31 a.m.8 views

SUSE CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.5CVSS6.5AI score0.00248EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/30 3:30 p.m.10 views

EUVD-2022-55850

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

6AI score0.00248EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/30 1:15 p.m.11 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

0.00248EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.12 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.8AI score0.00248EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/30 1:15 p.m.13 views

UBUNTU-CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.8AI score0.00248EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.7 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.3AI score0.00248EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.36 views

CVE-2022-50848 drivers: dio: fix possible memory leak in dio_init()

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

0.00248EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/30 12:15 p.m.17 views

CVE-2022-50848 drivers: dio: fix possible memory leak in dio_init()

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

6.4AI score
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.24 views

PT-2025-53966

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak was identified in the dio init function within the Direct I/O DIO driver of the Linux kernel. Specifically, if the device register function returns an error, the allocated...

7.8CVSS6.8AI score0.0094EPSS
SaveExploits2References899
Tenable Nessus
Tenable Nessus
added 2025/11/18 12:0 a.m.2 views

Siemens SCALANCE and RUGGEDCOM Devices Improper Input Validation (CVE-2024-42077)

ocfs2: DIO failure due to insufficient transaction credits. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid504618; scriptversion"1.3";...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2017-9337

Malware in sbrugna...

5.5CVSS6.5AI score0.00435EPSS
SaveExploits0References15
Rows per page
Query Builder