LiveActive security incident?Get immediate response
CVE Record

CVE-2023-29454: Persistent XSS in the user form

Stored or persistent cross-site scripting (XSS) is a type of XSS where the attacker first sends the payload to the web application, then the application saves the payload (e.g., in a database or server-side text files), and finally, the application unintentionally executes the payload for every victim visiting its web pages.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-29454 is a stored XSS issue in Zabbix user forms. An authenticated, low-privileged attacker may save malicious content that later runs in another user’s browser. Business risk is mainly account/session exposure and unauthorized actions in the monitoring console.

Executive priority

Treat this as a moderate remediation item. Prioritize internet-facing or multi-user Zabbix consoles because successful exploitation could expose sensitive monitoring data or enable limited actions through a victim’s browser session.

Technical view

The CVE describes persistent cross-site scripting in Zabbix 4.0.0, 5.0.0, and 6.0.0. The CVSS 3.1 score is 5.4, with network reachability, high attack complexity, low privileges required, user interaction required, high confidentiality impact, low integrity impact, and no availability impact.

Likely exposure

Exposure is most likely where affected Zabbix versions are reachable by authenticated users, especially shared administration, customer, or contractor environments. Internet exposure increases opportunity, but the source bundle does not state unauthenticated exploitation.

Exploitation context

The provided sources do not report active exploitation, and CISA KEV status is false. Exploitation requires a user with some privileges and a victim visiting affected Zabbix pages where stored user-form content is rendered.

Researcher notes

CWE is listed as CWE-20, though the description is stored XSS. Evidence in the bundle identifies affected Zabbix versions and references ZBX-22985 plus Debian advisories, but it does not include exact fixed upstream versions or exploit details.

Mitigation direction

  • Review Zabbix ZBX-22985 and Debian advisories for vendor-approved fixed versions or packages.
  • Upgrade affected Zabbix deployments using vendor or distribution security guidance.
  • Restrict Zabbix access to trusted networks and authenticated users only.
  • Review user roles and remove unnecessary low-privilege accounts.
  • Monitor Zabbix web access and admin activity for suspicious session behavior.

Validation and detection

  • Inventory Zabbix deployments and identify versions 4.0.0, 5.0.0, and 6.0.0.
  • Confirm whether Debian security updates or Zabbix vendor fixes are installed.
  • Review user-form rendering paths for proper output encoding.
  • Verify untrusted users cannot modify fields shown to privileged users.
  • Check logs for unusual edits to user profile or account fields.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-20: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-29454 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
5.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:L/A:N1.24.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2023-29454Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/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
ZabbixZabbix4.0.0, 5.0.0, 6.0.0affected
Weakness

CWE details

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

CWE-20 · source CWE mapping

Improper Input Validation

Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.