LiveActive security incident?Get immediate response
CVE Record

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.

LowCVSS 2.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

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.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-58903 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Low
CVSS
2.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
2.5CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C1.21.4fortinet

Vulnerability scoring details

Base CVSS 3.1 score

2.5Low
CVSS 3.1 vector shape for CVE-2025-58903Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
FortinetFortiOS7.6.0, 7.4.0, 7.2.0, 7.0.0, 6.4.0unaffected
Weakness

CWE details

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.