Awesome Support – WordPress HelpDesk & Support Plugin

awesome-support · by awesomesupport · wordpress.org ↗ · SVN ↗
Active installs
6k+
Current version
6.3.8
Added
2014-12-19
Last updated
2026-04-02 (1mo ago)
First seen by beacon
11d ago
Total downloads
536,024

Alerts (0)

No open alerts.

Show 1 resolved alert
Critical code_pattern Resolved · benign_architectural_concern 2026-04-30 15:25:30 (2d ago)
Slugawesome-support
Patternunserialize_after_remote_call
Kindbuiltin
Version6.3.8
Hit count1
First hit
File
includes/gas-framework/inc/scssphp/scss.inc.php
Line
3,675
Snippet
L3670: $response = wp_remote_get($icache); → L3675: $imports = @unserialize( $body, ['allowed_classes' => false] );
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": "awesome-support",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "6.3.8",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/gas-framework/inc/scssphp/scss.inc.php",
        "line": 3675,
        "snippet": "L3670: $response = wp_remote_get($icache);  \u2192  L3675: $imports = @unserialize( $body, ['allowed_classes' => false] );"
    },
    "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."
}

SVN committers (7)

Accounts with actual commit access to awesome-support 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
awesomesupport 2016-08-07 93 2016-12-28 · r1563104 2018-12-07 · r1987342
Yeison Baron 2019-02-11 90 2021-05-11 · r2529938 2026-04-02 · r3497665
Julien Liabeuf 2011-08-11 54 2015-06-05 · r1174946 2016-10-31 · r1525288
themeavenue 2013-06-17 42 2014-12-19 · r1048776 2015-05-20 · r1163815
Ahmed Elghazal 2019-02-20 10 2020-01-27 · r2234138 2020-09-30 · r2391292
melliesou Young account 2018-12-06 1 2019-02-27 · r2040246 2019-02-27 · r2040246
plugin-master 2007-03-09 1 2014-12-18 · r1048308 2014-12-18 · r1048308

Readme contributors (6)

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
awesomesupport 2016-08-07 93 commits Active
Julien Liabeuf 2011-08-11 54 commits Active
Ante Laca 2017-12-02 Active
elindydotcom 2015-07-06 Active
rwkiii 2012-11-10 Active
SiamKreative 2014-02-28 Active

Versions (92 most recent)

Version Released Download
6.3.8 2026-04-02 · 1mo ago zip
6.3.7 2026-01-09 · 3mo ago zip
6.3.6 2025-12-04 · 4mo ago zip
6.3.5 2025-09-22 · 7mo ago zip
6.3.4 2025-06-24 · 10mo ago zip
6.3.3 2025-05-13 · 11mo ago zip
6.3.2 2025-03-27 · 1y ago zip
6.3.1 2025-03-04 · 1y ago zip
6.3.0 2025-01-23 · 1y ago zip
6.2.2 2024-08-05 · 1y ago zip
6.2.1 2024-06-01 · 1y ago zip
6.2.0 2024-05-04 · 1y ago zip
6.1.11 2024-04-08 · 2y ago zip
6.1.10 2024-03-13 · 2y ago zip
6.1.9 2024-03-06 · 2y ago zip
6.1.8 2024-02-08 · 2y ago zip
6.1.7 2024-01-06 · 2y ago zip
6.1.6 2023-11-14 · 2y ago zip
6.1.5 2023-10-12 · 2y ago zip
6.1.4 2023-10-02 · 2y ago zip
6.1.3 2023-09-03 · 2y ago zip
6.1.2 2023-03-18 · 3y ago zip
6.1.1 2022-08-09 · 3y ago zip
6.1.0 2022-05-10 · 3y ago zip
6.0.14 2022-02-14 · 4y ago zip
6.0.13 2022-01-31 · 4y ago zip
6.0.12 2022-01-18 · 4y ago zip
6.0.11 2022-01-06 · 4y ago zip
6.0.10 2021-12-30 · 4y ago zip
6.0.9 2021-12-17 · 4y ago zip
6.0.8 2021-12-10 · 4y ago zip
6.0.7 2021-11-25 · 4y ago zip
6.0.6 2021-10-25 · 4y ago zip
6.0.5 2021-10-25 · 4y ago zip
6.0.3 2021-05-15 · 4y ago zip
6.0.1 2020-09-30 · 5y ago zip
6.0.0 2020-05-30 · 5y ago zip
5.8.2 2020-01-27 · 6y ago zip
5.8.0 2018-12-07 · 7y ago zip
5.7.1 2018-08-22 · 7y ago zip
5.7.0 2018-08-20 · 7y ago zip
5.5.2 2018-08-17 · 7y ago zip
5.5.1 2018-08-11 · 7y ago zip
5.5.0 2018-08-10 · 7y ago zip
5.1.1 2018-04-23 · 8y ago zip
5.1.0 2018-04-06 · 8y ago zip
5.0.0 2018-03-30 · 8y ago zip
4.3.4 2017-11-24 · 8y ago zip
4.3.5 2017-11-19 · 8y ago zip
4.3.3 2017-11-14 · 8y ago zip
4.3.2 2017-10-23 · 8y ago zip
4.3.1 2017-10-12 · 8y ago zip
4.3.0 2017-10-10 · 8y ago zip
4.2.1 2017-10-09 · 8y ago zip
4.1.0 2017-09-19 · 8y ago zip
4.0.6 2017-08-04 · 8y ago zip
4.0.5 2017-07-16 · 8y ago zip
4.0.4 2017-06-24 · 8y ago zip
4.0.3 2017-06-08 · 8y ago zip
4.0.2 2017-05-19 · 8y ago zip
4.0.1 2017-05-15 · 8y ago zip
4.0.0 2017-05-14 · 8y ago zip
3.3.4 2016-12-28 · 9y ago zip
3.3.3 2016-10-31 · 9y ago zip
3.3.2 2016-09-23 · 9y ago zip
3.3.1 2016-06-20 · 9y ago zip
3.3.0 2016-05-30 · 9y ago zip
3.2.9 2015-11-11 · 10y ago zip
3.2.8 2015-11-10 · 10y ago zip
3.2.7 2015-10-22 · 10y ago zip
3.2.6 2015-10-22 · 10y ago zip
3.2.5 2015-10-02 · 10y ago zip
3.2.4 2015-09-28 · 10y ago zip
3.2.3 2015-09-24 · 10y ago zip
3.2.2 2015-09-21 · 10y ago zip
3.2.1 2015-09-16 · 10y ago zip
3.2.0 2015-09-16 · 10y ago zip
3.1.12 2015-07-03 · 10y ago zip
3.1.11 2015-06-05 · 10y ago zip
3.1.10 2015-05-20 · 10y ago zip
3.1.9 2015-05-20 · 10y ago zip
3.1.8 2015-05-19 · 10y ago zip
3.1.7 2015-05-15 · 10y ago zip
3.1.6 2015-03-19 · 11y ago zip
3.1.5 2015-03-17 · 11y ago zip
3.1.4 2015-02-16 · 11y ago zip
3.1.3 2015-02-12 · 11y ago zip
3.1.2 2015-01-28 · 11y ago zip
3.1.1 2015-01-26 · 11y ago zip
3.1.0 2015-01-21 · 11y ago zip
3.0.1 2014-12-20 · 11y ago zip
3.0.0 2014-12-19 · 11y ago zip