CVE-2026-27413
Blind SQL Injection in Cozmoslabs Profile Builder Pro
Publication date: 2026-03-19
Last updated on: 2026-04-28
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cozmoslabs | profile_builder_pro | From 3.0.0 (inc) to 3.13.9 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-27413 is a high-priority SQL Injection vulnerability in the WordPress Profile Builder Pro Plugin versions up to and including 3.13.9.
This vulnerability allows unauthenticated attackers to directly interact with the pluginβs database by exploiting improper neutralization of special elements used in SQL commands, specifically a Blind SQL Injection.
Because of this, attackers can potentially steal or manipulate data stored in the database.
How can this vulnerability impact me? :
This vulnerability can have serious impacts including unauthorized access to sensitive data stored in the database.
Attackers can steal or manipulate data without any authentication, which can lead to data breaches, loss of data integrity, and potential service disruption.
Given its high CVSS score of 9.3, it represents a critical risk and is expected to be exploited in widespread attacks targeting many websites.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
[{'type': 'paragraph', 'content': 'This vulnerability allows unauthenticated attackers to interact directly with the pluginβs database via SQL Injection. Detection typically involves monitoring for unusual or suspicious SQL queries targeting the Profile Builder Pro plugin endpoints.'}, {'type': 'paragraph', 'content': 'Since no official patch is available yet, Patchstack has issued a mitigation rule to block exploitation attempts. Applying this rule can help detect and prevent attacks.'}, {'type': 'paragraph', 'content': "Specific commands are not provided in the available resources, but general detection methods include inspecting web server logs for suspicious requests containing SQL injection patterns, such as payloads with SQL keywords (e.g., 'UNION', 'SELECT', 'AND', 'OR') or special characters used in SQL Injection."}] [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the mitigation rule issued by Patchstack to block exploitation attempts until an official patch is released.
Users are strongly advised to update the Profile Builder Pro plugin once a patch becomes available.
In the meantime, seek assistance from your hosting provider or web developer to implement these mitigation measures and monitor your systems for suspicious activity.