CVE-2026-23929
Received Received - Intake

Persistent XSS in Zabbix Maps via Prototype Pollution

Vulnerability report for CVE-2026-23929, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: Zabbix

Description

Prototype pollution vulnerability in searchParamsToObject() is leading to a persistent XSS in Maps. URL parameter processing was not filtering dangerous properties like __proto__, combined with jQuery's unsafe element creation that traversed the prototype chain.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-18
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1321 The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a prototype pollution issue in the function searchParamsToObject() that leads to persistent cross-site scripting (XSS) in Maps. The problem occurs when URL parameters are processed without filtering dangerous properties like __proto__. This, combined with jQuery's unsafe element creation that follows the prototype chain, allows attackers to inject malicious scripts.

Impact Analysis

An attacker could exploit this to execute arbitrary JavaScript in your browser when you interact with the affected Maps application. This could lead to session hijacking, data theft, or unauthorized actions on your behalf. The persistent nature means the attack could remain active even after page reloads.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's integrity and confidentiality principles. For HIPAA, it may expose protected health information to unauthorized parties, risking compliance with security requirements. Both standards mandate protection against such attacks.

Mitigation Strategies

Implement input validation to filter dangerous properties like __proto__ in URL parameters. Update jQuery to a version that prevents unsafe element creation traversing the prototype chain. Review and sanitize all user-controlled data before processing.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-23929. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart