Lucene search
+L

8191 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.9 views

CVE-2023-54130

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

7.8CVSS0.00161EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:16 p.m.10 views

CVE-2023-54049

In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: Add check for kstrdup Add check for the return value of kstrdup and return the error if it fails in order to avoid NULL pointer dereference...

0.0027EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50770

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2mountvolume There is a memory leak reported by kmemleak: unreferenced object 0xffff88810cc65e60 size 32: comm "mount.ocfs2", pid 23753, jiffies 4302528942 age 34735.105s hex dump first 32 bytes: 10 ...

0.00248EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54118

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: setup GPIO controller later in probe The GPIO controller component of the sc16is7xx driver is setup too early, which can result in a race condition where another device tries to utilise the GPIO lines before th...

5.7AI score0.00204EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2022-50776

In the Linux kernel, the following vulnerability has been resolved: clk: st: Fix memory leak in stofquadfssetup If stclkregisterquadfspll fails, @lock should be freed before goto @errexit, otherwise will cause meory leak issue, fix it...

5.7AI score0.00282EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54130

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

7.8CVSS5.7AI score0.00161EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2023-54143

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix resource leaks in vdecmsgqueueinit If we encounter any error in the vdecmsgqueueinit then we need to set "msgqueue-wdmaaddr.size = 0;". Normally, this is done inside the vdecmsgqueuedeinit function...

5.7AI score0.00195EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:16 p.m.18 views

UBUNTU-CVE-2023-54130

In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARNON for sanity check, use proper error handling Commit 55d1cbbbb29e "hfs/hfsplus: use WARNON for sanity check" fixed a build warning by turning a comment into a WARNON, but it turns out that syzbot then...

7.8CVSS5.7AI score0.00161EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2022-50769

In the Linux kernel, the following vulnerability has been resolved: mmc: mxcmmc: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

5.7AI score0.00272EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.5 views

CVE-2022-50734

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: Fix memleak in nvmemregister devsetname will alloc memory for nvmem-dev.kobj.name in nvmemregister, when nvmemvalidatekeepouts failed, nvmem's memory will be freed and return, but nobody will free memory for...

5.9AI score0.00232EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50770

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2mountvolume There is a memory leak reported by kmemleak: unreferenced object 0xffff88810cc65e60 size 32: comm "mount.ocfs2", pid 23753, jiffies 4302528942 age 34735.105s hex dump first 32 bytes: 10 ...

5.7AI score0.00248EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.7 views

CVE-2025-68740

In the Linux kernel, the following vulnerability has been resolved: ima: Handle error code returned by imafilterrulematch In imamatchrules, if imafilterrulematch returns -ENOENT due to the rule being NULL, the function incorrectly skips the 'if !rc' check and sets 'result = true'. The LSM rule is...

5.8AI score0.00202EPSS
SaveExploits0References35
OSV
OSV
added 2025/12/24 1:16 p.m.13 views

UBUNTU-CVE-2023-54050

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memleak when insertoldidx failed Following process will cause a memleak for copied up znode: dirtycowznode zn = copyznodec, znode; err = insertoldidxc, zbr-lnum, zbr-offs; if unlikelyerr return ERRPTRerr; // No one...

7.8CVSS5.7AI score0.00196EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/24 1:16 p.m.9 views

UBUNTU-CVE-2023-54097

In the Linux kernel, the following vulnerability has been resolved: regulator: stm32-pwr: fix ofiomap leak Smatch reports: drivers/regulator/stm32-pwr.c:166 stm32pwrregulatorprobe warn: 'base' from ofiomap not released on lines: 151,166. In stm32pwrregulatorprobe, base is not released when...

5.7AI score0.00209EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.18 views

UBUNTU-CVE-2025-68740

In the Linux kernel, the following vulnerability has been resolved: ima: Handle error code returned by imafilterrulematch In imamatchrules, if imafilterrulematch returns -ENOENT due to the rule being NULL, the function incorrectly skips the 'if !rc' check and sets 'result = true'. The LSM rule is...

5.9AI score0.00202EPSS
SaveExploits0References36
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2022-50770

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2mountvolume There is a memory leak reported by kmemleak: unreferenced object 0xffff88810cc65e60 size 32: comm "mount.ocfs2", pid 23753, jiffies 4302528942 age 34735.105s hex dump first 32 bytes: 10 ...

5.7AI score0.00248EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:15 p.m.10 views

CVE-2022-50725

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtvbridgedvbinit KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvbdmxdevrelease+0x4d5/0x5d0 dvbcore Call Trace: ... dvbdmxdevrelease+0x4d5/0x5d0 dvbcore...

0.00234EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 1:15 p.m.9 views

CVE-2022-50721

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prepslavesg The calling convention for preslavesg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur...

0.00232EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.9 views

CVE-2022-50725

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: Fix use-after-free in vidtvbridgedvbinit KASAN reports a use-after-free: BUG: KASAN: use-after-free in dvbdmxdevrelease+0x4d5/0x5d0 dvbcore Call Trace: ... dvbdmxdevrelease+0x4d5/0x5d0 dvbcore...

6.1AI score0.00234EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 1:06 p.m.26 views

CVE-2023-54130

CVE-2023-54130 (Linux kernel - hfs/hfsplus) : A patch that converted a comment into a WARN_ON() created a local vulnerability when processing certain corrupted hfs images, because syzbot could trigger the warning. The proper fix is to treat the situation as an error and return -EIO. The issue was...

7.8CVSS6AI score0.00161EPSS
SaveExploits0References8
Rows per page
Query Builder