Security readout for executives and security teams
Plain-English summary
CVE-2026-39087 affects ntfy before 2.22.0. A flawed web push endpoint URL check can let an unauthenticated remote attacker make the ntfy server send requests to unintended locations. That is server-side request forgery, which can expose internal services or data depending on network access.
Executive priority
Treat this as urgent for any exposed or production ntfy deployment. Upgrade validation should be prioritized because the issue is critical, remotely reachable, and unauthenticated according to the CVE data.
Technical view
The CVE describes SSRF caused by an unanchored regular expression validating web push endpoint URLs in ntfy before 2.22.0. The record assigns CVSS 9.8 with network attack, low complexity, no privileges, and no user interaction. CWE mappings include CWE-777 and CWE-94, but public details in the bundle are limited.
Likely exposure
Exposure is most likely for organizations running self-hosted ntfy versions before 2.22.0, especially internet-reachable deployments or systems where ntfy can reach internal networks. The affected-version metadata is sparse, so confirm actual installed versions against vendor release information.
Exploitation context
The bundle does not show CISA KEV listing or other evidence of active exploitation. Risk remains high because the CVSS vector indicates unauthenticated remote exploitation with severe confidentiality, integrity, and availability impact if reachable.
Researcher notes
Public evidence in the bundle is limited to the CVE description, CVSS data, references, and the 2.22.0 release. Avoid assuming exploit maturity, affected configurations, or patch mechanics beyond ntfy before 2.22.0 and vendor guidance.
Mitigation direction
Upgrade ntfy to version 2.22.0 or later.
Review the ntfy 2.22.0 release notes and vendor guidance.
Restrict ntfy outbound network access to required destinations only.
Prioritize internet-facing or internally privileged ntfy deployments first.
Validation and detection
Inventory all ntfy deployments and record installed versions.
Confirm whether any instance runs a version before 2.22.0.
Identify deployments with web push functionality exposed or enabled.
Review outbound network telemetry from ntfy hosts for unusual destinations.
Check vendor sources for updated advisories or backport guidance.
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-777: 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.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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.
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
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-777 · source CWE mapping
Regular Expression without Anchors
Regular Expression without Anchors represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.