CVE-2026-46593
Received Received - Intake

SQL Injection in PHP Poll Script

Vulnerability report for CVE-2026-46593, 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 SQL injection vulnerability has been identified in the PHP Jabbers - PHP Poll Script. Improper neutralization of input provided by user to pjAdminPolls.controller.php endpoint allows an authenticated attacker to perform SQL Injection attacks. 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-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in the PHP Jabbers PHP Poll Script. It exists in the pjAdminPolls.controller.php endpoint where user input is not properly neutralized. An authenticated attacker can exploit this to inject malicious SQL queries.

Detection Guidance

To detect SQL injection vulnerabilities in PHP Jabbers Poll Script, inspect network traffic for suspicious requests targeting pjAdminPolls.controller.php with SQL payloads like ' OR 1=1 -- or UNION SELECT. Check application logs for unusual database queries or errors.

Impact Analysis

An attacker could manipulate the database to steal, modify, or delete sensitive data. This may lead to unauthorized access to poll results, user credentials, or other stored information. The impact depends on the database contents and system configuration.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA if it results in unauthorized access to personal or health data. Organizations may face legal penalties, fines, or reputational damage due to data breaches.

Mitigation Strategies

Immediately update to version 4.1 or later. If updating is not possible, restrict access to pjAdminPolls.controller.php via web server rules and implement input validation for all user-supplied data. Review database permissions to limit exposure.

Chat Assistant

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

EPSS Chart