CVE-2026-68558
Last modified
CVE-2026-68558 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. Wekan is open source kanban built with Meteor. From 8.36 until 9.74, the outgoing webhook Integration URL validator in models/integrations.js checked only the literal URL.hostname against regular expressions, so DNS names such as 169-254-169-254.nip.io passed that first-line check. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
Wekan is open source kanban built with Meteor. From 8.36 until 9.74, the outgoing webhook Integration URL validator in models/integrations.js checked only the literal URL.hostname against regular expressions, so DNS names such as 169-254-169-254.nip.io passed that first-line check. The delivery path's fetchSafe guard already blocked the reported IPv4 destination, but its separate IPv4-only resolver and duplicated blocklist created inconsistent all-address-family enforcement and drift risk between input-time and connection-time validation. Version 9.74 makes server/lib/ssrfGuard.js resolve all addresses with `dns.lookup({ all: true })`, validate every result through the shared isIpBlocked logic, pin the connection, and block redirects. This issue is fixed in version 9.74.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| wekan | wekan | >= 8.36, < 9.74 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-68558?
How severe is CVE-2026-68558?
How do I fix CVE-2026-68558?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-6854The My Calendar – Accessible Event Manager plugin for WordPr…7.5
- CVE-2026-6855A flaw was found in InstructLab. A local attacker could expl…7.1
- CVE-2026-68552Coturn is a free open source implementation of TURN and STUN…5.3
- CVE-2026-68553Coturn is a free open source implementation of TURN and STUN…7.1
- CVE-2026-68554Coturn is a free open source implementation of TURN and STUN…2.3
- CVE-2026-68555Coturn is a free open source implementation of TURN and STUN…6.5
- CVE-2026-68559Wekan is open source kanban built with Meteor. From 9.57 unt…6.5
- CVE-2026-68560Wekan is open source kanban built with Meteor. Prior to 9.75…7.7
- CVE-2026-68561Wekan is open source kanban built with Meteor. Prior to 9.89…8.8
- CVE-2026-68562A flaw was found in ansible-collection-redhat-leapp. An atta…6.2
- CVE-2026-68563A flaw was found in ansible-collection-redhat-leapp. When a …5.5
- CVE-2026-68564Unauthenticated Cross Site Scripting (XSS) in NotificationX …7.1
Are you affected by CVE-2026-68558?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
