Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2155+ Articles
156+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-39574: Critical SQL Injection in InPost Gallery WordPress Plugin
CVE-2026-39574: Critical SQL Injection in InPost Gallery WordPress Plugin

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-39574

CVE-2026-39574: Critical SQL Injection in InPost Gallery WordPress Plugin

A critical unauthenticated SQL injection vulnerability (CVSS 9.3) in the InPost Gallery WordPress plugin allows attackers to extract sensitive database...

Dylan H.

Security Team

June 16, 2026
2 min read

Affected Products

  • InPost Gallery WordPress Plugin <= 2.1.4.6

Overview

CVE-2026-39574 is a critical unauthenticated SQL injection vulnerability affecting the InPost Gallery plugin for WordPress. All versions up to and including 2.1.4.6 are vulnerable. The flaw carries a CVSS score of 9.3 (Critical), reflecting the ability for unauthenticated attackers to extract or manipulate database contents without any prior credentials.

Technical Details

The vulnerability exists in InPost Gallery's gallery retrieval functionality, where user-supplied parameters are incorporated into SQL queries without adequate sanitization or parameterized query handling. An attacker can craft a malicious HTTP request to inject arbitrary SQL commands into the backend database query.

Attack vector: Network
Attack complexity: Low
Privileges required: None
User interaction: None
Scope: Unchanged
Confidentiality / Integrity / Availability: High / High / None

Because no authentication is required and the attack complexity is low, this vulnerability is trivially exploitable by any remote attacker who can reach the WordPress installation.

Impact

Successful exploitation allows an attacker to:

  • Extract usernames, hashed passwords, email addresses, and other user data from the wp_users table
  • Read plugin configuration data and site secrets stored in the database
  • In some server configurations, read arbitrary files via LOAD_FILE() or write web shells using INTO OUTFILE
  • Pivot to further compromise the WordPress installation or underlying server

Affected Versions

PluginAffected Versions
InPost GalleryAll versions <= 2.1.4.6

Remediation

  1. Update immediately to the latest version of InPost Gallery from the WordPress Plugin Repository, which includes a patched release addressing this vulnerability.
  2. If an immediate update is not possible, disable the plugin until a patch can be applied.
  3. Review your database logs and WordPress access logs for signs of exploitation (unusual SELECT, UNION, or encoded payloads in query parameters).
  4. Consider deploying a Web Application Firewall (WAF) rule to detect and block SQL injection attempts targeting WordPress plugin endpoints.

Detection

Look for anomalous requests targeting InPost Gallery endpoints with SQL keywords (UNION, SELECT, --, ', etc.) in query strings or POST bodies. Tools such as Wordfence or similar WordPress security plugins may flag suspicious traffic patterns.

References

  • NVD Entry for CVE-2026-39574
  • WordPress Plugin Repository — InPost Gallery
#CVE#SQL Injection#WordPress#NVD#Vulnerability

Related Articles

CVE-2026-4321: Critical SQL Injection in Raera Destekz Plugin (No Patch Available)

A CVSS 9.8 critical SQL injection in the Destekz plugin by Raera - Ankara Web Design allows unauthenticated remote attackers full database access. The...

2 min read

CVE-2026-12877: Critical SQL Injection in WordPress Project Management Plugin

An unauthenticated SQL injection flaw with a CVSS score of 9.1 affects the Project Management, Bug and Issue Tracking Plugin for WordPress before version...

3 min read

CVE-2026-16152: SQL Injection in SourceCodester Class and Exam Timetabling System

A remotely exploitable SQL injection vulnerability has been disclosed in SourceCodester Class and Exam Timetabling System 1.0. The flaw in /edit_rooma.php...

2 min read
Back to all Security Alerts