CVE-2026-46594
Received Received - Intake

Reflected XSS in PHP Poll Script

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

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: CERT.PL

Description

A reflected cross-site scripting (XSS) vulnerability has been identified in the PHP Jabbers - PHP Poll Script. A malicious attacker can craft a specially crafted URL that, when opened, results in arbitrary JavaScript execution in the victim's browser. This issue was fixed in version 4.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
php_jabbers php_poll_script 4.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a reflected cross-site scripting (XSS) vulnerability in the PHP Jabbers PHP Poll Script. It allows an attacker to craft a malicious URL that executes arbitrary JavaScript in a victim's browser when opened.

Detection Guidance

To detect this reflected XSS vulnerability in PHP Jabbers Poll Script, monitor web server logs for suspicious URLs containing script tags or unusual parameters. Check for requests to the vulnerable script with payloads like <script>alert(1)</script>. Use tools like Burp Suite or OWASP ZAP to intercept and inspect HTTP requests for XSS patterns.

Impact Analysis

An attacker could steal session cookies, redirect users to malicious sites, or perform actions on behalf of the user. It may lead to unauthorized data access or account compromise if exploited.

Compliance Impact

This vulnerability could violate GDPR by enabling unauthorized data access or processing. For HIPAA, it may compromise protected health information if exploited in healthcare systems.

Mitigation Strategies

Immediately update the PHP Poll Script to version 4.1 or later, as this issue was fixed in that release. If updating is not possible, implement input validation and output encoding to sanitize user-supplied data. Disable JavaScript execution in untrusted contexts and use Content Security Policy headers to mitigate XSS risks.

Chat Assistant

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

EPSS Chart