CVE-2026-13459 MEDIUM

CVE-2026-13459: JetFormBuilder <= 3.6.3 - Missing Authorization to Unauthenticated Sensitive Information Disclosure via 'context' Parameter

Vendor Jetmonsters
Product JetFormBuilder — Dynamic Blocks Form Builder
Weakness CWE-862 · Missing authorization
Published July 2, 2026
Last update July 2, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity None

CVSS vector

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

What the vulnerability does

01Description

The JetFormBuilder — Dynamic Blocks Form Builder plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.6.3. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to retrieve every distinct value stored under any arbitrary wp_postmeta key on the site — including WooCommerce billing PII such as _billing_email, _billing_phone, and _billing_address fields, order totals, attachment paths, and any third-party plugin credentials or tokens stored in post meta — provided at least one published JetFormBuilder form with a get_from_db generator field exists on the site. Exploitation requires that the target site has at least one published jet-form-builder post containing a field whose generator_function is set to get_from_db; an attacker must supply a matching form ID, field name, and generator ID in the request, but all of these can be discovered by browsing the site's public forms.

Explanation of Vulnerability in Simple Terms

02Summary

JetFormBuilder versions up to 3.6.3 lack proper authorization checks, allowing unauthenticated attackers to read sensitive information. An attacker can access data without logging in or requiring user interaction. The vulnerability affects the form builder's data exposure, potentially revealing form submissions or configuration details. Update to a version newer than 3.6.3 to resolve this issue.

What an attacker can do

03Attacker Capabilities

Read sensitive form data or configuration without logging in.

Potential impact on your site

04Site Impact

Unauthenticated visitors can access form submissions, user data, or builder settings.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 2, 2026 CVE published

Related vulnerabilities

08Related CVE