The Tutor LMS – eLearning and online course solution plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 4.0.7 via the withdraw_method_field parameter of the tutor_save_withdraw_account AJAX handler. This is due to the handler lacking any capability or role check, relying solely on a nonce, while also passing attacker-supplied values through esc_sql(), which replaces every % character with a 66-byte HMAC placeholder token before the data is serialized and stored via update_user_meta(); when the meta is later retrieved, the placeholder is collapsed back to a single %, leaving serialized string length declarations 65 bytes greater than the actual content, and because array keys originate from entirely unescaped POST field names, unserialize() over-reads into attacker-controlled bytes, allowing injection of an arbitrary serialized object stream. This makes it possible for authenticated attackers, with subscriber-level access and above, to achieve remote code execution on the server by triggering the GuzzleHttp\Cookie\FileCookieJar POP chain, reachable via the spl_autoload_register loader in TUTOR\RestAPI which loads the plugin's own bundled PayPal Composer autoloader, writing attacker-controlled content to an attacker-specified filename. This has an unauthenticated pathway when user registration is enabled, which is common for students and teachers to register, and it requires the monetization feature to be enabled.
CVE-2026-78175
Score 8.8 from GitHub Security Advisory (severity: HIGH) published 2026-09-12. a secondary CVSS source baseline 8.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 8.8
- EG Score
- 8.8(high)
- EG Risk
- 40(Track)EG Risk 40/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity88% × 45%Exploitation1% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 47%
- KEV
- Not listed
Published
September 12, 2026
Last Modified
September 15, 2026
References (7)
- security@wordfencehttps://plugins.trac.wordpress.org/browser/tutor/tags/4.0.7/classes/RestAPI.php#L190
- security@wordfencehttps://plugins.trac.wordpress.org/browser/tutor/tags/4.0.7/classes/Withdraw.php#L204
- security@wordfencehttps://plugins.trac.wordpress.org/browser/tutor/tags/4.0.7/classes/Withdraw.php#L213
- security@wordfencehttps://plugins.trac.wordpress.org/browser/tutor/tags/4.0.7/classes/Withdraw.php#L217
- security@wordfencehttps://plugins.trac.wordpress.org/browser/tutor/tags/4.0.7/classes/Withdraw.php#L44
- security@wordfencehttps://plugins.trac.wordpress.org/changeset?reponame=&old=3690454%40tutor&new=3690454%40tutor
- security@wordfencehttps://www.wordfence.com/threat-intel/vulnerabilities/id/d0077d56-11e7-4e74-abe0-63e81db67be3?source=cve
Vendor Advisories for CVE-2026-78175(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 30× in last 7d / 39× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-21 01:29 UTCEG score recompute
- 2026-09-21 01:29 UTCGHSA enrichment
- 2026-09-20 20:16 UTCEPSS rescore
- 2026-09-20 13:40 UTCGHSA enrichment
- 2026-09-20 01:51 UTCEG score recompute
- 2026-09-20 01:51 UTCGHSA enrichment
- 2026-09-19 14:03 UTCGHSA enrichment
- 2026-09-19 02:14 UTCEG score recompute
- 2026-09-19 02:14 UTCGHSA enrichment
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-18 14:25 UTCGHSA enrichment
- 2026-09-18 02:36 UTCEG score recompute
- 2026-09-18 02:36 UTCGHSA enrichment
- 2026-09-17 14:47 UTCGHSA enrichment
- 2026-09-17 02:59 UTCGHSA enrichment
- 2026-09-16 15:11 UTCEG score recompute
- 2026-09-16 15:11 UTCGHSA enrichment
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-16 03:22 UTCGHSA enrichment
- 2026-09-15 15:33 UTCEG score recompute
- 2026-09-15 15:33 UTCGHSA enrichment
- 2026-09-15 14:18 UTCEG score recompute
- 2026-09-15 14:18 UTCGHSA enrichment
- 2026-09-15 13:35 UTCEG score recompute
Show 14 moreShow fewer
- 2026-09-15 13:35 UTCGHSA enrichment
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-15 03:12 UTCEPSS rescore
- 2026-09-15 01:46 UTCGHSA enrichment
- 2026-09-14 13:58 UTCGHSA enrichment
- 2026-09-14 07:36 UTCGHSA enrichment
- 2026-09-13 19:48 UTCEG score recompute
- 2026-09-13 19:48 UTCGHSA enrichment
- 2026-09-13 07:59 UTCGHSA enrichment
- 2026-09-12 20:12 UTCEG score recompute
- 2026-09-12 20:11 UTCGHSA enrichment
- 2026-09-12 08:23 UTCEG score recompute
- 2026-09-12 07:44 UTCEG score recompute
- 2026-09-12 07:43 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-502
Frequently asked(5)
What is CVE-2026-78175?
When was CVE-2026-78175 disclosed?
Is CVE-2026-78175 actively exploited?
What is the CVSS score of CVE-2026-78175?
How do I remediate CVE-2026-78175?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-78175
Is Your Infrastructure Affected by CVE-2026-78175?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.