blob: c6429ad5b26cc0cfc5b60dcab90f1ab713b76933 [file] [log] [blame]
Paul Beesleyfc9ee362019-03-07 15:47:15 +00001Security Handling
2=================
Paul Beesley236d2462019-03-05 17:19:37 +00003
Joel Hutton9e605632019-02-25 15:18:56 +00004Security Disclosures
5--------------------
6
John Tsichritzisbf4540e2019-05-21 10:37:55 +01007We disclose all security vulnerabilities we find, or are advised about, that are
8relevant to Trusted Firmware-A. We encourage responsible disclosure of
Joel Hutton9e605632019-02-25 15:18:56 +00009vulnerabilities and inform users as best we can about all possible issues.
10
John Tsichritzisbf4540e2019-05-21 10:37:55 +010011We disclose TF-A vulnerabilities as Security Advisories, all of which are listed
Sandrine Bailleuxb95e38c2023-01-11 11:15:14 +010012at the bottom of this page. Any new ones will, additionally, be announced on the
13TF-A project's `mailing list`_.
Joel Hutton9e605632019-02-25 15:18:56 +000014
15Found a Security Issue?
16-----------------------
17
John Tsichritzisbf4540e2019-05-21 10:37:55 +010018Although we try to keep TF-A secure, we can only do so with the help of the
Joel Hutton9e605632019-02-25 15:18:56 +000019community of developers and security researchers.
20
Sandrine Bailleux6e78c792020-08-12 10:52:32 +020021.. warning::
22 If you think you have found a security vulnerability, please **do not**
23 report it in the `issue tracker`_ or on the `mailing list`_. Instead, please
24 follow the `TrustedFirmware.org security incident process`_.
25
26One of the goals of this process is to ensure providers of products that use
27TF-A have a chance to consider the implications of the vulnerability and its
28remedy before it is made public. As such, please follow the disclosure plan
29outlined in the process. We do our best to respond and fix any issues quickly.
Joel Hutton9e605632019-02-25 15:18:56 +000030
John Tsichritzisbf4540e2019-05-21 10:37:55 +010031Afterwards, we encourage you to write-up your findings about the TF-A source
32code.
Joel Hutton9e605632019-02-25 15:18:56 +000033
34Attribution
35-----------
36
Sandrine Bailleux85e9ba42020-06-22 12:11:47 +020037We will name and thank you in the :ref:`Change Log & Release Notes` distributed
38with the source code and in any published security advisory.
Joel Hutton9e605632019-02-25 15:18:56 +000039
40Security Advisories
41-------------------
42
43+-----------+------------------------------------------------------------------+
44| ID | Title |
45+===========+==================================================================+
Paul Beesleyf8640672019-04-12 14:19:42 +010046| |TFV-1| | Malformed Firmware Update SMC can result in copy of unexpectedly |
Joel Hutton9e605632019-02-25 15:18:56 +000047| | large data into secure memory |
48+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010049| |TFV-2| | Enabled secure self-hosted invasive debug interface can allow |
Joel Hutton9e605632019-02-25 15:18:56 +000050| | normal world to panic secure world |
51+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010052| |TFV-3| | RO memory is always executable at AArch64 Secure EL1 |
Joel Hutton9e605632019-02-25 15:18:56 +000053+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010054| |TFV-4| | Malformed Firmware Update SMC can result in copy or |
Joel Hutton9e605632019-02-25 15:18:56 +000055| | authentication of unexpected data in secure memory in AArch32 |
56| | state |
57+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010058| |TFV-5| | Not initializing or saving/restoring PMCR_EL0 can leak secure |
Joel Hutton9e605632019-02-25 15:18:56 +000059| | world timing information |
60+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010061| |TFV-6| | Trusted Firmware-A exposure to speculative processor |
Joel Hutton9e605632019-02-25 15:18:56 +000062| | vulnerabilities using cache timing side-channels |
63+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010064| |TFV-7| | Trusted Firmware-A exposure to cache speculation vulnerability |
Joel Hutton9e605632019-02-25 15:18:56 +000065| | Variant 4 |
66+-----------+------------------------------------------------------------------+
Paul Beesleyf8640672019-04-12 14:19:42 +010067| |TFV-8| | Not saving x0 to x3 registers can leak information from one |
Joel Hutton9e605632019-02-25 15:18:56 +000068| | Normal World SMC client to another |
69+-----------+------------------------------------------------------------------+
Manish V Badarkhea52114a2023-02-16 18:11:40 +000070| |TFV-9| | Trusted Firmware-A exposure to speculative processor |
71| | vulnerabilities with branch prediction target reuse |
72+-----------+------------------------------------------------------------------+
73| |TFV-10| | Incorrect validation of X.509 certificate extensions can result |
74| | in an out-of-bounds read |
75+-----------+------------------------------------------------------------------+
Joel Hutton9e605632019-02-25 15:18:56 +000076
John Tsichritzisbf4540e2019-05-21 10:37:55 +010077.. _issue tracker: https://developer.trustedfirmware.org/project/board/1/
Sandrine Bailleux1a4efb12022-04-21 10:17:22 +020078.. _mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfirmware.org/
Paul Beesleyf8640672019-04-12 14:19:42 +010079
80.. |TFV-1| replace:: :ref:`Advisory TFV-1 (CVE-2016-10319)`
81.. |TFV-2| replace:: :ref:`Advisory TFV-2 (CVE-2017-7564)`
82.. |TFV-3| replace:: :ref:`Advisory TFV-3 (CVE-2017-7563)`
83.. |TFV-4| replace:: :ref:`Advisory TFV-4 (CVE-2017-9607)`
84.. |TFV-5| replace:: :ref:`Advisory TFV-5 (CVE-2017-15031)`
85.. |TFV-6| replace:: :ref:`Advisory TFV-6 (CVE-2017-5753, CVE-2017-5715, CVE-2017-5754)`
86.. |TFV-7| replace:: :ref:`Advisory TFV-7 (CVE-2018-3639)`
87.. |TFV-8| replace:: :ref:`Advisory TFV-8 (CVE-2018-19440)`
Manish V Badarkhea52114a2023-02-16 18:11:40 +000088.. |TFV-9| replace:: :ref:`Advisory TFV-9 (CVE-2022-23960)`
89.. |TFV-10| replace:: :ref:`Advisory TFV-10 (CVE-2022-47630)`
Paul Beesleyf8640672019-04-12 14:19:42 +010090
Sandrine Bailleux85e9ba42020-06-22 12:11:47 +020091.. _TrustedFirmware.org security incident process: https://developer.trustedfirmware.org/w/collaboration/security_center/
92
Paul Beesleyf8640672019-04-12 14:19:42 +010093--------------
94
Sandrine Bailleuxb95e38c2023-01-11 11:15:14 +010095*Copyright (c) 2019-2023, Arm Limited. All rights reserved.*