LiveActive security incident?Get immediate response
CVE Record

CVE-2024-13506: GeoDirectory – WP Business Directory Plugin and Classified Listings Directory <= 2.8.97 - Authenticated (Subscriber+) Stored Cross-Site Scripting via Display_name Parameter

The GeoDirectory – WP Business Directory Plugin and Classified Listings Directory plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the display_name profile parameter in all versions up to, and including, 2.8.97 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A logged-in WordPress user with Subscriber-level access can save hostile script content in their GeoDirectory display name. If the vulnerable plugin renders that value, the script can run in another user’s browser. This is a moderate business risk, especially for sites allowing public account registration or many low-trust users.

Executive priority

Treat as a scheduled but prompt web-platform fix. It is not KEV-listed and requires authentication, but public-registration sites can turn that into practical exposure. Prioritize internet-facing WordPress properties and sites where administrators regularly view user-generated directory content.

Technical view

CVE-2024-13506 is stored cross-site scripting in GeoDirectory versions up to and including 2.8.97. The issue is insufficient sanitization and output escaping of the display_name profile parameter. The CVSS 3.1 score is 6.4 with low privileges required, changed scope, and limited confidentiality and integrity impact.

Likely exposure

Exposure is limited to WordPress sites running GeoDirectory <= 2.8.97 where an attacker can authenticate as Subscriber or higher. Public registration, customer portals, or broad contributor access increase likelihood. The provided sources do not identify non-WordPress products as affected.

Exploitation context

The CVE record and Wordfence source describe authenticated stored XSS. CISA KEV status is false in the supplied bundle, and no cited source states active exploitation. The attack requires a valid low-privilege account but can affect users who later view pages rendering the stored value.

Researcher notes

The evidence supports CWE-79 stored XSS through display_name with Subscriber-level privileges. The supplied references include vulnerable code location and a WordPress plugin changeset, but the bundle does not explicitly name a fixed release. Avoid claiming active exploitation or broader product impact without additional sources.

Mitigation direction

  • Update GeoDirectory according to vendor or WordPress plugin guidance; do not remain on <= 2.8.97.
  • Review the referenced WordPress changeset for the escaping and sanitization fix context.
  • Restrict public registration or untrusted Subscriber access until the plugin is updated.
  • Monitor for suspicious profile display names or unexpected script-like content.
  • Check vendor guidance if your exact fixed version is unclear.

Validation and detection

  • Inventory WordPress sites using GeoDirectory and record the installed plugin version.
  • Confirm vulnerable sites are not running GeoDirectory <= 2.8.97.
  • Review whether public registration or low-trust Subscriber accounts are enabled.
  • Inspect stored user display names for unexpected markup or script-like content.
  • Verify pages rendering user display names escape output after remediation.
Prepared
Confidence
high
Sources
5

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-2024-13506 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.4 (3.1)
Known Exploited
No
Published

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

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
4Source 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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.4Medium
CVSS 3.1 vector shape for CVE-2024-13506Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
paoltaiaGeoDirectory – WP Business Directory Plugin and Classified Listings Directory0unaffected
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.