Cyber Posture

CVE-2024-33504

Medium

Published: 11 February 2025

Published
11 February 2025
Modified
24 July 2025
KEV Added
Patch
CVSS Score 4.1 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N
EPSS Score 0.0004 12.5th percentile
Risk Priority 8 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system.

Security Summary

CVE-2024-33504 is a use of hard-coded cryptographic key vulnerability (CWE-321) affecting FortiManager versions 7.6.0 through 7.6.1, 7.4.0 through 7.4.5, 7.2.0 through 7.2.9, all versions of 7.0, and all versions of 6.4. The flaw enables decryption of some secrets even when the 'private-data-encryption' setting is enabled. It carries a CVSS v3.1 base score of 4.1 (AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N), indicating network accessibility, low attack complexity, high privileges required, no user interaction, changed scope, low confidentiality impact, and no integrity or availability effects.

Exploitation requires an attacker to possess JSON API access permissions on the affected FortiManager instance. With network access and these elevated privileges, the attacker can decrypt sensitive secrets protected by the hard-coded key, potentially exposing configuration data or other confidential information stored in the system.

Mitigation guidance is available in the Fortinet PSIRT advisory at https://fortiguard.fortinet.com/psirt/FG-IR-24-094 and the Orange Cyberdefense security advisory at https://github.com/orangecertcc/security-research/security/advisories/GHSA-pgc3-m5p5-4vc3.

Details

CWE(s)
CWE-321

Affected Products

fortinet
fortimanager
6.4.0 — 7.2.10 · 7.4.0 — 7.4.6 · 7.6.0 — 7.6.2
fortinet
fortimanager cloud
6.4.1 — 7.2.9 · 7.4.1 — 7.4.6

MITRE ATT&CK Enterprise Techniques

T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1033 System Owner/User Discovery Discovery
Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system.
Why these techniques?

The vulnerability uses a hardcoded cryptographic key allowing attackers with JSON API access to decrypt sensitive passwords (T1552, T1081) and leak adjacent memory containing usernames/ADOM data (T1033), via exploitation for credential access (T1212).

References