ThimPress

Member since
2015-03-15
Location
Employer
ThimPress
Job title
WordPress Developer
Authored
28 (8 closed)
SVN commit access
15
Readme contributor
0
Combined install base
206k+ across 28 plugins

Alerts (0)

No open alerts.

Show 5 resolved alerts
Critical code_pattern LearnPress – WordPress LMS Plugin for Create and Sell Online Courses Resolved · false_positive_defensive_string_check 1d ago
Sluglearnpress
Patternserialized_admin_role
Kindbuiltin
Version4.3.5
Hit count1
First hit
File
inc/admin/lp-admin-functions.php
Line
806
Snippet
'%' . $wpdb->esc_like( 's:13:"administrator"' ) . '%',
Explanationplugin source contains `s:13:"administrator"` — the PHP-serialized representation of the `administrator` role meta value. Used to bypass `wp_insert_user()` by writing directly to `wp_usermeta` with a hand-crafted capabilities string. Near-zero FP because legit code uses `WP_User::set_role()` instead of building the serialized form by hand.
View raw JSON
{
    "slug": "learnpress",
    "pattern": "serialized_admin_role",
    "kind": "builtin",
    "version": "4.3.5",
    "hit_count": 1,
    "first_hit": {
        "file": "inc/admin/lp-admin-functions.php",
        "line": 806,
        "snippet": "'%' . $wpdb->esc_like( 's:13:\"administrator\"' ) . '%',"
    },
    "explanation": "plugin source contains `s:13:\"administrator\"` \u2014 the PHP-serialized representation of the `administrator` role meta value. Used to bypass `wp_insert_user()` by writing directly to `wp_usermeta` with a hand-crafted capabilities string. Near-zero FP because legit code uses `WP_User::set_role()` instead of building the serialized form by hand."
}
Critical code_scan_delta LearnPress – WordPress LMS Plugin for Create and Sell Online Courses Resolved · false_positive_cdn_known_good 2d ago
Sluglearnpress
Previous version4.3.5
Current version4.3.5
New findings
PatternKindFileLineSnippetConfidence
serialized_admin_rolebuiltininc/admin/lp-admin-functions.php806'%' . $wpdb->esc_like( 's:13:"administrator"' ) . '%',high
New finding count1
View raw JSON
{
    "slug": "learnpress",
    "previous_version": "4.3.5",
    "current_version": "4.3.5",
    "new_findings": [
        {
            "pattern": "serialized_admin_role",
            "kind": "builtin",
            "file": "inc/admin/lp-admin-functions.php",
            "line": 806,
            "snippet": "'%' . $wpdb->esc_like( 's:13:\"administrator\"' ) . '%',",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
Medium bulk_committer_takeover LearnPress – Course Review Resolved · no_longer_matches 1d ago
Committerleehld
Member since2016-11-11
Plugins joined6
Spread days233
Earliest join2017-07-24 09:02:55
Latest join2018-03-15 06:42:22
Combined installs64,000
Sample plugins
SlugActive installsFirst commit at
learnpress-course-review30,0002018-01-03 03:09:26
learnpress-wishlist20,0002018-03-15 06:42:22
learnpress-prerequisites-courses6,0002017-07-24 09:02:55
learnpress-import-export5,0002017-08-17 08:21:38
learnpress-bbpress2,0002018-01-03 01:52:40
learnpress-buddypress1,0002018-03-15 06:38:13
View raw JSON
{
    "committer": "leehld",
    "member_since": "2016-11-11",
    "plugins_joined": 6,
    "spread_days": 233,
    "earliest_join": "2017-07-24 09:02:55",
    "latest_join": "2018-03-15 06:42:22",
    "combined_installs": 64000,
    "sample_plugins": [
        {
            "slug": "learnpress-course-review",
            "active_installs": 30000,
            "first_commit_at": "2018-01-03 03:09:26"
        },
        {
            "slug": "learnpress-wishlist",
            "active_installs": 20000,
            "first_commit_at": "2018-03-15 06:42:22"
        },
        {
            "slug": "learnpress-prerequisites-courses",
            "active_installs": 6000,
            "first_commit_at": "2017-07-24 09:02:55"
        },
        {
            "slug": "learnpress-import-export",
            "active_installs": 5000,
            "first_commit_at": "2017-08-17 08:21:38"
        },
        {
            "slug": "learnpress-bbpress",
            "active_installs": 2000,
            "first_commit_at": "2018-01-03 01:52:40"
        },
        {
            "slug": "learnpress-buddypress",
            "active_installs": 1000,
            "first_commit_at": "2018-03-15 06:38:13"
        }
    ]
}
Medium bulk_committer_takeover LearnPress – Course Review Resolved · no_longer_matches 1d ago
Committerphamtungpth
Member since2014-03-10
Plugins joined7
Spread days277
Earliest join2018-11-12 03:11:19
Latest join2019-08-16 03:29:13
Combined installs89,800
Sample plugins
SlugActive installsFirst commit at
learnpress-course-review30,0002019-08-02 08:28:03
wp-events-manager30,0002018-11-16 02:40:20
learnpress-wishlist20,0002019-08-16 03:29:13
wp-hotel-booking8,0002018-11-12 03:11:19
learnpress-buddypress1,0002019-07-31 04:45:06
wp-hotel-booking-stripe-payment4002019-01-21 06:46:31
wp-hotel-booking-wpml-support4002018-11-30 09:31:10
View raw JSON
{
    "committer": "phamtungpth",
    "member_since": "2014-03-10",
    "plugins_joined": 7,
    "spread_days": 277,
    "earliest_join": "2018-11-12 03:11:19",
    "latest_join": "2019-08-16 03:29:13",
    "combined_installs": 89800,
    "sample_plugins": [
        {
            "slug": "learnpress-course-review",
            "active_installs": 30000,
            "first_commit_at": "2019-08-02 08:28:03"
        },
        {
            "slug": "wp-events-manager",
            "active_installs": 30000,
            "first_commit_at": "2018-11-16 02:40:20"
        },
        {
            "slug": "learnpress-wishlist",
            "active_installs": 20000,
            "first_commit_at": "2019-08-16 03:29:13"
        },
        {
            "slug": "wp-hotel-booking",
            "active_installs": 8000,
            "first_commit_at": "2018-11-12 03:11:19"
        },
        {
            "slug": "learnpress-buddypress",
            "active_installs": 1000,
            "first_commit_at": "2019-07-31 04:45:06"
        },
        {
            "slug": "wp-hotel-booking-stripe-payment",
            "active_installs": 400,
            "first_commit_at": "2019-01-21 06:46:31"
        },
        {
            "slug": "wp-hotel-booking-wpml-support",
            "active_installs": 400,
            "first_commit_at": "2018-11-30 09:31:10"
        }
    ]
}
Medium bulk_committer_takeover LearnPress – Course Review Resolved · no_longer_matches 8d ago
Committerthimpress
Member since2015-03-15
Plugins joined5
Spread days143
Earliest join2020-05-16 07:40:44
Latest join2020-10-07 05:02:20
Combined installs91,000
Sample plugins
SlugActive installsFirst commit at
learnpress-course-review30,0002020-10-06 10:52:06
wp-events-manager30,0002020-05-16 07:40:44
learnpress-wishlist20,0002020-10-06 10:28:05
learnpress-prerequisites-courses6,0002020-10-07 05:02:20
learnpress-import-export5,0002020-10-07 04:59:07
View raw JSON
{
    "committer": "thimpress",
    "member_since": "2015-03-15",
    "plugins_joined": 5,
    "spread_days": 143,
    "earliest_join": "2020-05-16 07:40:44",
    "latest_join": "2020-10-07 05:02:20",
    "combined_installs": 91000,
    "sample_plugins": [
        {
            "slug": "learnpress-course-review",
            "active_installs": 30000,
            "first_commit_at": "2020-10-06 10:52:06"
        },
        {
            "slug": "wp-events-manager",
            "active_installs": 30000,
            "first_commit_at": "2020-05-16 07:40:44"
        },
        {
            "slug": "learnpress-wishlist",
            "active_installs": 20000,
            "first_commit_at": "2020-10-06 10:28:05"
        },
        {
            "slug": "learnpress-prerequisites-courses",
            "active_installs": 6000,
            "first_commit_at": "2020-10-07 05:02:20"
        },
        {
            "slug": "learnpress-import-export",
            "active_installs": 5000,
            "first_commit_at": "2020-10-07 04:59:07"
        }
    ]
}

Plugins authored (28)

Plugin Version Installs Last updated Status
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses ·learnpress 4.3.5 80k+ 21d ago Active
LearnPress – Course Review ·learnpress-course-review 4.2.0 30k+ 3mo ago Active
WP Events Manager ·wp-events-manager 2.2.4 30k+ 6mo ago Active
LearnPress – Course Wishlist ·learnpress-wishlist 4.1.1 20k+ 10d ago Active
Thim Kit for Elementor – Pre-built Templates & Widgets for Elementor ·thim-elementor-kit 1.4.0 20k+ 4d ago Active
WP Hotel Booking ·wp-hotel-booking 2.3.0 8k+ 1mo ago Active
LearnPress – Prerequisites Courses ·learnpress-prerequisites-courses 4.0.9 6k+ 1mo ago Active
LearnPress – Backup & Migration Tool ·learnpress-import-export 4.1.4 5k+ 3d ago Active
LearnPress – bbPress Integration ·learnpress-bbpress 4.0.7 2k+ 11mo ago Active
WP Events Manager WooCommerce ·wp-events-manager-woocommerce-payment-methods-integration 2.0.7.3 1k+ 1y ago Active
WP Hotel Booking WooCommerce ·wp-hotel-booking-woocommerce 2.0.3 1k+ 2mo ago Active
LearnPress – BuddyPress Integration ·learnpress-buddypress 4.0.3 1k+ 3mo ago Active
RealPress – Real Estate Plugin ·realpress 1.1.2 500 1mo ago Active
WP Hotel Booking Stripe Payment ·wp-hotel-booking-stripe-payment 1.8.0 400 1y ago Active
WP Hotel Booking WPML Support ·wp-hotel-booking-wpml-support 1.8.3 400 1y ago Active
WP Hotel Booking Authorize Payment ·wp-hotel-booking-authorize-payment 1.7.6 300 4mo ago Active
FundPress – WordPress Donation Plugin ·fundpress 2.0.9 300 22d ago Active
Thim Blocks ·thim-blocks 1.0.4 300 18d ago Active
LearnPress – Sepay Payment ·learnpress-sepay-payment 4.0.2 100 2mo ago Active
WP Hotel Booking Block Room ·wp-hotel-booking-block-room 1.7.7 Closed
WP Hotel Booking Room ·wp-hotel-booking-booking-room 1.8.2 Closed
WP Hotel Booking Coupon ·wp-hotel-booking-coupon 1.7.3 Closed
WP Hotel Booking Report ·wp-hotel-booking-report 1.7.2 Closed
LearnPress – Fill in Blank Question ·learnpress-fill-in-blank 3.1.0 Closed
LearnPress – Offline Payment ·learnpress-offline-payment 4.0.2 Closed
ThimPress AI Chatbot with Chatboz ·thim-ai-chatbot-with-chatboz 1.0.0 8d ago Active
WP Pipes ·wp-pipes 1.4.3 Closed
Event WP ·easy-events-wp 2.0.0 Closed

SVN commit access (15)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Plugin Primary author Installs Commits First Latest Status
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses thimpress 80k+ 200 4y ago 21d ago Active
WP Hotel Booking thimpress 8k+ 134 10y ago 1mo ago Active
RealPress – Real Estate Plugin thimpress 500 78 3y ago 1mo ago Active
LearnPress – Course Review thimpress 30k+ 62 5y ago 3mo ago Active
LearnPress – Course Wishlist thimpress 20k+ 33 5y ago 10d ago Active
WP Hotel Booking WooCommerce thimpress 1k+ 30 5y ago 2mo ago Active
LearnPress – Prerequisites Courses thimpress 6k+ 28 5y ago 1mo ago Active
LearnPress – bbPress Integration thimpress 2k+ 27 5y ago 11mo ago Active
WP Events Manager thimpress 30k+ 24 5y ago 6mo ago Active
WP Hotel Booking Stripe Payment thimpress 400 19 5y ago 1y ago Active
WP Events Manager WooCommerce thimpress 1k+ 16 4y ago 1y ago Active
LearnPress – BuddyPress Integration thimpress 1k+ 16 5y ago 3mo ago Active
WP Hotel Booking WPML Support thimpress 400 6 5y ago 1y ago Active
Thim Kit for Elementor – Pre-built Templates & Widgets for Elementor thimpress 20k+ 1 3y ago 4d ago Active
LearnPress – Backup & Migration Tool thimpress 5k+ 1 5y ago 3d ago Active