NONE · 0

CVE-2023-54319

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devm_kasprintf() devm_kasprintf() returns a pointer to dynamically allocated memory. Poi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devm_kasprintf() devm_kasprintf() returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check pointer validity. Identified with coccinelle (kmerr.cocci script). Depends-on: 1c4e5c470a56 ("pinctrl: at91: use devm_kasprintf() to avoid potential leaks") Depends-on: 5a8f9cf269e8 ("pinctrl: at91-pio4: use proper format specifier for unsigned int")

References

FAQ

What is CVE-2023-54319?

CVE-2023-54319 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devm_kasprintf() devm_kasprintf() returns a pointer to dynamically allocated memory. Poi...

How severe is CVE-2023-54319?

CVSS scoring is not yet available for CVE-2023-54319. Check NVD for updates.

Is there a patch for CVE-2023-54319?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.