During a recent OWASP ZAP scan, a medium-risk configuration issue was identified in the HTTP Content-Security-Policy (CSP) for the FreeIPA WebUI.
The CSP fails to define the form-action directive, which is critical as it has no fallback to default-src. The CSP form-action directive restricts the URLs which can be used as the target of form submissions from a given context. Missing this directive is equivalent to allowing anything.
form-action
default-src
CWE: CWE-693: Protection Mechanism Failure
Recommendation:
Metadata Update from @dhanina: - Custom field rhbz adjusted to https://issues.redhat.com/browse/RHEL-107045