ThinkadminApplication

CVE-2024-10749

HIGH · 8.1 CVSS v3.1 Published 2024-11-04
Fix available
A fix is available. Upgrade to after 6.1.67 or later.
See remediation →
90/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

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 · unedited
A vulnerability, which was classified as critical, was found in ThinkAdmin up to 6.1.67. Affected is the function script of the file /app/admin/controller/api/Plugs.php. The manipulation of the argument uptoken leads to deserialization. It is possible to launch the attack remotely. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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 · moderate confidence

ThinkAdmin versions up to 6.1.67 contain a deserialization vulnerability in the script function of /app/admin/controller/api/Plugs.php. The uptoken parameter is not properly validated before being passed to a deserialization function, allowing remote attackers to craft malicious serialized payloads that execute arbitrary code upon unserialization.

MitigationUpgrade to a patched version of ThinkAdmin. If upgrade is not immediately possible, implement input validation on the uptoken parameter and replace PHP unserialize() with safer alternatives such as JSON decoding, or implement allowlist-based validation for deserialized classes.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
ThinkadminApplication
Affected:>= 6.0, <= 6.1.67

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
High
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:H/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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify ThinkAdmin installation and version
    Locate the ThinkAdmin installation directory and find the version file or bootstrap file that contains the version number. Common locations include a version.php file, composer.json, or the main application entry point.
    Affected if The installed version is between 6.0 and 6.1.67 inclusive.
  2. Verify vulnerable file exists
    Inspect the file /app/admin/controller/api/Plugs.php in the ThinkAdmin installation directory. Check for the presence of a method that handles the uptoken parameter.
    Affected if The file exists and contains code that processes the uptoken parameter.
  3. Check for unsafe deserialization usage
    Search within Plugs.php for unserialize() calls or similar PHP deserialization functions that process the uptoken parameter without proper validation.
    Affected if The code passes the uptoken parameter directly to a deserialization function without validation.
  4. Determine network exposure
    Check if the ThinkAdmin application is accessible over the network, particularly the /app/admin/controller/api/Plugs.php endpoint. Verify whether authentication or network restrictions are in place.
    Affected if The vulnerable endpoint is accessible without authentication or adequate network segmentation.
  5. Review access logs for exploitation attempts
    Examine web server access logs for requests to the Plugs.php endpoint containing the uptoken parameter. Look for base64-encoded or serialized data patterns in the parameter values.
    Affected if Suspicious requests with encoded or serialized data in the uptoken parameter are present in logs.

A user is affected if they are running ThinkAdmin version 6.0 through 6.1.67, the vulnerable Plugs.php file exists with unsafe deserialization logic, and the endpoint is accessible without proper validation controls.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to a release after 6.1.67
Interim mitigation

Upgrade to a patched version of ThinkAdmin. If upgrade is not immediately possible, implement input validation on the uptoken parameter and replace PHP unserialize() with safer alternatives such as JSON decoding, or implement allowlist-based validation for deserialized classes.

Recommended fix Moderate confidence

ThinkAdmin > 6.1.67 (latest stable release from official repository)

  1. Check current ThinkAdmin version using composer show or the application's version indicator
  2. Upgrade to a version higher than 6.1.67 - check the official ThinkAdmin repository (github.com/zoujingli/ThinkAdmin) for the latest stable release
  3. After upgrading, verify the Plugs.php file has been updated and the script function no longer uses untrusted deserialization on the uptoken parameter
  4. If immediate upgrade is not possible, restrict network access to the /app/admin/controller/api/Plugs.php endpoint using web server configuration (e.g., Nginx/Apache ACL rules)
  5. Monitor for any unauthorized access attempts to the affected endpoint
Caveat Review release notes between 6.1.67 and target version for any breaking changes in admin controller APIs or plugin functionality

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Thinkadmin Scoped from the published advisory
  • Consultation4.0 h
  • Implementation6.0 h
  • Testing4.0 h
  • Review / QA3.0 h
17.0 hours of engineering $3,020
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,832.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-10749 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-10749 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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