-
Notifications
You must be signed in to change notification settings - Fork 2
/
DBXUpdate-20220812.x64.metainfo.xml
50 lines (50 loc) · 1.91 KB
/
DBXUpdate-20220812.x64.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Richard Hughes <[email protected]> -->
<component type="firmware">
<id>org.linuxfoundation.dbx.x64.firmware</id>
<name>Secure Boot dbx</name>
<name_variant_suffix>x64</name_variant_suffix>
<summary>UEFI Secure Boot Forbidden Signature Database</summary>
<description>
<p>
Updating the UEFI dbx prevents starting EFI binaries with known security issues.
</p>
</description>
<provides>
<!-- Microsoft Corporation KEK CA 2011 -
UEFI\CRT_A1117F516A32CEFCBA3F2D1ACE10A87972FD6BBE8FE0D0B996E09E65D802A503&ARCH_X64 -->
<firmware type="flashed">f8ba2887-9411-5c36-9cee-88995bb39731</firmware>
</provides>
<url type="homepage">https://uefi.org/revocationlistfile</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>proprietary</project_license>
<developer_name>Microsoft Corporation</developer_name>
<releases>
<!-- for the version use `dbxtool -l -d foo.bin` and count the {microsoft} owner GUIDs -->
<release urgency="high" version="217" date="2020-07-29">
<checksum filename="DBXUpdate-20220812.x64.bin" target="content"/>
<description>
<p>
This updates the dbx to the latest release from Microsoft which adds
insecure versions of grub and shim to the list of forbidden signatures
due to multiple discovered security updates.
</p>
</description>
<issues>
<issue type="cve">CVE-2022-34301</issue>
<issue type="cve">CVE-2022-34302</issue>
<issue type="cve">CVE-2022-34303</issue>
</issues>
</release>
</releases>
<requires>
<id compare="ge" version="1.4.6">org.freedesktop.fwupd</id>
</requires>
<custom>
<value key="LVFS::UpdateProtocol">org.uefi.dbx</value>
<value key="LVFS::VersionFormat">number</value>
</custom>
<categories>
<category>X-Configuration</category>
</categories>
</component>