Lucene search
+L

164 matches found

Cvelist
Cvelist
added 2024/06/20 11:13 a.m.31 views

CVE-2022-48768 tracing/histogram: Fix a potential memory leak for kstrdup()

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup kfree is missing on an error path to free the memory allocated by kstrdup: p = param = kstrdupdata-paramsi, GFPKERNEL; So it is better to free it via kfreep...

0.0021EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.30 views

CVE-2022-48768

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup kfree is missing on an error path to free the memory allocated by kstrdup: p = param = kstrdupdata-paramsi, GFPKERNEL; So it is better to free it via kfreep...

5.5CVSS5.4AI score0.0021EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.18 views

CVE-2022-48768

In the Linux kernel, the following vulnerability has been resolved: tracing/histogram: Fix a potential memory leak for kstrdup kfree is missing on an error path to free the memory allocated by kstrdup: p = param = kstrdupdata-paramsi, GFPKERNEL; So it is better to free it via kfreep...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/06/20 12:0 a.m.8 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in Linux kernel due to a memory leak in the tracing/histogram module kstrdup...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/05/29 2:19 p.m.3 views

SUSE CVE-2023-52841

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: mux: Add check and kfree for kstrdup Add check for the return value of kstrdup and return the error if it fails in order to avoid NULL pointer dereference. Moreover, use kfree in the later error handling in order to...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/05/29 2:19 p.m.1 views

SUSE CVE-2023-52844

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: 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...

5.5CVSS6.5AI score0.00252EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/05/24 10:12 a.m.2 views

SUSE CVE-2023-52789

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

5.5CVSS6.5AI score0.00246EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/05/23 11:13 a.m.36 views

CVE-2023-52844

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: 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...

4.4CVSS6.5AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:13 a.m.23 views

CVE-2023-52841

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: mux: Add check and kfree for kstrdup Add check for the return value of kstrdup and return the error if it fails in order to avoid NULL pointer dereference. Moreover, use kfree in the later error handling in order to...

4.4CVSS6.5AI score0.0024EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.15 views

CVE-2023-52789

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

6CVSS6.5AI score0.00246EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:2 a.m.18 views

CVE-2023-52869

In the Linux kernel, the following vulnerability has been resolved: pstore/platform: 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...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 2:56 a.m.6 views

SUSE CVE-2023-52869

In the Linux kernel, the following vulnerability has been resolved: pstore/platform: 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...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References13
NVD
NVD
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52869

In the Linux kernel, the following vulnerability has been resolved: pstore/platform: 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...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.4 views

DEBIAN-CVE-2023-52869

In the Linux kernel, the following vulnerability has been resolved: pstore/platform: 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...

5.5CVSS5.4AI score0.00223EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52844

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: 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...

6.2CVSS6.5AI score0.00252EPSS
SaveExploits0References6
NVD
NVD
added 2024/05/21 4:15 p.m.20 views

CVE-2023-52841

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: mux: Add check and kfree for kstrdup Add check for the return value of kstrdup and return the error if it fails in order to avoid NULL pointer dereference. Moreover, use kfree in the later error handling in order to...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.3 views

DEBIAN-CVE-2023-52844

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: 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...

6.2CVSS5.1AI score0.00252EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52841

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: mux: Add check and kfree for kstrdup Add check for the return value of kstrdup and return the error if it fails in order to avoid NULL pointer dereference. Moreover, use kfree in the later error handling in order to...

5.5CVSS5.1AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.1 views

DEBIAN-CVE-2023-52789

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

5.5CVSS5.2AI score0.00246EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.18 views

CVE-2023-52844

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: 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...

6.2CVSS5.9AI score0.00252EPSS
SaveExploits0References9
Rows per page
Query Builder