mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	[uefi] add detection and warning for revoked bootloaders
* Considering that alerting users to potential security breaches that may be exploited by boot media should also be performed by application that create them, we add detection for all the currently known revoked UEFI bootloaders, be it the ones from the official UEFI DBX as well as the ones from Windows' SkuSiPolicy.p7b, and warn the user when one such bootloader is detected on their source media. * Note that, to actually be revoked, the bootloaders flagged through SkuSiPolicy require the copying of the .p7b to the boot media, which we are currently not enacting but will perform in a subsequent commit. * Also fix a Coverity warning in hash.c.
This commit is contained in:
		
							parent
							
								
									c4b1b23832
								
							
						
					
					
						commit
						43764268de
					
				
					 8 changed files with 3168 additions and 17 deletions
				
			
		|  | @ -597,6 +597,12 @@ t MSG_337 "An additional file ('diskcopy.dll') must be downloaded from Microsoft | |||
| 	"- Select 'Yes' to connect to the Internet and download it\n" | ||||
| 	"- Select 'No' to cancel the operation\n\n" | ||||
| 	"Note: The file will be downloaded in the application's directory and will be reused automatically if present." | ||||
| t MSG_338 "Revoked UEFI bootloader detected" | ||||
| t MSG_339 "Rufus detected that the ISO you have selected contains a UEFI bootloader that has been revoked and that will produce %s, on a fully up to date UEFI system with Secure Boot enabled.\n\n" | ||||
| 	"- If you obtained this ISO image from a non reputable source, you should consider the possibility that it may contain UEFI malware and avoid booting from it.\n" | ||||
| 	"- If you obtained it from a trusted source, you should try to locate a more up to date version, that will not produce this warning." | ||||
| t MSG_340 "a \"Security Violation\" screen" | ||||
| t MSG_341 "a Windows Recovery Screen (BSOD) with '%s'" | ||||
| # The following messages are for the Windows Store listing only and are not used by the application | ||||
| t MSG_900 "Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc." | ||||
| t MSG_901 "Official site: %s" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue