CVE-2026-37525
CVE-2026-37525 is a high-severity vulnerability in Linuxfoundation Automotive Grade Linux with a CVSS 3.x base score of 7.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-269.
Key facts
- Severity: High (CVSS 3.x base score 7.8)
- EPSS exploit prediction: 0% (4th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-26681
- Weakness: CWE-269
- Affected product: Linuxfoundation Automotive Grade Linux
- Published:
- Last modified:
Description
AGL app-framework-binder (afb-daemon) through v19.90.0 contains a privilege escalation vulnerability in the supervision Do command. The on_supervision_call function in src/afb-supervision.c explicitly nullifies the request credentials by calling afb_context_change_cred(&xreq->context, NULL) before dispatching an attacker-controlled API call via xapi->itf->call(xapi->closure, xreq). The NULL propagation chain through afb-context.c:110 (context->credentials = afb_cred_addref(NULL)) and afb-cred.c:163 (returns NULL when cred is NULL) confirms that credentials are zeroed before the target API executes. The attacker controls both api and verb parameters via JSON input, allowing execution of any registered API with a NULL credential context. APIs that rely on context->credentials for authorization decisions may fail open when receiving NULL credentials, enabling privilege escalation. This vulnerability was introduced in commit abbb4599f0b921c6f434b6bd02bcfb277eecf745 on 2018-02-14.
Frequently asked questions
- What is CVE-2026-37525?
- AGL app-framework-binder (afb-daemon) through v19.90.0 contains a privilege escalation vulnerability in the supervision Do command. The on_supervision_call function in src/afb-supervision.c explicitly nullifies the request credentials by calling afb_context_change_cred(&xreq->context, NULL) before dispatching an attacker-controlled API call via xapi->itf->call(xapi->closure, xreq). The NULL propagation chain through afb-context.c:110 (context->credentials = afb_cred_addref(NULL)) and afb-cred.c:163 (returns NULL when cred is NULL) confirms that credentials are zeroed before the target API executes. The attacker controls both api and verb parameters via JSON input, allowing execution of any registered API with a NULL credential context. APIs that rely on context->credentials for authorization decisions may fail open when receiving NULL credentials, enabling privilege escalation. This vulnerability was introduced in commit abbb4599f0b921c6f434b6bd02bcfb277eecf745 on 2018-02-14.
- How severe is CVE-2026-37525?
- CVE-2026-37525 has a CVSS 3.x base score of 7.8, rated high severity. It is exploitable over local access with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-37525 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (4th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-37525?
- CVE-2026-37525 affects Linuxfoundation Automotive Grade Linux. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-37525?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-37525 have an EU (EUVD) identifier?
- Yes. CVE-2026-37525 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-26681.
- When was CVE-2026-37525 published?
- CVE-2026-37525 was published on 2026-05-01 and last updated on 2026-06-17.
References
- https://gerrit.automotivelinux.org/gerrit/src/app-framework-binder
- https://gist.github.com/sgInnora/8526eedcfd826d05ef1fc45d8f405643
Affected products (1)
- cpe:2.3:o:linuxfoundation:automotive_grade_linux:*:*:*:*:*:*:*:*
More vulnerabilities in Linuxfoundation Automotive Grade Linux
- CVE-2026-37531 — Critical (CVSS 9.8): AGL app-framework-main thru 17.1.12 contains a Zip Slip path traversal vulnerability (CWE-22) combined with a TOCTOU…
- CVE-2026-37526 — High (CVSS 7.8): AGL app-framework-binder (afb-daemon) through v19.90.0 allows any local process to execute privileged supervision…
- CVE-2026-37530 — High (CVSS 7.5): AGL agl-service-can-low-level thru 17.1.12 contains a stack buffer overflow in the uds-c library. The…
- CVE-2026-37532 — High (CVSS 7.1): AGL agl-service-can-low-level thru 17.1.12 contains a heap buffer over-read in the isotp-c library. In…
All CVEs affecting Linuxfoundation Automotive Grade Linux →
Other CWE-269 (Improper Privilege Management) vulnerabilities
- CVE-2026-31852 — Critical (CVSS 10.0): Jellyfin is an open-source media system. The code-quality.yml GitHub Actions workflow in jellyfin/jellyfin-ios is…
- CVE-2025-20282 — Critical (CVSS 10.0): A vulnerability in an internal API of Cisco ISE and Cisco ISE-PIC could allow an unauthenticated, remote attacker to…
- CVE-2025-0505 — Critical (CVSS 10.0): On Arista CloudVision systems (virtual or physical on-premise deployments), Zero Touch Provisioning can be used to gain…
- CVE-2023-48418 — Critical (CVSS 10.0): In checkDebuggingDisallowed of DeviceVersionFragment.java, there is a possible way to access adb before SUW…
- CVE-2023-48419 — Critical (CVSS 10.0): An attacker in the wifi vicinity of a target Google Home can spy on the victim, resulting in Elevation of Privilege
- CVE-2023-31273 — Critical (CVSS 10.0): Protection mechanism failure in some Intel DCM software before version 5.2 may allow an unauthenticated user to…
Browse all CWE-269 (Improper Privilege Management) vulnerabilities →