LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36823: WordPress Absolutely Glamorous Custom Admin plugin <= 6.8 - Auth. Stored Cross-Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Cusmin AGCA - Absolutely Glamorous Custom Admin (WordPress plugin) allows Stored XSS.This issue affects AGCA - Absolutely Glamorous Custom Admin (WordPress plugin): from n/a through 6.8.

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-36823 is a stored cross-site scripting issue in the WordPress AGCA - Absolutely Glamorous Custom Admin plugin through version 6.8. A highly privileged authenticated user could store unsafe content that later runs in a browser. Business urgency is moderate unless the plugin is deployed broadly or admin accounts are weakly controlled.

Executive priority

Prioritize during normal vulnerability remediation, faster for internet-facing WordPress properties with many privileged users. The issue is medium severity and requires high privileges, but stored XSS can support account compromise or administrative data exposure if an elevated account is abused.

Technical view

The vulnerability is CWE-79 improper input neutralization during web page generation in Cusmin AGCA. The published CVSS 3.1 score is 6.6 with AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L. Sources identify affected versions through 6.8 but do not provide exploit details or a confirmed fixed version in the supplied bundle.

Likely exposure

Exposure is limited to WordPress sites using the ag-custom-admin plugin at version 6.8 or earlier. The CVSS vector indicates exploitation requires high privileges, so risk concentrates around compromised, shared, or over-permissioned WordPress accounts.

Exploitation context

The supplied sources do not show CISA KEV listing or active exploitation evidence. This is not described as remotely exploitable by anonymous users; the cited scoring requires authenticated high privileges. Stored XSS can still matter because payloads persist and may affect other administrative sessions.

Researcher notes

Evidence is limited to CVE and Patchstack metadata in the supplied bundle. No exploit code, active exploitation, or fixed version is provided here. Validation should focus on plugin presence, version, privilege model, and official advisory follow-up rather than assumptions about vulnerable parameters.

Mitigation direction

  • Inventory WordPress sites for the ag-custom-admin plugin.
  • Check installed versions and treat 6.8 or earlier as affected.
  • Review Patchstack and vendor guidance for fixed versions or official mitigations.
  • Disable or remove the plugin where it is not business-critical.
  • Restrict high-privilege WordPress accounts and enforce strong account controls.

Validation and detection

  • Confirm whether each WordPress site has ag-custom-admin installed.
  • Record plugin versions and flag any version through 6.8.
  • Review who has high-privilege access to affected WordPress sites.
  • Inspect plugin-managed admin customization content for unexpected scripts or markup.
  • Document remediation status and evidence for each affected site.
Prepared
Confidence
medium
Sources
3

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-79: 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
cve · low confidence lookup

CVE-2021-36823 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
Medium
CVSS
6.6 (3.1)
Known Exploited
No
Published

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

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
2Source 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
6.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2021-36823Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
CusminAGCA - Absolutely Glamorous Custom Admin (WordPress plugin)ag-custom-admin, n/aunaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.