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.
Published: 2026-07-31
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the PHP Jabbers PHP Poll Script, where user input supplied to the pjAdminPolls.controller.php endpoint is not properly neutralized. This gives an attacker who has authenticated credentials the ability to inject arbitrary SQL statements. The vulnerability falls under CWE‑89, allowing attackers to read, modify, or delete database contents, potentially compromising confidential poll data and user information, and disrupting the availability of the poll feature.

Affected Systems

The affected product is PHP Jabbers’ PHP Poll Script. All versions prior to 4.1 are vulnerable. The fix was released in version 4.1, so any deployment using an earlier version or the unpatched code is at risk.

Risk and Exploitability

With a CVSS score of 8.6 the flaw is classified as high severity. Although the EPSS score is below 1%, indicating low predicted exploitation likelihood, the dependency on authenticated access means that any user with valid credentials could exploit the vulnerability once the input is sent to the vulnerable endpoint. The vulnerability is not listed in the CISA KEV catalog, but its potential for data exfiltration and disruption warrants immediate attention.

Generated by OpenCVE AI on August 2, 2026 at 04:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade PHP Poll Script to version 4.1 or later. This version contains the input sanitization fix for the pjAdminPolls.controller.php endpoint.
  • If an immediate upgrade is not feasible, restrict access to the poll administration interface to the smallest necessary set of privileged accounts and monitor for anomalous SQL activity.
  • Implement application‑level input validation or use parameterized queries to ensure that any remaining user input is properly escaped before being used in database statements.

Generated by OpenCVE AI on August 2, 2026 at 04:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
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.
Title Authenticated SQL Injection in PHP Poll Script
First Time appeared Php Jabbers
Php Jabbers php Poll Script
Weaknesses CWE-89
CPEs cpe:2.3:a:php_jabbers:php_poll_script:*:*:*:*:*:*:*:*
Vendors & Products Php Jabbers
Php Jabbers php Poll Script
References
Metrics cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Php Jabbers Php Poll Script
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-31T19:53:03.540Z

Reserved: 2026-05-15T13:52:51.435Z

Link: CVE-2026-46593

cve-icon Vulnrichment

Updated: 2026-07-31T19:52:59.305Z

cve-icon NVD

Status : Received

Published: 2026-07-31T12:16:50.527

Modified: 2026-07-31T20:16:50.930

Link: CVE-2026-46593

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T20:32:52Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')