Lucene search
+L

14 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•11 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: The risk of out-of-memory access has been prevented. The dvbdev module contains a static variable used to store dvb minors. Its behavior depends on whether CONFIGDVBDYNAMICMINORS is set or not. When it is not set,...

7.8CVSS6.3AI score0.00282EPSS
SaveExploits0References2
AstraLinux
AstraLinux
•added 2025/06/16 11:28 a.m.•10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: misc: miscminoralloc will now use ida to allocate IDs for all dynamic/misc dynamic minors. miscminoralloc used to allocate IDs using ida only for minors in the case of MISCDYNAMICMINOR. However, miscminorfree always freed IDs...

5.5CVSS6.3AI score0.0018EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/03/07 2:38 a.m.•12 views

SUSE CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS7.7AI score0.0018EPSS
SaveExploits0References13
NVD
NVD
•added 2025/03/06 5:15 p.m.•25 views

CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS0.0018EPSS
SaveExploits0References4
OSV
OSV
•added 2025/03/06 5:15 p.m.•5 views

DEBIAN-CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS5.6AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
•added 2025/03/06 5:15 p.m.•10 views

UBUNTU-CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References19
OSV
OSV
•added 2025/03/06 4:13 p.m.•16 views

CVE-2024-58078 misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

6.1AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2025/03/06 4:13 p.m.•29 views

CVE-2024-58078 misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

0.0018EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2025/03/06 4:13 p.m.•21 views

CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS5.6AI score0.0018EPSS
SaveExploits0
CVE
CVE
•added 2025/03/06 4:13 p.m.•139 views

CVE-2024-58078

CVE-2024-58078 affects the Linux kernel’s misc subsystem. The issue stems from mismatched id allocation/free in dynamic/minor handling: misc_minor_alloc started using ida for all dynamic/misc minors, but misc_minor_free used ida_free regardless, creating a potential id-usage mismatch (reported tr...

5.5CVSS7.1AI score0.0018EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
•added 2025/03/06 12:00 a.m.•15 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 the Linux kernel that stems from miscminoralloc not using ida for all dynamic minors, which could lead to a memory leak...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2024/11/20 3:48 a.m.•6 views

SUSE CVE-2024-53063

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIGDVBDYNAMICMINORS is set or not. When not set, dvbregisterdevice won't che...

7.1CVSS6.7AI score0.00282EPSS
SaveExploits0References45
OSV
OSV
•added 2024/11/19 6:15 p.m.•9 views

DEBIAN-CVE-2024-53063

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIGDVBDYNAMICMINORS is set or not. When not set, dvbregisterdevice won't che...

5.5CVSS5.6AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
•added 2024/11/19 6:15 p.m.•30 views

AZL-53936 CVE-2024-53063 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: prevent the risk of out of memory access The dvbdev contains a static variable used to store dvb minors. The behavior of it depends if CONFIGDVBDYNAMICMINORS is set or not. When not set, dvbregisterdevice won't che...

5.5CVSS6.4AI score0.00282EPSS
SaveExploits0References1
Rows per page
Query Builder