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.

2041+ Articles
153+ 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-12877: Critical SQL Injection in WordPress Project Management Plugin
CVE-2026-12877: Critical SQL Injection in WordPress Project Management Plugin

Critical Security Alert

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

SECURITYCRITICALCVE-2026-12877

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 5.1.0, allowing attackers to read and modify sensitive project data without any credentials.

Dylan H.

Security Team

July 24, 2026
3 min read

Affected Products

  • WordPress Project Management, Bug and Issue Tracking Plugin < 5.1.0

Overview

A critical unauthenticated SQL injection vulnerability has been disclosed in the Project Management, Bug and Issue Tracking Plugin for WordPress, tracked as CVE-2026-12877. The flaw carries a CVSS v3.1 base score of 9.1 (Critical) and enables remote attackers to read and manipulate database contents without requiring any login, user interaction, or special conditions.

All versions of the plugin prior to 5.1.0 are affected. Site administrators should update immediately.

Technical Details

The vulnerability exists because the plugin fails to sanitize or escape user-supplied input before incorporating it into SQL queries. This is a textbook SQL injection pattern (CWE-89), and in this case it is reachable by completely unauthenticated HTTP requests.

The CVSS attack vector breakdown tells the full story of severity:

MetricValue
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
Confidentiality ImpactHigh
Integrity ImpactHigh
Availability ImpactNone

No authentication, no complex setup, no victim click required — any attacker with network access to the WordPress site can trigger it. The high confidentiality and integrity impacts mean data can be both read and modified.

Why This Matters

Project management and issue tracking plugins hold particularly sensitive business data: bug reports, feature roadmaps, team assignments, internal project documentation, and potentially credentials embedded in tickets. A successful SQL injection against one of these plugins can expose an entire organization's operational context to an attacker.

The low complexity and unauthenticated nature of this vulnerability make it trivially automatable. Opportunistic threat actors running mass-scanning tools can identify and exploit vulnerable WordPress installations at scale within hours of a public CVE disclosure. A functional proof-of-concept already exists.

Affected Versions

  • All versions before 5.1.0 of the Project Management, Bug and Issue Tracking Plugin for WordPress.

Mitigation

  1. Update the plugin to version 5.1.0 or later — this is the only complete fix.
  2. If an immediate update is not possible, consider temporarily deactivating the plugin until patching is feasible.
  3. After patching, audit your WordPress database for unexpected rows or modifications in plugin-managed tables to detect any prior exploitation.
  4. Ensure your WordPress installation and all other plugins are also kept up to date.
  5. Web application firewall (WAF) rules can provide partial protection but should not be treated as a permanent substitute for patching.

References

  • NVD Entry — CVE-2026-12877
#CVE#WordPress#SQL Injection#Vulnerability#Web Security

Related Articles

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 allows attackers to manipulate the ID parameter to perform unauthorized database operations with a public exploit already available.

2 min read

CVE-2026-16154: SQL Injection in SourceCodester Timetabling Room Management

A second SQL injection vulnerability in SourceCodester Class and Exam Timetabling System 1.0 has been disclosed, this time affecting the /edit_room1.php endpoint. Like its companion CVE-2026-16152, the flaw allows remote attackers to manipulate the ID parameter with a public exploit already available.

2 min read

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
Back to all Security Alerts