LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24890: Scripts Organizer < 3.0 - Unauthenticated Arbitrary File Upload

The Scripts Organizer WordPress plugin before 3.0 does not have capability and CSRF checks in the saveScript AJAX action, available to both unauthenticated and authenticated users, and does not validate user input in any way, which could allow unauthenticated users to put arbitrary PHP code in a file

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin could let an unauthenticated visitor place PHP code on the site. If that file runs, the site may be fully compromised, including content, data, and availability. Public sources identify Scripts Organizer versions before 3.0 as vulnerable.

Executive priority

Treat this as urgent for any public WordPress property using Scripts Organizer. The business risk is site takeover and data exposure, but urgency depends on whether the plugin is present and vulnerable in your environment.

Technical view

The Scripts Organizer plugin saveScript AJAX action lacks capability checks, CSRF protection, and input validation. Sources state it is available to unauthenticated and authenticated users and can write arbitrary PHP code to a file. The CVSS 3.1 score is 8.8 high, with CWE-352 and CWE-862 mapped.

Likely exposure

Exposure is limited to WordPress sites using the Scripts Organizer plugin in a vulnerable pre-3.0 version. Public source metadata has one inconsistency: the affected field lists 3.0, while the title and description say versions before 3.0.

Exploitation context

The bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability is network reachable and unauthenticated per the description, but the CVSS vector includes user interaction required; sources do not clarify that condition.

Researcher notes

Primary unknowns are exploit-in-the-wild status, exact fixed version evidence beyond the pre-3.0 wording, and the CVSS user-interaction condition. Do not assume broader product impact beyond the Scripts Organizer WordPress plugin named in the sources.

Mitigation direction

  • Identify all WordPress sites using the Scripts Organizer plugin.
  • Upgrade to a vendor-supported fixed release; sources identify pre-3.0 as vulnerable.
  • If upgrade is not immediately possible, disable or remove the plugin.
  • Review vendor and WPScan guidance before restoring the plugin.
  • Check for unexpected PHP files in plugin-related upload or script locations.

Validation and detection

  • Confirm whether Scripts Organizer is installed on each WordPress site.
  • Record the installed plugin version and compare it with the pre-3.0 affected range.
  • Review WordPress and web server logs for unusual AJAX activity.
  • Inspect site files for unauthorized PHP additions without executing them.
  • Verify the plugin is removed or updated after remediation.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-24890 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2021-24890Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknownscripts-organizer3.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.