AI ChatBot for WooCommerce – WoowBot

woowbot-woocommerce-chatbot · by quantumcloud · wordpress.org ↗ · SVN ↗
Active installs
1k+
Current version
4.7.6
Added
2017-07-12
Last updated
2026-06-05 (6d ago)
First seen by beacon
1mo ago
Total downloads
109,472

Alerts (0)

No open alerts.

Show 2 resolved alerts
Critical code_pattern Resolved · fp_legacy_custom_updater_unserialize_quantumcloud 2026-06-06 05:51:00 (6d ago)
Slugwoowbot-woocommerce-chatbot
Patternunserialize_after_remote_call
Kindbuiltin
Version4.7.6
Hit count1
First hit
File
includes/ai_integration/openai/plugin-upgrader/classes/plugin-upgrader.php
Line
189
Snippet
L184: $request = wp_remote_post($this->update_path, $params ); → L189: return @unserialize( $request['body'] );
Explanationa remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised.
View raw JSON
{
    "slug": "woowbot-woocommerce-chatbot",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "4.7.6",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/ai_integration/openai/plugin-upgrader/classes/plugin-upgrader.php",
        "line": 189,
        "snippet": "L184: $request = wp_remote_post($this->update_path, $params );  \u2192  L189: return @unserialize( $request['body'] );"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised."
}
Critical code_scan_delta Resolved · fp_legacy_custom_updater_unserialize_quantumcloud 2026-06-06 01:37:07 (6d ago)
Slugwoowbot-woocommerce-chatbot
Previous version4.6.1
Current version4.7.6
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinincludes/ai_integration/openai/plugin-upgrader/classes/plugin-upgrader.php189L184: $request = wp_remote_post($this->update_path, $params ); → L189: return @unserialize( $request['body'] );high
New finding count1
View raw JSON
{
    "slug": "woowbot-woocommerce-chatbot",
    "previous_version": "4.6.1",
    "current_version": "4.7.6",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/ai_integration/openai/plugin-upgrader/classes/plugin-upgrader.php",
            "line": 189,
            "snippet": "L184: $request = wp_remote_post($this->update_path, $params );  \u2192  L189: return @unserialize( $request['body'] );",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}

SVN committers (2)

Accounts with actual commit access to woowbot-woocommerce-chatbot on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
QuantumCloud 2011-12-11 4 2017-07-12 · r1695221 2026-06-05 · r3562266
plugin-master 2007-03-09 1 2017-07-11 · r1694761 2017-07-11 · r1694761

Readme contributors (1)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
QuantumCloud 2011-12-11 4 commits Active

Versions (100 most recent)

