rasmarcus

Member since
2015-05-01
Location
Employer
Job title
Authored
1 (1 closed)
SVN commit access
0
Readme contributor
1
Combined install base
11k+ across 2 plugins

Alerts (0)

No open alerts.

Show 4 resolved alerts
Critical code_scan_delta Formidable PRO2PDF Resolved · fp_unserialize_on_db_row_not_remote_body 2mo ago
Slugformidablepro-2-pdf
Previous version3.23
Current version3.24
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinfpropdf.php626L613: $request = wp_remote_get($url); → L626: $files = @unserialize($row['value']);high
New finding count1
View raw JSON
{
    "slug": "formidablepro-2-pdf",
    "previous_version": "3.23",
    "current_version": "3.24",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "fpropdf.php",
            "line": 626,
            "snippet": "L613: $request = wp_remote_get($url);  \u2192  L626: $files = @unserialize($row['value']);",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
Critical code_pattern Formidable PRO2PDF Resolved · benign_architectural_concern 3mo ago
Slugformidablepro-2-pdf
Patternunserialize_after_remote_call
Kindbuiltin
Version3.23
Hit count1
First hit
File
fpropdf.php
Line
604
Snippet
L591: $request = wp_remote_get($url); → L604: $files = @unserialize($row['value']);
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": "formidablepro-2-pdf",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "3.23",
    "hit_count": 1,
    "first_hit": {
        "file": "fpropdf.php",
        "line": 604,
        "snippet": "L591: $request = wp_remote_get($url);  \u2192  L604: $files = @unserialize($row['value']);"
    },
    "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."
}
Low plugin_closed Formidable PRO2PDF Resolved · observed_author_request_closure 16d ago
Slugformidablepro-2-pdf
Closed reasonauthor-request
Closed date2026-07-16 00:00:00
Active installs1,000
View raw JSON
{
    "slug": "formidablepro-2-pdf",
    "closed_reason": "author-request",
    "closed_date": "2026-07-16 00:00:00",
    "active_installs": 1000
}

Plugins authored (1)

Plugin Version Installs Last updated Status
Formidable PRO2PDF ·formidablepro-2-pdf 3.25 1k+ Closed

Contributor on other plugins (1)

Plugins where this account is listed in the readme contributors (distinct from SVN commit access).

Plugin Primary author Version Installs
E2Pdf – Export Pdf Tool for WordPress oleksandrz 1.32.40 10k+