Lucene search
K

340 matches found

NVD
NVD
added 2025/12/30 1:16 p.m.2 views

CVE-2022-50875

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in finddupcsetnodeentry and finddupcsetprop When kmalloc fail to allocate memory in kasprintf, fn1 or fn2 will be NULL, and strcmp will cause null pointer dereference...

0.00039EPSS
Exploits0References6
NVD
NVD
added 2025/12/30 1:16 p.m.2 views

CVE-2022-50866

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

0.00053EPSS
Exploits0References9
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.2 views

CVE-2022-50875

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in finddupcsetnodeentry and finddupcsetprop When kmalloc fail to allocate memory in kasprintf, fn1 or fn2 will be NULL, and strcmp will cause null pointer dereference...

5.9AI score0.00039EPSS
Exploits0References8
OSV
OSV
added 2025/12/30 1:16 p.m.0 views

UBUNTU-CVE-2022-50875

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in finddupcsetnodeentry and finddupcsetprop When kmalloc fail to allocate memory in kasprintf, fn1 or fn2 will be NULL, and strcmp will cause null pointer dereference...

5.7AI score0.00039EPSS
Exploits0References9
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

UBUNTU-CVE-2023-54207

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

7.8CVSS5.7AI score0.00017EPSS
Exploits0References20
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

UBUNTU-CVE-2022-50866

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

5.7AI score0.00053EPSS
Exploits0References12
OSV
OSV
added 2025/12/30 1:16 p.m.0 views

UBUNTU-CVE-2023-54319

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle kmerr.coc...

5.7AI score0.00053EPSS
Exploits0References12
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.1 views

CVE-2022-50866

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

5.9AI score0.00053EPSS
Exploits0References11
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

UBUNTU-CVE-2023-54178

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix null pointer dereferencing in ofunittestfindnodebyname when kmalloc fail to allocate memory in kasprintf, name or fullname will be NULL, strcmp will cause null pointer dereference...

5.7AI score0.00053EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/12/30 12:34 p.m.19 views

CVE-2023-54319 pinctrl: at91-pio4: check return value of devm_kasprintf()

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle kmerr.coc...

0.00053EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:34 p.m.3 views

CVE-2023-54319

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devmkasprintf devmkasprintf returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle kmerr.coc...

5.3AI score0.00053EPSS
Exploits0
CVE
CVE
added 2025/12/30 12:34 p.m.11 views

CVE-2023-54319

CVE-2023-54319: In the Linux kernel pinctrl/at91-pio4, code did not validate the return value of devm_kasprintf(); since devm_kasprintf() can return NULL on allocation failure, lack of a NULL check could lead to use-after-free or leaks. The vulnerability has been addressed by adding a pointer val...

6AI score0.00053EPSS
Exploits0References9
OSV
OSV
added 2025/12/30 12:23 p.m.2 views

CVE-2022-50875 of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop()

In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in finddupcsetnodeentry and finddupcsetprop When kmalloc fail to allocate memory in kasprintf, fn1 or fn2 will be NULL, and strcmp will cause null pointer dereference...

6.4AI score0.00039EPSS
Exploits0References9
CVE
CVE
added 2025/12/30 12:23 p.m.8 views

CVE-2022-50875

CVE-2022-50875 — Linux kernel (overlay): The issue is a null pointer dereference in overlay code, specifically in find_dup_cset_node_entry() and find_dup_cset_prop(). If kmalloc() fails during kasprintf(), fn_1 or fn_2 may be NULL, and a subsequent strcmp() can dereference NULL. The vulnerability...

6.1AI score0.00039EPSS
Exploits0References6
OSV
OSV
added 2025/12/30 12:15 p.m.2 views

CVE-2022-50866 ASoC: pxa: fix null-pointer dereference in filter()

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

6.4AI score0.00053EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.26 views

CVE-2022-50866 ASoC: pxa: fix null-pointer dereference in filter()

In the Linux kernel, the following vulnerability has been resolved: ASoC: pxa: fix null-pointer dereference in filter kasprintf would return NULL pointer when kmalloc fail to allocate. Need to check the return pointer before calling strcmp...

0.00053EPSS
Exploits0References9
CVE
CVE
added 2025/12/30 12:15 p.m.8 views

CVE-2022-50866

CVE-2022-50866 relates to the Linux kernel ASoC: pxa driver, where a null-pointer dereference could occur in the filter() path due to kasprintf() returning NULL when kmalloc() fails. The public fixes require checking the allocation return before using strcmp(), effectively preventing potential cr...

6.1AI score0.00053EPSS
Exploits0References9
OSV
OSV
added 2025/12/30 12:11 p.m.2 views

CVE-2023-54207 HID: uclogic: Correct devm device reference for hidinput input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

7.8CVSS6.3AI score0.00017EPSS
Exploits0References9
ATTACKERKB
ATTACKERKB
added 2025/12/30 12:11 p.m.4 views

CVE-2023-54207

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

5.3AI score0.00017EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2025/12/30 12:8 p.m.21 views

CVE-2023-54178 of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()

In the Linux kernel, the following vulnerability has been resolved: of: unittest: fix null pointer dereferencing in ofunittestfindnodebyname when kmalloc fail to allocate memory in kasprintf, name or fullname will be NULL, strcmp will cause null pointer dereference...

0.00053EPSS
Exploits0References9
Rows per page
Query Builder