Cyber Resilience

CVE-2026-44797

HighUpdated

Published: 28 May 2026

Published
28 May 2026
Modified
17 June 2026
KEV Added
Patch
CVSS Score v3.1 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
EPSS Score 0.0024 14.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-44797 is a high-severity SSRF (CWE-918) vulnerability in Networktocode Nautobot. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Network Service Discovery (T1046); ranked at the 14.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Nautobot is a Network Source of Truth and Network Automation Platform. Prior to 2.4.33 and 3.1.2, Nautobot's Webhook data model and associated feature set could be configured by users with sufficient access to perform requests to various hosts and IP…

more

addresses that should not be permitted, allowing for various behaviors similar to server-side request forgery (SSRF). This vulnerability is fixed in 2.4.33 and 3.1.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1046 Network Service Discovery Discovery
Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation.
T1590.002 DNS Reconnaissance
Adversaries may gather information about the victim's DNS that can be used during targeting.
T1590.005 IP Addresses Reconnaissance
Adversaries may gather the victim's IP addresses that can be used during targeting.
Why these techniques?

SSRF vuln directly enables internal network/host discovery via unauthorized server requests.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-44798Same product: Networktocode Nautobot
CVE-2025-71258Shared CWE-918
CVE-2026-24005Shared CWE-918
CVE-2026-0613Shared CWE-918
CVE-2025-22399Shared CWE-918
CVE-2026-42860Shared CWE-918
CVE-2026-25991Shared CWE-918
CVE-2025-2997Shared CWE-918
CVE-2026-0686Shared CWE-918
CVE-2026-42141Shared CWE-918

Affected Assets

networktocode
nautobot
≤ 2.4.33 · 3.0.0 — 3.1.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References