Version Released Download
4.7.6 2026-06-05 · 6d ago zip
4.7.5 2026-06-05 · 6d ago zip
4.7.4 2026-06-03 · 8d ago zip
4.7.1 2026-05-20 · 22d ago zip
4.7.0 2026-05-19 · 23d ago zip
4.6.1 2026-04-29 · 1mo ago zip
4.5.9 2026-04-22 · 1mo ago zip
4.5.8 2026-04-15 · 1mo ago zip
4.5.7 2026-04-08 · 2mo ago zip
4.5.6 2026-04-01 · 2mo ago zip
4.5.5 2026-03-27 · 2mo ago zip
4.5.4 2026-03-11 · 3mo ago zip
4.5.3 2026-02-25 · 3mo ago zip
4.5.2 2026-01-14 · 4mo ago zip
4.5.1 2025-12-22 · 5mo ago zip
4.5.0 2025-12-15 · 5mo ago zip
4.4.9 2025-12-10 · 6mo ago zip
4.4.8 2025-12-03 · 6mo ago zip
4.4.7 2025-12-03 · 6mo ago zip
4.4.6 2025-11-28 · 6mo ago zip
4.4.5 2025-11-26 · 6mo ago zip
4.4.4 2025-11-21 · 6mo ago zip
4.4.2 2025-11-19 · 6mo ago zip
4.4.1 2025-11-12 · 7mo ago zip
4.4.0 2025-10-29 · 7mo ago zip
4.3.9 2025-10-27 · 7mo ago zip
4.3.8 2025-10-22 · 7mo ago zip
4.3.7 2025-10-15 · 7mo ago zip
4.3.6 2025-10-08 · 8mo ago zip
4.3.5 2025-10-06 · 8mo ago zip
4.3.4 2025-09-24 · 8mo ago zip
4.3.3 2025-09-17 · 8mo ago zip
4.3.2 2025-09-10 · 9mo ago zip
4.3.1 2025-07-23 · 10mo ago zip
4.3.0 2025-07-17 · 11mo ago zip
4.2.9 2025-07-09 · 11mo ago zip
4.2.8 2025-07-04 · 11mo ago zip
4.2.7 2025-06-25 · 11mo ago zip
4.2.6 2025-06-18 · 11mo ago zip
4.2.5 2025-06-18 · 11mo ago zip
4.2.4 2025-06-11 · 1y ago zip
4.2.3 2025-06-10 · 1y ago zip
4.2.2 2025-05-28 · 1y ago zip
4.2.1 2025-05-23 · 1y ago zip
4.2.0 2025-05-21 · 1y ago zip
4.1.9 2025-05-14 · 1y ago zip
4.1.8 2025-05-07 · 1y ago zip
4.1.7 2025-04-30 · 1y ago zip
4.1.6 2025-04-23 · 1y ago zip
4.1.5 2025-04-18 · 1y ago zip
4.1.4 2025-04-16 · 1y ago zip
4.1.3 2025-04-09 · 1y ago zip
4.1.2 2025-04-02 · 1y ago zip
4.1.1 2025-03-28 · 1y ago zip
4.1.0 2025-03-24 · 1y ago zip
4.0.9 2025-03-19 · 1y ago zip
4.0.8 2025-03-12 · 1y ago zip
4.0.7 2025-03-05 · 1y ago zip
4.0.6 2025-02-26 · 1y ago zip
4.0.5 2025-02-19 · 1y ago zip
4.0.4 2025-02-12 · 1y ago zip
4.0.3 2025-02-07 · 1y ago zip
4.0.2 2025-01-29 · 1y ago zip
4.0.1 2025-01-22 · 1y ago zip
4.0.0 2025-01-17 · 1y ago zip
3.9.8 2025-01-15 · 1y ago zip
3.9.7 2025-01-09 · 1y ago zip
3.9.6 2025-01-01 · 1y ago zip
3.9.5 2024-12-30 · 1y ago zip
3.9.4 2024-12-25 · 1y ago zip
3.9.3 2024-12-20 · 1y ago zip
3.9.2 2024-12-19 · 1y ago zip
3.9.1 2024-12-12 · 1y ago zip
3.9.0 2024-12-10 · 1y ago zip
3.8.9 2024-12-06 · 1y ago zip
3.8.8 2024-12-04 · 1y ago zip
3.8.7 2024-12-02 · 1y ago zip
3.8.6 2024-11-29 · 1y ago zip
3.8.5 2024-11-27 · 1y ago zip
3.8.4 2024-11-19 · 1y ago zip
3.8.3 2024-11-12 · 1y ago zip
3.8.2 2024-11-06 · 1y ago zip
3.8.1 2024-10-30 · 1y ago zip
3.8.0 2024-10-28 · 1y ago zip
3.7.9 2024-10-23 · 1y ago zip
3.7.8 2024-10-15 · 1y ago zip
3.7.7 2024-10-08 · 1y ago zip
3.7.6 2024-09-24 · 1y ago zip
3.7.5 2024-09-13 · 1y ago zip
3.7.4 2024-09-09 · 1y ago zip
3.7.3 2024-09-06 · 1y ago zip
3.7.2 2024-09-04 · 1y ago zip
3.7.1 2024-09-02 · 1y ago zip
3.7.0 2024-08-20 · 1y ago zip
3.6.9 2024-07-31 · 1y ago zip
3.6.8 2024-07-29 · 1y ago zip
3.6.7 2024-07-29 · 1y ago zip
3.6.6 2024-07-16 · 1y ago zip
3.6.5 2024-07-09 · 1y ago zip
3.6.4 2024-07-05 · 1y ago zip