CyberRota
← Ana sayfaya dön

CVE-2026-4019

MEDIUM · CVSS 5.3 EPSS %0.04 Public Exploit

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-29T09:16:25.173 · Çekilme zamanı: 2026-05-29T06:00:32.543036+00:00

CyberRota Yorumu

Saldırganın giriş yapmış olması gerekebilir.

Public Exploit Sinyali

Bu CVE için açıklama veya referanslarda public exploit / PoC / GitHub / Metasploit sinyali tespit edildi.

GitHub PoC Linkleri

Not: Bu bağlantılar yalnızca güvenlik araştırması ve doğrulama amacıyla listelenmiştir.

CVE
CVE-2026-4019
Severity
MEDIUM
CVSS
5.3
EPSS
%0.04
WordPress

Orijinal NVD Açıklaması

The Complianz – GDPR/CCPA Cookie Consent plugin for WordPress is vulnerable to unauthorized data access in all versions up to, and including, 7.4.5 This is due to the REST API endpoint at /wp-json/complianz/v1/consent-area/{post_id}/{block_id} using __return_true as the permission_callback, allowing any unauthenticated user to access it. The cmplz_rest_consented_content() function retrieves a post by ID via get_post() and returns the consentedContent attribute of any complianz/consent-area block found in it, without checking if the post is published or if the user has permission to read it. This makes it possible for unauthenticated attackers to read the consent area block content from private, draft, or unpublished posts.