LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3129: URL Shortify < 1.7.0 - Admin+ Cross Site Scripting

The URL Shortify WordPress plugin before 1.7.0 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

URL Shortify for WordPress before 1.7.0 can store unsafe script content in some plugin settings. The issue requires a high-privilege user such as an administrator, but matters in environments like multisite where administrators may be intentionally restricted from using unfiltered HTML.

Executive priority

Treat as a targeted WordPress hygiene issue rather than a broad emergency. Prioritize if the organization uses WordPress multisite, delegates admin rights, or runs URL Shortify below 1.7.0.

Technical view

The plugin fails to sanitize and escape some settings, creating a stored cross-site scripting condition classified as CWE-79. The described attacker role is admin or similarly high privilege, with impact specifically noted where unfiltered_html is disallowed. No CVSS score is provided in the source bundle.

Likely exposure

Exposure is limited to WordPress sites using URL Shortify versions before 1.7.0. The most relevant risk is multisite or delegated-admin environments where high-privilege users are not fully trusted and unfiltered_html is disabled.

Exploitation context

WPScan lists a vulnerability entry tagged with exploit, but the provided sources do not establish active exploitation. The CVE is not listed as KEV in the supplied bundle. Do not assume internet-wide exploitation from this evidence alone.

Researcher notes

Evidence supports stored XSS in plugin settings for URL Shortify before 1.7.0. The bundle does not include CVSS metrics, detailed affected CPEs, or active exploitation confirmation. Version and role-based exposure validation are central.

Mitigation direction

  • Identify WordPress sites running URL Shortify and confirm plugin version.
  • Upgrade URL Shortify to version 1.7.0 or later through trusted vendor channels.
  • Review vendor guidance for any additional remediation or configuration advice.
  • Restrict plugin settings access to fully trusted administrators only.

Validation and detection

  • Inventory WordPress plugins and flag URL Shortify versions earlier than 1.7.0.
  • Confirm whether the site is single-site or multisite WordPress.
  • Review which users can administer URL Shortify settings.
  • Check vendor or WPScan records for updated fix details before closure.
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-2023-3129 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
UnknownURL Shortify0unaffected
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.