LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2709: AN_GradeBook <= 5.0.1 - Admin+ XSS

The AN_GradeBook WordPress plugin through 5.0.1 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-2709 affects the AN_GradeBook WordPress plugin through version 5.0.1. A trusted administrator could save malicious script in plugin settings, creating stored cross-site scripting. The main concern is multisite or delegated-admin environments where WordPress normally blocks unfiltered HTML.

Executive priority

Treat this as a targeted hygiene issue, not an emergency internet-wide threat. Prioritize review on WordPress multisite or shared-administration environments where admin-level users are not fully trusted.

Technical view

The plugin does not properly sanitize and escape some settings, enabling Stored XSS by high-privilege users such as admins even when unfiltered_html is disallowed. The weakness maps to CWE-79. No CVSS score is provided in the source bundle.

Likely exposure

Exposure is limited to WordPress sites running AN_GradeBook through 5.0.1. Risk is higher where multiple administrators, multisite admins, or semi-trusted site operators can modify plugin settings.

Exploitation context

The WPScan reference is tagged as exploit, but the source bundle does not cite known in-the-wild exploitation. CISA KEV status is false, so active exploitation should not be assumed.

Researcher notes

Evidence is narrow: the public description identifies stored XSS in plugin settings, high-privilege attacker requirements, affected versions through 5.0.1, and CWE-79. The bundle does not provide CVSS, exact parameters, patch version, or confirmed exploitation telemetry.

Mitigation direction

  • Inventory WordPress sites for AN_GradeBook installations and versions.
  • Check vendor or WPScan guidance for a fixed release or removal recommendation.
  • Restrict plugin settings access to fully trusted administrators only.
  • Disable or remove the plugin if no supported fixed version is available.
  • Review affected settings for unexpected HTML or script content.

Validation and detection

  • Confirm whether AN_GradeBook is installed and version is through 5.0.1.
  • Check whether the site is WordPress multisite or uses delegated administrators.
  • Review plugin settings for stored script-like content or suspicious markup.
  • Verify whether untrusted admins can access AN_GradeBook settings.
  • Monitor vendor and WPScan references for updated remediation guidance.
Prepared
Confidence
medium
Sources
3

Public sources used

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-2023-2709 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownAN_GradeBook0affected
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.