7.5
CVE-2024-10382
- EPSS 0.17%
- Veröffentlicht 20.11.2024 11:15:04
- Zuletzt bearbeitet 04.08.2025 14:11:53
- Quelle cve-coordination@google.com
- Teams Watchlist Login
- Unerledigt Login
There exists a code execution vulnerability in the Car App Android Jetpack Library. CarAppService uses deserialization logic that allows construction of arbitrary java classes. This can lead to arbitrary code execution when combined with specific Java deserialization gadgets. An attacker needs to install a malicious application on victims device to be able to attack any application that uses vulnerable library. We recommend upgrading the library past version 1.7.0-beta02.
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
Diese Information steht angemeldeten Benutzern zur Verfügung. Login
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Google ≫ Androidx.Car.App Version <= 1.4.0
Google ≫ Androidx.Car.App Version1.7.0 Updatealpha01
Google ≫ Androidx.Car.App Version1.7.0 Updatealpha02
Google ≫ Androidx.Car.App Version1.7.0 Updatebeta01
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.17% | 0.385 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
cve-coordination@google.com | 7.3 | 0 | 0 |
CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:C/RE:M/U:Amber
|
134c704f-9b21-4f2e-91b3-4a467353bcc0 | 7.5 | 0.8 | 6 |
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H
|
CWE-502 Deserialization of Untrusted Data
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
CWE-94 Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.