blob: 825b11026258177bd1b9f9b9781f1450974ab5b1 [file] [log] [blame]
Joel Hutton4fe91232019-02-25 15:18:56 +00001Security Disclosures
2--------------------
3
4We disclose all security vulnerabilities we find or are advised about that are
5relevant for ARM Trusted Firmware (TF). We encourage responsible disclosure of
6vulnerabilities and inform users as best we can about all possible issues.
7
8We disclose TF vulnerabilities as Security Advisories. These are listed at the
9bottom of this page and announced as issues in the `GitHub issue tracker`_ with
10the "security-advisory" tag. You can receive notification emails for these by
11watching that project.
12
13Found a Security Issue?
14-----------------------
15
16Although we try to keep TF secure, we can only do so with the help of the
17community of developers and security researchers.
18
19If you think you have found a security vulnerability, please *do not* report it
20in the `GitHub issue tracker`_. Instead send an email to
21trusted-firmware-security@arm.com
22
23Please include:
24
25* Trusted Firmware version (or commit) affected
26
27* A description of the concern or vulnerability
28
29* Details on how to replicate the vulnerability, including:
30
31 - Configuration details
32
33 - Proof of concept exploit code
34
35 - Any additional software or tools required
36
37We recommend using `this PGP/GPG key`_ for encrypting the information. This key
38is also available at http://keyserver.pgp.com and LDAP port 389 of the same
39server. The fingerprint for this key is:
40
41::
42
43 1309 2C19 22B4 8E87 F17B FE5C 3AB7 EFCB 45A0 DFD0
44
45If you would like replies to be encrypted, please provide your public key.
46
47Please give us the time to respond to you and fix the vulnerability before going
48public. We do our best to respond and fix any issues quickly. We also need to
49ensure providers of products that use TF have a chance to consider the
50implications of the vulnerability and its remedy.
51
52Afterwards, we encourage you to write-up your findings about the TF source code.
53
54Attribution
55-----------
56
57We will name and thank you in the ``change-log.rst`` distributed with the source
58code and in any published security advisory.
59
60Security Advisories
61-------------------
62
63+-----------+------------------------------------------------------------------+
64| ID | Title |
65+===========+==================================================================+
66| `TFV-1`_ | Malformed Firmware Update SMC can result in copy of unexpectedly |
67| | large data into secure memory |
68+-----------+------------------------------------------------------------------+
69| `TFV-2`_ | Enabled secure self-hosted invasive debug interface can allow |
70| | normal world to panic secure world |
71+-----------+------------------------------------------------------------------+
72| `TFV-3`_ | RO memory is always executable at AArch64 Secure EL1 |
73+-----------+------------------------------------------------------------------+
74| `TFV-4`_ | Malformed Firmware Update SMC can result in copy or |
75| | authentication of unexpected data in secure memory in AArch32 |
76| | state |
77+-----------+------------------------------------------------------------------+
78| `TFV-5`_ | Not initializing or saving/restoring PMCR_EL0 can leak secure |
79| | world timing information |
80+-----------+------------------------------------------------------------------+
81| `TFV-6`_ | Arm Trusted Firmware exposure to speculative processor |
82| | vulnerabilities using cache timing side-channels |
83+-----------+------------------------------------------------------------------+
84| `TFV-7`_ | Trusted Firmware-A exposure to cache speculation vulnerability |
85| | Variant 4 |
86+-----------+------------------------------------------------------------------+
87| `TFV-8`_ | Not saving x0 to x3 registers can leak information from one |
88| | Normal World SMC client to another |
89+-----------+------------------------------------------------------------------+
90
91.. _GitHub issue tracker: https://github.com/ARM-software/tf-issues/issues
92.. _this PGP/GPG key: Trusted-Firmware-Security.asc
93.. _TFV-1: ARM-Trusted-Firmware-Security-Advisory-TFV-1
94.. _TFV-2: ARM-Trusted-Firmware-Security-Advisory-TFV-2
95.. _TFV-3: ARM-Trusted-Firmware-Security-Advisory-TFV-3
96.. _TFV-4: ARM-Trusted-Firmware-Security-Advisory-TFV-4
97.. _TFV-5: ARM-Trusted-Firmware-Security-Advisory-TFV-5
98.. _TFV-6: Arm-Trusted-Firmware-Security-Advisory-TFV-6
99.. _TFV-7: Trusted-Firmware-A-Security-Advisory-TFV-7
100.. _TFV-8: Trusted-Firmware-A-Security-Advisory-TFV-8