Qcart Security & Risk Analysis

wordpress.org/plugins/comoquiero

El plugin que añade automáticamente la nutrición y un botón de compra al supermercado, para cualquier lista de ingredientes del Wordpress!

10 active installs v23.09.131449 PHP + WP + Updated Unknown
cartingredientsqcartreciperecipes
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Qcart Safe to Use in 2026?

Generally Safe

Score 100/100

Qcart has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "comoquiero" v23.09.131449 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and nearly all output is properly escaped. There are no known historical vulnerabilities, which suggests a potentially well-maintained codebase. However, significant concerns arise from the attack surface. The plugin exposes four AJAX handlers, with a concerning three lacking any authentication checks. This is a critical oversight that could allow unauthorized users to trigger plugin functionality. Additionally, the absence of nonce checks on these AJAX handlers further exacerbates the risk, making them susceptible to Cross-Site Request Forgery (CSRF) attacks. While taint analysis did not reveal critical or high severity vulnerabilities, the presence of two flows with unsanitized paths is noteworthy and warrants further investigation, especially in conjunction with the unprotected AJAX endpoints.

The plugin's strengths lie in its SQL security and output escaping. The absence of past vulnerabilities is a positive indicator. However, the substantial unprotected attack surface through AJAX handlers represents the most significant weakness. The lack of nonce checks on these handlers is a direct invitation for exploitation. The presence of unsanitized paths, even if not currently leading to critical issues, adds to the overall risk profile. A balanced conclusion suggests that while the plugin has some solid security foundations, the unprotected AJAX endpoints introduce a high level of risk that needs immediate attention. The potential for exploitation is significant due to these vulnerabilities.

Key Concerns

  • Unprotected AJAX handlers
  • AJAX handlers without nonce checks
  • Flows with unsanitized paths
Vulnerabilities
None known

Qcart Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Qcart Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
2 prepared
Unescaped Output
1
9 escaped
Nonce Checks
0
Capability Checks
1
File Operations
4
External Requests
1
Bundled Libraries
0

SQL Query Safety

100% prepared2 total queries

Output Escaping

90% escaped10 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
display_settings_page (settings.php:12)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
3 unprotected

Qcart Attack Surface

Entry Points5
Unprotected3

AJAX Handlers 4

noprivwp_ajax_newcomoquiero.php:23
noprivwp_ajax_domaincomoquiero.php:26
noprivwp_ajax_postsynccomoquiero.php:29
authwp_ajax_qcart_handle_cachecomoquiero.php:263

Shortcodes 1

[qcart] comoquiero.php:222
WordPress Hooks 7
actioninitcomoquiero.php:13
actionwp_headcomoquiero.php:14
actionwp_enqueue_scriptscomoquiero.php:19
actionadmin_enqueue_scriptscomoquiero.php:283
actionamp_post_template_headcomoquiero.php:298
actionadmin_menuqcart-settings.php:4
actionadmin_menusettings.php:3
Maintenance & Trust

Qcart Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Qcart Developer Profile

comoquiero

1 plugin · 10 total installs

94
trust score
Avg Security Score
100/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Qcart

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/comoquiero/js/qcart-ajax.js
Script Paths
https://qcart.app/btn.js
Version Parameters
qcart-ajax?ver=1.0

HTML / DOM Fingerprints

CSS Classes
cq-parentqcart-parentqcart-child
HTML Comments
HANDLE SHORTCODE [qcart]DEPRECATED SHORTCODE [comoquiero]:LOCATION.SEARCH
Data Attributes
q
JS Globals
qcart_ajax
REST Endpoints
/wp-admin/admin-ajax.php?action=new/wp-admin/admin-ajax.php?action=domain/wp-admin/admin-ajax.php?action=postsync/wp-json/qcart/v1/handle_cache
Shortcode Output
<div class='cq-parent'></div><div class='qcart-parent'></div><div class='qcart-child'></div>
FAQ

Frequently Asked Questions about Qcart