LiveActive security incident?Get immediate response
CVE Record

CVE-2023-2579: InventoryPress <= 1.7 - Author+ Stored XSS

The InventoryPress WordPress plugin through 1.7 does not sanitise and escape some of its settings, which could allow users with the role of author and above to perform Stored Cross-Site Scripting attacks.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

InventoryPress for WordPress through version 1.7 can store unsafe script content in some settings. A user with Author or higher privileges could place code that later runs in another user’s browser.

Executive priority

Treat this as a focused WordPress hygiene issue, not an internet-wide emergency. Prioritize sites with many content authors or weak account controls.

Technical view

CVE-2023-2579 is a stored cross-site scripting issue in InventoryPress through 1.7. The plugin reportedly fails to sanitize and escape some settings, enabling Author+ users to persist script content. It maps to CWE-79.

Likely exposure

Exposure is limited to WordPress sites using InventoryPress through 1.7, especially where Author-level accounts are numerous, externally managed, or vulnerable to takeover.

Exploitation context

The source bundle includes WPScan and a public GitHub proof-of-concept reference, but KEV is false and no cited source confirms active exploitation.

Researcher notes

The available data lacks CVSS details and does not name a fixed version. Analysis should stay tied to InventoryPress through 1.7, authenticated Author+ stored XSS, and the public PoC references.

Mitigation direction

  • Identify WordPress installations using InventoryPress and determine installed plugin version.
  • Check vendor or WordPress plugin guidance for a fixed release or removal recommendation.
  • Disable or remove InventoryPress where business need is low or no fixed version is confirmed.
  • Restrict Author and higher roles to trusted users only.
  • Review plugin settings for unexpected script-like content.

Validation and detection

  • Confirm whether InventoryPress is installed on each WordPress site.
  • Record the installed version and compare it with the affected through-1.7 range.
  • Review users with Author, Editor, Administrator, or equivalent privileges.
  • Inspect relevant plugin settings for suspicious stored content.
  • Check security logs for unusual account or settings changes.
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-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-2579 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
3Source links

CVSS and timeline data

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

Affected products

Products and packages named in the record

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