CVE-2026-37531
CVE-2026-37531 is a critical-severity vulnerability in Linuxfoundation Automotive Grade Linux with a CVSS 3.x base score of 9.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-22.
Key facts
- Severity: Critical (CVSS 3.x base score 9.8)
- EPSS exploit prediction: 1% (49th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-26685
- Weakness: CWE-22
- Affected product: Linuxfoundation Automotive Grade Linux
- Published:
- Last modified:
Description
AGL app-framework-main thru 17.1.12 contains a Zip Slip path traversal vulnerability (CWE-22) combined with a TOCTOU race condition (CWE-367) in the widget installation flow. The is_valid_filename function in wgtpkg-zip.c validates ZIP entry names but does not check for dot notation directory traversal sequences it only blocks absolute paths. The zread extraction function uses openat(workdirfd, filename, O_CREAT) which resolves dot notation values relative to the work directory, allowing files to be written anywhere on the filesystem. Critically, in function install_widget in file wgtpkg-install.c, extraction via zread occurs BEFORE signature verification via check_all_signatures. Even if signature verification fails, the error cleanup (remove_workdir) only deletes the temporary work directory files written outside via path traversal persist permanently.
Frequently asked questions
- What is CVE-2026-37531?
- AGL app-framework-main thru 17.1.12 contains a Zip Slip path traversal vulnerability (CWE-22) combined with a TOCTOU race condition (CWE-367) in the widget installation flow. The is_valid_filename function in wgtpkg-zip.c validates ZIP entry names but does not check for dot notation directory traversal sequences it only blocks absolute paths. The zread extraction function uses openat(workdirfd, filename, O_CREAT) which resolves dot notation values relative to the work directory, allowing files to be written anywhere on the filesystem. Critically, in function install_widget in file wgtpkg-install.c, extraction via zread occurs BEFORE signature verification via check_all_signatures. Even if signature verification fails, the error cleanup (remove_workdir) only deletes the temporary work directory files written outside via path traversal persist permanently.
- How severe is CVE-2026-37531?
- CVE-2026-37531 has a CVSS 3.x base score of 9.8, rated critical severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-37531 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 1% (49th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-37531?
- CVE-2026-37531 affects Linuxfoundation Automotive Grade Linux. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-37531?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its critical severity, prioritise patching exposed systems.
- Does CVE-2026-37531 have an EU (EUVD) identifier?
- Yes. CVE-2026-37531 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-26685.
- When was CVE-2026-37531 published?
- CVE-2026-37531 was published on 2026-05-01 and last updated on 2026-06-17.
References
- https://gerrit.automotivelinux.org/gerrit/src/app-framework-main
- 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-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-37525 — High (CVSS 7.8): AGL app-framework-binder (afb-daemon) through v19.90.0 contains a privilege escalation vulnerability in the 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-22 (Path Traversal) vulnerabilities
- CVE-2026-48282 — Critical (CVSS 10.0): ColdFusion versions 2025.9, 2023.20 and earlier are affected by an Improper Limitation of a Pathname to a Restricted…
- CVE-2026-54917 — Critical (CVSS 10.0): SeaweedFS is a distributed storage system for object storage (S3), file systems, and Iceberg tables. Prior to 4.30, the…
- CVE-2026-11429 — Critical (CVSS 10.0): Two endpoints in the Vault Service ScriptsController, shared by Altium Enterprise Server and Altium 365, accept file…
- CVE-2026-34909 — Critical (CVSS 10.0): A malicious actor with access to the network could exploit a Path Traversal vulnerability found in UniFi OS devices to…
- CVE-2026-7411 — Critical (CVSS 10.0): In Eclipse BaSyx Java Server SDK versions prior to 2.0.0-milestone-10, inadequate path normalization in the Submodel…
- CVE-2026-36767 — Critical (CVSS 10.0): A path traversal vulnerability in the /content/images/add endpoint of shopizer v3.2.5 allows attackers write arbitrary…