During a recent OWASP ZAP scan of the FreeIPA WebUI, a low-risk configuration issue was identified. The application is missing the X-Content-Type-Options: nosniff header. Without this header, some web browsers may perform MIME type sniffing, which can incorrectly interpret file types and potentially lead to Cross-Site Scripting (XSS) vulnerabilities.
X-Content-Type-Options: nosniff
CWE: CWE-693: Protection Mechanism Failure
Recommendation Configure the web server (Apache) to include the X-Content-Type-Options: nosniff header to prevent MIME sniffing.
Metadata Update from @dhanina: - Custom field rhbz adjusted to https://issues.redhat.com/browse/RHEL-107899
Metadata Update from @dhanina: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/8316
master:
ipa-4-12:
ipa-4-9:
ipa-4-13:
ipa-4-8:
ipa-4-10:
ipa-4-11:
ipa-4-6:
Metadata Update from @dhanina: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)