---
cve: "CVE-2026-34590"
severity: "MEDIUM"
cvss: 5.4
epss: "23%"
vendor: "gitroomhq"
kev: false
exploited: false
published: "2026-04-02 18:16:30"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-12T03:21:24+02:00"
---

# CVE-2026-34590

> 5.4 MEDIUM · 🧪 PoC

## Beschreibung

Postiz is an AI social media scheduling tool. Prior to version 2.21.4, the POST /webhooks/ endpoint for creating webhooks uses WebhooksDto which validates the url field with only @IsUrl() (format check), missing the @IsSafeWebhookUrl validator that blocks internal/private network addresses. The update (PUT /webhooks/) and test (POST /webhooks/send) endpoints correctly apply @IsSafeWebhookUrl. When a post is published, the orchestrator fetches the stored webhook URL without runtime validation, enabling blind SSRF against internal services. This issue has been patched in version 2.21.4.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Gering | warn |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Gering | warn |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- 5ae4c950db6aa516a31454b7a45b9480bca40a11 (Commit)

## Referenzen

- <https://github.com/gitroomhq/postiz-app/security/advisories/GHSA-wc9c-7cv8-m225>
- <https://github.com/gitroomhq/postiz-app/commit/5ae4c950db6aa516a31454b7a45b9480bca40a11>
- <https://github.com/gitroomhq/postiz-app/releases/tag/v2.21.4>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-34590) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
