Description
In the Linux kernel, the following vulnerability has been resolved:

firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get()

ffa_partition_info_get() passes uuid_str directly to uuid_parse()
without a NULL check. When a caller passes NULL, uuid_parse() ->
__uuid_parse() -> uuid_is_valid() dereferences the pointer, causing
a kernel panic:

| Unable to handle kernel NULL pointer dereference at virtual address
| 0000000000000040
| pc : uuid_parse+0x40/0xac
| lr : ffa_partition_info_get+0x1c/0x94 [arm_ffa]

Add a NULL guard before uuid_parse() so a NULL argument returns
-ENODEV instead of crashing. Callers are expected to always supply
a valid partition UUID, so NULL is not a supported input.
Published: 2026-08-12
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In the Linux kernel, the function ffa_partition_info_get() failed to validate its input and passed a NULL pointer directly to uuid_parse(), causing a memory dereference that resulted in a kernel panic. The outcome of this flaw is an abrupt system halt, effectively denying availability to legitimate users.

Affected Systems

The vulnerability exists in the Linux kernel. All distributions running any kernel version that contains the unpatched ffa_partition_info_get() path remain affected. The patch is bundled in the most recent stable kernel releases, so systems with older kernels are at risk. No other vendor products are explicitly listed.

Risk and Exploitability

The exploit likelihood is very low, with an EPSS score below 1% and no presence in the CISA KEV catalog. Although the impact of a kernel crash is high, the attack vector is not clearly defined; it likely requires privileged control or the ability to call ffa_partition_info_get() with a NULL UUID. The CVSS score of 5.5 indicates moderate severity. Consequently, the threat level is tempered by the low probability of successful exploitation, but the potential for denial of service remains.

Generated by OpenCVE AI on August 13, 2026 at 13:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy a Linux kernel release that incorporates the ffa_partition_info_get() NULL guard patch.
  • Restrict access to the arm_ffa interface so that untrusted users or services cannot supply a NULL UUID to the kernel.
  • Reboot the system to ensure the updated kernel and any disabled modules are active.

Generated by OpenCVE AI on August 13, 2026 at 13:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get() ffa_partition_info_get() passes uuid_str directly to uuid_parse() without a NULL check. When a caller passes NULL, uuid_parse() -> __uuid_parse() -> uuid_is_valid() dereferences the pointer, causing a kernel panic: | Unable to handle kernel NULL pointer dereference at virtual address | 0000000000000040 | pc : uuid_parse+0x40/0xac | lr : ffa_partition_info_get+0x1c/0x94 [arm_ffa] Add a NULL guard before uuid_parse() so a NULL argument returns -ENODEV instead of crashing. Callers are expected to always supply a valid partition UUID, so NULL is not a supported input.
Title firmware: arm_ffa: Fix NULL dereference in ffa_partition_info_get()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:35:38.125Z

Reserved: 2026-07-30T09:28:09.394Z

Link: CVE-2026-68444

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T00:17:44.747

Modified: 2026-08-19T17:20:50.430

Link: CVE-2026-68444

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-12T00:00:00Z

Links: CVE-2026-68444 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T13:45:03Z

Weaknesses