Description
A SQL injection vulnerability in the country-code lookup endpoint in GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42a4864869d18446449 allows remote authenticated users with users_view_ips privileges to execute arbitrary SQL commands via the ip parameter in a crafted request to tools.php?action=get_cc.
Published: 2026-08-25
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary SQL commands via a crafted request
Action: Patch
AI Analysis

Impact

A source‑directed SQL injection flaw exists in the country‑code lookup endpoint of GazellePosterWall. By manipulating the ip parameter in a request to tools.php?action=get_cc, an attacker who can authenticate and holds the users_view_ips privilege can execute any SQL statement against the database. This can expose, alter, or delete data, and if the database is exposed system commands may become available as well. The impact is limited to the database layer but can lead to full compromise of the application data store.

Affected Systems

GazellePosterWall (GazellePW) at git commit 86c4bedf727691b5a97af42a4864869d18446449. No other vendors or versions are listed.

Risk and Exploitability

The CVE is not in the CISA KEV catalog and the EPSS score is less than 1%, indicating a low probability of exploitation. Because the flaw requires authentication with users_view_ips rights, the attack surface is smaller than a public injection. However, once an authenticated user abuses the vulnerability, any SQL command can be run, making the risk high for data confidentiality and integrity. The CVSS score is 4.3, reflecting a moderate impact.

Generated by OpenCVE AI on August 31, 2026 at 17:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a patch that removes the unsanitized use of the ip parameter in tools.php?action=get_cc
  • Replace the raw SQL query with a prepared statement or parameterized query that strictly validates the ip value
  • Limit the users_view_ips privilege to a minimal set of accounts and enforce least‑privilege access controls

Generated by OpenCVE AI on August 31, 2026 at 17:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Title SQL Injection in GazellePosterWall Country‑Code Lookup Endpoint

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}

ssvc

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


Wed, 26 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Title SQL Injection in GazellePosterWall Country‑Code Lookup Endpoint
Weaknesses CWE-89

Tue, 25 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description A SQL injection vulnerability in the country-code lookup endpoint in GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42a4864869d18446449 allows remote authenticated users with users_view_ips privileges to execute arbitrary SQL commands via the ip parameter in a crafted request to tools.php?action=get_cc.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-31T14:50:00.408Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38468

cve-icon Vulnrichment

Updated: 2026-08-31T14:49:56.666Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T22:17:03.413

Modified: 2026-08-31T15:17:14.530

Link: CVE-2026-38468

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T17:15:03Z

Weaknesses
  • CWE-89

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