LiveActive security incident?Get immediate response
CVE Record

CVE-2024-13752: WP Project Manager <= 2.6.17 - Missing Authorization to Authenticated (Subscriber+) Limited Arbitrary Options Update

The WP Project Manager – Task, team, and project management plugin featuring kanban board and gantt charts plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check in the '/pm/v2/settings/notice' endpoint all versions up to, and including, 2.6.17. This makes it possible for authenticated attackers, with Subscriber-level access and above, to cause a persistent denial of service condition.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A low-privileged WordPress user could abuse WP Project Manager versions up to 2.6.17 to change a plugin notice setting without proper authorization. The reported impact is persistent denial of service or data loss affecting availability, not confidentiality. It matters most on sites that allow many registered users or customer accounts.

Executive priority

Treat as a moderate operational risk. Prioritize internet-facing WordPress sites with public registration, customer portals, or many low-trust users. Patch during the next maintenance window, faster if the plugin supports business-critical workflows.

Technical view

CVE-2024-13752 is a missing authorization issue in the /pm/v2/settings/notice endpoint of WP Project Manager. Wordfence reports Subscriber-level authenticated users can trigger unauthorized data loss causing persistent denial of service. CVSS 3.1 is 6.5 with high availability impact and no confidentiality or integrity impact recorded.

Likely exposure

Exposure is limited to WordPress sites running WP Project Manager through version 2.6.17, especially where untrusted users can hold Subscriber or higher accounts. Sites without the plugin, without affected versions, or without low-trust authenticated users have lower practical exposure.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Exploitation requires valid WordPress authentication at Subscriber level or above. The vulnerability is low-complexity and network-accessible, but the documented outcome is availability disruption rather than data theft.

Researcher notes

The affected endpoint and CWE-862 point to missing capability enforcement. References include WordPress Trac diffs around 2.6.18, but the supplied evidence should be read as remediation direction, not proof of broader exploitability. No exploit details are needed to validate authorization behavior defensively.

Mitigation direction

  • Update WP Project Manager to a version newer than 2.6.17 after checking vendor guidance.
  • Restrict or audit Subscriber-level accounts on affected WordPress sites.
  • Disable the plugin temporarily if availability risk is unacceptable and updating is delayed.
  • Monitor vendor and Wordfence advisories for final remediation details.

Validation and detection

  • Inventory WordPress sites for WP Project Manager versions up to 2.6.17.
  • Confirm the /pm/v2/settings/notice endpoint has appropriate capability checks after updating.
  • Review logs for unusual authenticated requests to the affected settings endpoint.
  • Verify low-privileged accounts cannot change plugin settings in staging.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-13752 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
8Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2024-13752Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
wedevsProject Manager – AI Powered Project Management, Task Management, Kanban Board & Time Tracker0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.