In the Linux kernel, the following vulnerability has been resolved:
serial: Fix potential null-ptr-deref in mlbusioprobe()
devmioremap() can return NULL on error. Currently, mlbusio_probe() does not check for this case, which could result in a NULL pointer dereference.
Add NULL check after devm_ioremap() to prevent this issue.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/38xxx/CVE-2025-38135.json",
"cna_assigner": "Linux"
}"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-38135.json"
[
{
"id": "CVE-2025-38135-37206baa",
"digest": {
"function_hash": "197618776215663894352469748566908315649",
"length": 1401.0
},
"signature_type": "Function",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@81159a6b064142b993f2f39828b77e199c77872a",
"deprecated": false,
"signature_version": "v1",
"target": {
"file": "drivers/tty/serial/milbeaut_usio.c",
"function": "mlb_usio_probe"
}
},
{
"id": "CVE-2025-38135-9a3a2fca",
"digest": {
"line_hashes": [
"329324665710578510683359454636639885385",
"139661492500507804157103057649745414433",
"85410582607650384872382005742363322161"
],
"threshold": 0.9
},
"signature_type": "Line",
"source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@81159a6b064142b993f2f39828b77e199c77872a",
"deprecated": false,
"signature_version": "v1",
"target": {
"file": "drivers/tty/serial/milbeaut_usio.c"
}
}
]