CVE-2025-58903: An Unchecked Return Value vulnerability [CWE-252] in Fortinet FortiOS version 7.6.0 through 7.6.3 and befor...
An Unchecked Return Value vulnerability [CWE-252] in Fortinet FortiOS version 7.6.0 through 7.6.3 and before 7.4.8 API allows an authenticated user to cause a Null Pointer Dereference, crashing the http daemon via a specialy crafted request.
Security readout for executives and security teams
Plain-English summary
CVE-2025-58903 is a low-severity FortiOS API flaw. A highly privileged authenticated user could crash the FortiOS HTTP daemon, causing limited availability impact. The sources do not show data theft, privilege escalation, or unauthenticated exploitation.
Executive priority
Treat as routine patch management unless affected management interfaces are broadly exposed or administrator access is weak. Business risk is mainly temporary management-plane disruption, not confirmed compromise or data loss.
Technical view
The issue is CWE-252, unchecked return value, leading to a null pointer dereference in FortiOS API handling. CVSS 3.1 is 2.5 with network access, low complexity, high privileges required, no user interaction, and availability-only impact.
Likely exposure
Exposure is limited to Fortinet FortiOS versions identified in the bundle, including 7.6.0 through 7.6.3 and releases before 7.4.8. The affected-version data also lists older 7.2, 7.0, and 6.4 builds, so confirm exact applicability against Fortinet PSIRT.
Exploitation context
The bundle does not indicate CISA KEV listing or active exploitation. Exploitation requires an authenticated high-privilege user and appears limited to crashing the HTTP daemon with a crafted API request.
Researcher notes
Key uncertainty is exact affected-version boundary: the description says 7.6.0-7.6.3 and before 7.4.8, while the CPE list includes many older trains and 7.4.8. Use vendor advisory as authoritative for remediation mapping.
Mitigation direction
Review Fortinet FG-IR-25-653 for exact fixed FortiOS upgrade targets.
Prioritize upgrades for internet-managed or shared-administration FortiGate devices.
Restrict administrative/API access to trusted management networks and users.
Audit high-privilege administrator accounts and remove unnecessary access.
Monitor Fortinet and Siemens advisories for product-specific guidance.
Validation and detection
Inventory FortiOS versions across FortiGate assets.
Compare versions against Fortinet FG-IR-25-653 and the CVE record.
Check whether administrative/API interfaces are reachable from untrusted networks.
Review logs for unexpected HTTP daemon restarts or management-plane instability.
Confirm privileged account ownership, MFA, and least-privilege assignments.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-252: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-252 · source CWE mapping
Unchecked Return Value
Unchecked Return Value represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.