From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - The vulnerability is described as "tty: serial: ma35d1: Add a NULL check for of_node". - It was discovered in the Nuvoton ma35d1 serial driver. 2. Fix Details: - The fix involves adding a NULL check in the file . - The specific code change is as follows: 3. Reason for Fix: - The fix is necessary because can be NULL if the "serial" node does not exist. - Adding the NULL check ensures that an error is returned in such cases. 4. Fix Status: - The fix has been merged into the branch. - The patch was submitted by Jacky Huang on June 25, 2024. - It has been reviewed by Dan Carpenter. 5. Related Links: - Original patch message: https://lore.kernel.org/all/8df7ce45-fd58-4235-88f7-43fe7cd67e8f@moroto.mountain/ - Original patch submission: https://lore.kernel.org/r/20240625064128.127-1-ychuang570808@gmail.com This information helps us understand the background, remediation process, and current status of the vulnerability.