CME-402

FIPS 140-3 Mode

Description

Enables FIPS-validated cryptographic modules system-wide. Only NIST-approved algorithms are available for all cryptographic operations. Non-compliant operations fail rather than fall back.

CVSS Vector Impacts

Metric Transition Rationale
Attack Complexity (AC) L H All crypto operations use validated, audited implementations

CWE Relationships

Verification

Verify FIPS mode is enabled

$ fips-mode-setup --check
# Expected: FIPS mode is enabled
Platform: rhel
$ cat /proc/sys/crypto/fips_enabled
# Expected: 1
Platform: linux

References

← CME-401: System-wide Crypto Policy (FUTURE) CME-403: TLS 1.3 Enforcement →