CVE-2026-49107
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedUnauthenticated PHP Object Injection in Thrive Apprentice < 10.8.10.2 versions.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is an unauthenticated PHP Object Injection vulnerability in the Thrive Apprentice WordPress plugin. Attackers can inject malicious PHP objects without authentication, potentially leading to remote code execution through magic methods like __wakeup, __destruct, or __invoke when the application deserializes untrusted input.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Thrive Apprentice plugin is installedCheck for the plugin directory at wp-content/plugins/thrive-apprentice/ or use wp plugin list in WP-CLI, or inspect the plugins page in WordPress adminAffected if The plugin directory or listing shows Thrive Apprentice is present in the WordPress installation
-
Identify installed plugin versionRead the main plugin file (usually thrive-apprentice/thrive-apprentice.php) and locate the 'Version:' header in the plugin comment block, or query the wp_options table for the option_name containing 'thrive_apprentice_version'Affected if The version number found is lower than 10.8.10.2 (for example, 10.8.10.1, 10.8.9.0, or earlier)
-
Verify the plugin is activeCheck WordPress admin plugins page status, or query wp_cli to check if the plugin is network-active in multisite, or inspect the wp_options table where option_name = 'active_plugins'Affected if The plugin shows as active or network-active, meaning the vulnerable code is loaded and can process requests
-
Confirm no WAF or deserialization filtering is appliedInspect any web application firewall configurations or server-level request filtering that may be blocking PHP deserialization patterns in incoming requests (check .htaccess, nginx config, or WAF plugin settings)Affected if No protective rules are in place to block malicious unserialize() calls or serialized object injection patterns in HTTP requests
A user is affected if Thrive Apprentice is installed with a version lower than 10.8.10.2 and the plugin is active, allowing unauthenticated attackers to inject PHP objects via deserialization vulnerabilities.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Thrive Apprentice to version 10.8.10.2 or later. If immediate patching is not possible, consider disabling the plugin or implementing a WAF rule to block deserialization-related attack patterns.
Thrive Apprentice version 10.8.10.2
- Backup your WordPress site (database and files) before performing any updates
- Update Thrive Apprentice plugin to version 10.8.10.2 or later via WordPress plugin dashboard, or upload the updated plugin files manually
- Verify the plugin version has been updated successfully in Plugins > Installed Plugins
- Clear any site caches if a caching plugin is in use
- Test critical functionality of the course/learning management system to ensure the update did not break expected behavior
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation12.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,040.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-49107 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-49107 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data