Bug 1970161

Summary: Not built with CFI
Product: [Fedora] Fedora Reporter: ThisIsXenu
Component: chromiumAssignee: Tom "spot" Callaway <spotrh>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 34CC: spotrh, tpopela, yaneti
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-06-23 21:23:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ThisIsXenu 2021-06-09 23:16:51 UTC
Description of problem:
Chromium should be built with control flow integrity (CFI) support, which helps prevent attackers from modifying the program's control flow. According to the build log for the latest chromium build:
https://kojipkgs.fedoraproject.org//packages/chromium/91.0.4472.77/1.fc34/data/logs/x86_64/build.log

the option "cfi=false" is used, but it should be "cfi=true". Note that this does mean that clang will need to be used to compile chromium.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Tom "spot" Callaway 2021-06-23 21:23:50 UTC
I do not plan to use clang to build Chromium at this time. If that changes (or if CFI support is added to GCC), I will revisit this.