Description
Contributor SQL Injection in nicen-localize-image <= 1.4.9 versions.
Published: 2026-07-02
Score: 8.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A classic SQL injection vulnerability exists in the nicen-localize-image WordPress plugin in versions up to 1.4.9. The flaw allows an attacker to inject arbitrary SQL statements into the database because the plugin does not properly sanitize or validate user-supplied input before incorporating it into SQL queries. This CWE‑89 weakness can lead to unauthorized reading, modification, or deletion of database contents, potentially exposing or destroying sensitive site data.

Affected Systems

Any WordPress site that installs the nicen-localize-image plugin version 1.4.9 or earlier is affected. The vendor, 友人a丶, has not released a comprehensive version matrix beyond the statement that versions up to 1.4.9 are vulnerable, so all releases through that version boundary should be considered at risk.

Risk and Exploitability

The CVSS score of 8.5 classifies this as a high‑severity flaw, while the EPSS score of less than 1% indicates a low exploitation probability at present. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector is the plugin’s web interface or any crafted HTTP request that reaches its input endpoints, which the plugin processes without proper input filtering. Attackers could exploit the flaw by sending malicious requests that manipulate the SQL statement, thereby gaining unauthenticated access to the database.

Generated by OpenCVE AI on July 21, 2026 at 11:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update nicen-localize-image to a version newer than 1.4.9 as soon as a vendor patch is released
  • Limit the database user privileges granted to the plugin to the minimal set needed for normal operation to contain the impact if an injection occurs
  • Implement input validation and use prepared statements in any custom query handling in the plugin to mitigate the CWE‑89 weakness

Generated by OpenCVE AI on July 21, 2026 at 11:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
友人a丶
友人a丶 nicen-localize-image
Vendors & Products Wordpress
Wordpress wordpress
友人a丶
友人a丶 nicen-localize-image

Thu, 02 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 02 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Description Contributor SQL Injection in nicen-localize-image <= 1.4.9 versions.
Title WordPress nicen-localize-image plugin <= 1.4.9 - SQL Injection vulnerability
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
友人a丶 Nicen-localize-image
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-02T12:40:12.344Z

Reserved: 2026-06-25T08:04:34.980Z

Link: CVE-2026-57756

cve-icon Vulnrichment

Updated: 2026-07-02T12:40:09.193Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T11:30:06Z

Weaknesses
  • CWE-89

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