CVE & CISA-KEV Catalog

CVE-2025-38557

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: HID: apple: validate feature-report field count to prevent NULL pointer dereference A malicious HID device with quirk APPLE_MAGIC_BACKLIGHT can trigger a NULL pointer dereference whilst the power feature-report is toggled and sent to the device in apple_magic_backlight_report_set(). The power feature-report is expected to have two data fields, but if the descriptor declares one field then accessing field[1] and dereferencing it in apple_magic_backlight_report_set() becomes invalid since field[1] will be NULL. An example of a minimal descriptor which can cause the crash is something like the following where the report with ID 3 (power report) only references a single 1-byte field. When hid core parses the descriptor it will encounter the final feature tag, allocate a hid_report (all members of field[] will be zeroed out), create field structure and populate it, increasing the maxfield to 1. The subsequent field[1] access and dereference causes the crash. Usage Page (Vendor Defined 0xFF00) Usage (0x0F) Collection (Application) Report ID (1) Usage (0x01) Logical Minimum (0) Logical Maximum (255) Report Size (8) Report Count (1) Feature (Data,Var,Abs) Usage (0x02) Logical Maximum (32767) Report Size (16) Report Count (1) Feature (Data,Var,Abs) Report ID (3) Usage (0x03) Logical Minimum (0) Logical Maximum (1) Report Size (8) Report Count (1) Feature (Data,Var,Abs) End Collection Here we see the KASAN splat when the kernel dereferences the NULL pointer and crashes: [ 15.164723] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000006: 0000 [#1] SMP KASAN NOPTI [ 15.165691] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] [ 15.165691] CPU: 0 UID: 0 PID: 10 Comm: kworker/0:1 Not tainted 6.15.0 #31 PREEMPT(voluntary) [ 15.165691] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.16.2-debian-1.16.2-1 04/01/2014 [ 15.165691] RIP: 0010:apple_magic_backlight_report_set+0xbf/0x210 [ 15.165691] Call Trace: [ 15.165691] <TASK> [ 15.165691] apple_probe+0x571/0xa20 [ 15.165691] hid_device_probe+0x2e2/0x6f0 [ 15.165691] really_probe+0x1ca/0x5c0 [ 15.165691] __driver_probe_device+0x24f/0x310 [ 15.165691] driver_probe_device+0x4a/0xd0 [ 15.165691] __device_attach_driver+0x169/0x220 [ 15.165691] bus_for_each_drv+0x118/0x1b0 [ 15.165691] __device_attach+0x1d5/0x380 [ 15.165691] device_initial_probe+0x12/0x20 [ 15.165691] bus_probe_device+0x13d/0x180 [ 15.165691] device_add+0xd87/0x1510 [...] To fix this issue we should validate the number of fields that the backlight and power reports have and if they do not have the required number of fields then bail.

How to fix

Remediation Available
linuxDebian
Fixed in:6.12.43-1CVE-2025-38557
Fixed in:6.16.3-1CVE-2025-38557
linux-aws-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-azure-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-gcp-6.14Ubuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-hwe-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-6.14.0-1016-oemUbuntu
Fixed in:6.14.0-1016.16USN-7880-1
linux-image-6.14.0-1016-realtimeUbuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-image-6.14.0-1017-awsUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1017-aws-64kUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1017-azureUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-image-6.14.0-1017-oracleUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1017-oracle-64kUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-6.14.0-1020-gcpUbuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-6.14.0-1020-gcp-64kUbuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-6.14.0-36-genericUbuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-6.14.0-36-generic-64kUbuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-awsUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-64kUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-aws-64k-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-azureUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-image-azure-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7934-1
linux-image-gcpUbuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-6.14Ubuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-64kUbuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-gcp-64k-6.14Ubuntu
Fixed in:6.14.0-1020.21~24.04.1USN-7879-4
linux-image-generic-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-64k-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-oem-6.14Ubuntu
Fixed in:6.14.0-1016.16USN-7880-1
linux-image-oracleUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-64kUbuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-oracle-64k-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-image-realtime-6.14Ubuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-image-realtime-hwe-24.04Ubuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2
linux-image-virtual-6.14Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.14.0-36.36~24.04.1USN-7879-1
linux-oem-6.14Ubuntu
Fixed in:6.14.0-1016.16USN-7880-1
linux-oracle-6.14Ubuntu
Fixed in:6.14.0-1017.17~24.04.1USN-7879-3
linux-realtime-6.14Ubuntu
Fixed in:6.14.0-1016.16~24.04.1USN-7879-2

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.14%probability of exploitation in 30 days
4thpercentile

Low risk: more likely to be exploited than 4% of all known CVEs.

References

Related Vulnerabilities

Other CWE-476 (NULL Pointer Dereference) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-21758High7.592%-Fix
CVE-2023-21547High7.588%-Fix
CVE-2014-3470Medium4.386%-Fix
CVE-2021-44224High8.282%-Fix
CVE-2016-0742High7.582%-Fix
CVE-2009-1386Medium5.080%-Fix
Embed a live status badge for CVE-2025-38557
CVE-2025-38557 severity badge

Markdown

[![CVE-2025-38557](https://tridentstack.com/cve/badge/CVE-2025-38557.svg)](https://tridentstack.com/cve/CVE-2025-38557)

HTML

<a href="https://tridentstack.com/cve/CVE-2025-38557"><img src="https://tridentstack.com/cve/badge/CVE-2025-38557.svg" alt="CVE-2025-38557"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-11-28.