Skip to content

Commit 5097571

Browse files
1 parent e66ecd8 commit 5097571

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-prxj-3gcv-cqrh",
4+
"modified": "2026-04-01T23:01:38Z",
5+
"published": "2026-04-01T23:01:38Z",
6+
"aliases": [],
7+
"summary": "Tesla Fleet Telemetry allows spoofing telemetry for arbitrary vehicles via compromised vehicle credentials",
8+
"details": "### Summary\nA vulnerability in vehicle authentication allows threat actor with valid client credentials (i.e., a private key and certificate from a rooted infotainment system) to impersonate arbitrary VINs when authenticating to the telemetry server.\n\n### Impact\nThe attacker would be able to submit falsified telemetry records for arbitrary VINs.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "Go",
19+
"name": "github.com/teslamotors/fleet-telemetry"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "0.9.0"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 0.8.0"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/teslamotors/fleet-telemetry/security/advisories/GHSA-prxj-3gcv-cqrh"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/teslamotors/fleet-telemetry/commit/d5ca0dab55812029fd38eb77f079f74ce4f47286"
47+
},
48+
{
49+
"type": "PACKAGE",
50+
"url": "https://github.com/teslamotors/fleet-telemetry"
51+
}
52+
],
53+
"database_specific": {
54+
"cwe_ids": [
55+
"CWE-295"
56+
],
57+
"severity": "MODERATE",
58+
"github_reviewed": true,
59+
"github_reviewed_at": "2026-04-01T23:01:38Z",
60+
"nvd_published_at": null
61+
}
62+
}

0 commit comments

Comments
 (0)