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.

2710+ Articles
165+ 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...

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-41462: ProjeQtor Unauthenticated SQL Injection in Login

A critical unauthenticated SQL injection vulnerability in ProjeQtor project management software allows attackers to inject arbitrary SQL via the login...

5 min read

CVE-2026-9711: Critical SQL Injection in EventON WordPress Plugin (CVSS 9.8)

A critical unauthenticated SQL injection vulnerability in the EventON WordPress Virtual Event Calendar Plugin affects versions up to 5.0.11, exposing...

3 min read

CVE-2026-54820: Critical SQL Injection in JetBooking WordPress Plugin

A critical unauthenticated SQL injection vulnerability (CVSS 9.3) in the JetBooking WordPress plugin affects all versions up to 4.0.4.1, potentially...

4 min read
Back to all Security Alerts