THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-72485 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: coresight: platform: defer connection counter increment until alloc succeeds coresight_add_out_conn() increments nr_outconns before calling devm_krealloc_array() and again before devm_kmalloc(). If either alloc

[NVD] CVE-2026-72485 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: coresight: platform: defer connection counter increment until alloc succeeds coresight_add_out_conn() increments nr_outconns before calling devm_krealloc_array() and again before devm_kmalloc(). If either alloc

lownvdPublished 2026-08-15

CVE-2026-72485 CVSS: 7.8 HIGH Published: 2026-08-15T06:22:22.767

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

coresight: platform: defer connection counter increment until alloc succeeds

coresight_add_out_conn() increments nr_outconns before calling devm_krealloc_array() and again before devm_kmalloc(). If either allocation fails, the counter is already bumped while the c

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-72485