Description
A vulnerability was found in Cozmoslabs Profile Builder Plugin up to 3.16.1 on WordPress. The impacted element is the function wppb_ajax_simple_avatar of the file /wp-admin/admin-ajax.php of the component Avatar Simple Upload AJAX Handler. Performing a manipulation results in unrestricted upload. The attack is possible to be carried out remotely. The exploit has been made public and could be used. Upgrading to version 3.16.2 is sufficient to resolve this issue. It is suggested to upgrade the affected component.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unrestricted File Upload
Action: Patch
AI Analysis

Impact

Affected is the Avatar Simple Upload AJAX handler in Cozmoslabs Profile Builder Plugin, version 3.16.1 and earlier. An attacker can send a crafted request to the wppb_ajax_simple_avatar action in the admin-ajax.php endpoint and upload an arbitrary file because the plugin does not enforce proper authentication or file type validation. This flaw maps to CWE-284 Authorization and CWE-434 Unrestricted Upload.

Affected Systems

The vulnerability exists in WordPress sites that have the Cozmoslabs Profile Builder Plugin installed at 3.16.1 or older. The affected component is the wppb_ajax_simple_avatar function within the plugin. Updating to version 3.16.2 removes the flaw, as the vendor has patched the upload handling logic.

Risk and Exploitability

The CVSS score of 6.9 indicates medium severity; the EPSS score is unavailable, and the flaw is not currently listed in the CISA KEV catalog. Because the upload endpoint is publicly accessible, an attacker can perform the exploit remotely without authentication, raising the risk of arbitrary code execution or file-based attacks. The flaw is likely to be exploited through automated scripts that POST files to the admin-ajax.php endpoint.

Generated by OpenCVE AI on August 31, 2026 at 03:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Cozmoslabs Profile Builder Plugin to version 3.16.2 or later.
  • If an upgrade is not immediately possible, disable or remove the Avatar Simple Upload AJAX feature by editing the plugin files or using a child theme to override the AJAX handler.
  • Implement a web application firewall rule that blocks requests to /wp-admin/admin-ajax.php for the wppb_ajax_simple_avatar action, or restrict uploads to only permitted file types and sizes via PHP configuration.

Generated by OpenCVE AI on August 31, 2026 at 03:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Cozmoslabs profile Builder
Wordpress
Wordpress wordpress
Vendors & Products Cozmoslabs profile Builder
Wordpress
Wordpress wordpress

Mon, 31 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in Cozmoslabs Profile Builder Plugin up to 3.16.1 on WordPress. The impacted element is the function wppb_ajax_simple_avatar of the file /wp-admin/admin-ajax.php of the component Avatar Simple Upload AJAX Handler. Performing a manipulation results in unrestricted upload. The attack is possible to be carried out remotely. The exploit has been made public and could be used. Upgrading to version 3.16.2 is sufficient to resolve this issue. It is suggested to upgrade the affected component.
Title Cozmoslabs Profile Builder Plugin Avatar Simple Upload AJAX admin-ajax.php wppb_ajax_simple_avatar unrestricted upload
First Time appeared Cozmoslabs
Cozmoslabs profile Builder Plugin
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:cozmoslabs:profile_builder_plugin:*:*:*:*:*:*:*:*
Vendors & Products Cozmoslabs
Cozmoslabs profile Builder Plugin
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Cozmoslabs Profile Builder Profile Builder Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T16:07:54.401Z

Reserved: 2026-08-30T07:21:44.101Z

Link: CVE-2026-82607

cve-icon Vulnrichment

Updated: 2026-08-31T16:07:51.260Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T03:16:43.103

Modified: 2026-08-31T20:56:08.800

Link: CVE-2026-82607

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T21:15:05Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type